Skip to content

Commit

Permalink
Merge branch 'bishtgautam/machinefiles/lbl-lawrencium' (PR #1495)
Browse files Browse the repository at this point in the history
Minor updates of NETCDF path and queue for the LBL
Lawrencium cluster

[BFB]
  • Loading branch information
Gautam Bisht committed May 12, 2017
2 parents 38fce72 + f682a0c commit 7511657
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,19 +366,23 @@
</batch_system>

<batch_system MACH="lawrencium-lr2" type="slurm" >
<submit_args>
<arg flag="--qos" name="condo_esd2"/>
</submit_args>
<directives>
<directive>--ntasks-per-node={{ tasks_per_node }}</directive>
<directive>--exclusive</directive>
</directives>
<queues>
<queue walltimemin="0" walltimemax="01:00:00" jobmin="0" jobmax="64" default="true">lr2</queue>
<queue walltimemin="0" walltimemax="01:00:00" jobmin="0" jobmax="64" default="true">lr3</queue>
</queues>
</batch_system>

<batch_system MACH="lawrencium-lr3" type="slurm" >
<submit_args>
<arg flag="--qos" name="condo_esd2"/>
</submit_args>
<directives>
<directive>--ntasks-per-node={{ tasks_per_node }}</directive>
<directive>--exclusive</directive>
</directives>
<queues>
<queue walltimemin="0" walltimemax="01:00:00" jobmin="0" jobmax="64" default="true">lr3</queue>
Expand Down
2 changes: 2 additions & 0 deletions config/acme/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,11 +1241,13 @@ for mct, etc.
</compiler>

<compiler COMPILER="intel" MACH="lawrencium-lr2">
<NETCDF_PATH>$(NETCDF_DIR)</NETCDF_PATH>
<ADD_SLIBS> -lnetcdff -lnetcdf -mkl</ADD_SLIBS>
<GPTL_CPPDEFS> -DHAVE_VPRINTF -DHAVE_GETTIMEOFDAY </GPTL_CPPDEFS>
</compiler>

<compiler COMPILER="intel" MACH="lawrencium-lr3">
<NETCDF_PATH>$(NETCDF_DIR)</NETCDF_PATH>
<ADD_SLIBS> -lnetcdff -lnetcdf -mkl</ADD_SLIBS>
<GPTL_CPPDEFS> -DHAVE_VPRINTF -DHAVE_GETTIMEOFDAY </GPTL_CPPDEFS>
</compiler>
Expand Down

0 comments on commit 7511657

Please sign in to comment.