Skip to content

Commit

Permalink
Re-enable multicore jobs on Jetstream @ IU plus set memory limits on …
Browse files Browse the repository at this point in the history
…submissions
  • Loading branch information
natefoo committed Jun 16, 2018
1 parent b701ec9 commit f7335f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
)
TEAM_DESTINATION = 'reserved_dynamic'

'''
JETSTREAM_DESTINATION_MAPS = {
LOCAL_DESTINATION: {
'clusters': ['jetstream-iu', 'jetstream-tacc', 'roundup'],
Expand All @@ -77,8 +76,8 @@
'partition': 'multi',
},
}
'''

'''
JETSTREAM_DESTINATION_MAPS = {
LOCAL_DESTINATION: {
'clusters': ['jetstream-tacc', 'roundup'],
Expand All @@ -93,6 +92,7 @@
'partition': 'multi',
},
}
'''

'''
JETSTREAM_DESTINATION_MAPS = {
Expand Down
4 changes: 2 additions & 2 deletions env/main/templates/galaxy/config/job_conf.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
<!-- this destination exists for the dynamic runner to read the native spec for testing -->
<param id="nativeSpecification">--time=36:00:00 --nodes=1 --partition=multi</param>
</destination>
<expand macro="jetstream_destination" id="small" site="iu" native_specification="--partition=small --time=36:00:00" />
<expand macro="jetstream_destination" id="small" site="iu" native_specification="--partition=small --time=36:00:00 --mem=3584" />
<expand macro="jetstream_destination" id="normal" site="iu" native_specification="--partition=normal --time=36:00:00 --mem=7168" />
<expand macro="jetstream_destination" id="multi" site="iu" native_specification="--partition=multi --time=36:00:00" />
<expand macro="jetstream_destination" id="multi" site="iu" native_specification="--partition=multi --time=36:00:00 --mem=28672" />
<expand macro="jetstream_nagios_destination" site="iu" />
<expand macro="jetstream_destination" id="multi" site="tacc" native_specification="--partition=multi --nodes=1 --time=36:00:00" />
<expand macro="jetstream_nagios_destination" site="tacc" />
Expand Down

0 comments on commit f7335f4

Please sign in to comment.