Skip to content

Commit

Permalink
Update LBL Lawrencium machine file
Browse files Browse the repository at this point in the history
Updates libraries for LBL Lawrencium cluster

[BFB]
  • Loading branch information
Gautam Bisht committed Jan 8, 2018
1 parent a4e5c4d commit a4329e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions cime/config/acme/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1336,12 +1336,14 @@ for mct, etc.
<NETCDF_PATH>$(NETCDF_DIR)</NETCDF_PATH>
<ADD_SLIBS> -lnetcdff -lnetcdf -mkl</ADD_SLIBS>
<GPTL_CPPDEFS> -DHAVE_VPRINTF -DHAVE_GETTIMEOFDAY </GPTL_CPPDEFS>
<LAPACK_LIBDIR>/global/software/sl-6.x86_64/modules/intel/2016.1.150/lapack/3.6.0-intel/lib</LAPACK_LIBDIR>
</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>
<LAPACK_LIBDIR>/global/software/sl-6.x86_64/modules/intel/2016.1.150/lapack/3.6.0-intel/lib</LAPACK_LIBDIR>
</compiler>


Expand Down
16 changes: 8 additions & 8 deletions cime/config/acme/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2443,18 +2443,18 @@
<modules>
<command name="purge"/>
<command name="load">cmake</command>
<command name="load">perl xml-libxml switch python/2.7.11</command>
<command name="load">perl xml-libxml switch python/2.7</command>
</modules>
<modules compiler="intel">
<command name="load">intel/2015.6.233</command>
<command name="load">intel/2016.4.072</command>
<command name="load">mkl</command>
</modules>
<modules compiler="intel" mpilib="mpi-serial">
<command name="load">netcdf/4.4.0-intel-s</command>
<command name="load">netcdf/4.4.1.1-intel-s</command>
</modules>
<modules compiler="intel" mpilib="!mpi-serial">
<command name="load">openmpi</command>
<command name="load">netcdf/4.4.0-intel-p</command>
<command name="load">netcdf/4.4.1.1-intel-p</command>
</modules>
</module_system>
</machine>
Expand Down Expand Up @@ -2506,18 +2506,18 @@
<modules>
<command name="purge"/>
<command name="load">cmake</command>
<command name="load">perl xml-libxml switch python/2.7.11</command>
<command name="load">perl xml-libxml switch python/2.7</command>
</modules>
<modules compiler="intel">
<command name="load">intel/2015.6.233</command>
<command name="load">intel/2016.4.072</command>
<command name="load">mkl</command>
</modules>
<modules compiler="intel" mpilib="mpi-serial">
<command name="load">netcdf/4.4.0-intel-s</command>
<command name="load">netcdf/4.4.1.1-intel-s</command>
</modules>
<modules compiler="intel" mpilib="!mpi-serial">
<command name="load">openmpi</command>
<command name="load">netcdf/4.4.0-intel-p</command>
<command name="load">netcdf/4.4.1.1-intel-s</command>
</modules>
</module_system>
</machine>
Expand Down

0 comments on commit a4329e6

Please sign in to comment.