Skip to content

Commit

Permalink
update modules and batch for tacc frontera
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Apr 2, 2024
1 parent 1f836f0 commit 2e409ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@

<queues>
<queue walltimemax="02:00:00" nodemin="1" nodemax="40">development</queue>
<queue walltimemax="24:00:00" nodemin="1" nodemax="512" default="true">normal</queue>
<queue walltimemax="24:00:00" nodemin="3" nodemax="512" default="true">normal</queue>
<queue walltimemax="24:00:00" nodemin="513" nodemax="2048" >large</queue>
</queues>
</batch_system>
Expand Down
14 changes: 7 additions & 7 deletions machines/frontera/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
<command name="purge"></command>
<command name="load">TACC</command>
<command name="use">/scratch1/projects/compilers/modulefiles</command>
<command name="load">intel/22.2.0</command>
<!-- <command name="load">intel/19.0.9</command> -->
<command name="load">cmake/3.24.2</command>
</modules>
<modules mpilib="impi">
<command name="load">impi/22.2.0</command>
<command name="load">pnetcdf/1.11.2</command>
<command name="load">parallel-netcdf/4.6.2</command>
<command name="load">impi/19.0.9</command>
<command name="load">pnetcdf/1.12.3</command>
<command name="load">parallel-netcdf/4.9.0</command>
</modules>
<modules mpilib="mvapich">
<command name="rm">impi</command>
<command name="load">mvapich2-x/2.3</command>
<command name="load">pnetcdf/1.11.2</command>
<command name="load">parallel-netcdf/4.6.2</command>
<command name="load">pnetcdf/1.12.3</command>
<command name="load">parallel-netcdf/4.9.0</command>
</modules>
<modules mpilib="mpi-serial">
<command name="load">netcdf/4.6.2</command>
<command name="load">netcdf/4.9.0</command>
</modules>
</module_system>
<environment_variables>
Expand Down

0 comments on commit 2e409ba

Please sign in to comment.