Skip to content

Commit

Permalink
Merge pull request #183 from jedwards4b/derecho/remove_mem_spec
Browse files Browse the repository at this point in the history
removes explicit mem check for derecho
  • Loading branch information
jedwards4b authored Aug 21, 2024
2 parents e2a5422 + ca5c1d8 commit b786353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/derecho/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</submit_args>
<directives gpu_enabled="false">
<directive default="/bin/bash" > -S {{ shell }} </directive>
<directive> -l select={{ num_nodes }}:ncpus={{ max_tasks_per_node }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}:mem=230GB</directive>
<directive> -l select={{ num_nodes }}:ncpus={{ max_tasks_per_node }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}</directive>
</directives>
<directives gpu_enabled="true">
<directive default="/bin/bash" > -S {{ shell }} </directive>
Expand Down

0 comments on commit b786353

Please sign in to comment.