Skip to content

Commit

Permalink
Drop Software_Collection/ARC_2023 module load
Browse files Browse the repository at this point in the history
It was only necessary during the pre-transition testing period on sockeye.
  • Loading branch information
douglatornell committed Nov 6, 2023
1 parent d8b60cb commit b3a7850
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion salishsea_cmd/run.py
Expand Up @@ -1022,7 +1022,6 @@ def _modules():
),
"sockeye": textwrap.dedent(
"""\
module load Software_Collection/ARC_2023
module load gcc/5.5.0
module load openmpi/4.1.1-cuda11-3
module load netcdf-fortran/4.5.3-hdf4-support
Expand Down
2 changes: 0 additions & 2 deletions tests/test_run.py
Expand Up @@ -2645,7 +2645,6 @@ def test_sockeye(self, cores_per_node, cpu_arch, deflate):
"""\
GATHER="${HOME}/.local/bin/salishsea gather"
module load Software_Collection/ARC_2023
module load gcc/5.5.0
module load openmpi/4.1.1-cuda11-3
module load netcdf-fortran/4.5.3-hdf4-support
Expand Down Expand Up @@ -3184,7 +3183,6 @@ def test_sockeye(self):
modules = salishsea_cmd.run._modules()
expected = textwrap.dedent(
"""\
module load Software_Collection/ARC_2023
module load gcc/5.5.0
module load openmpi/4.1.1-cuda11-3
module load netcdf-fortran/4.5.3-hdf4-support
Expand Down

0 comments on commit b3a7850

Please sign in to comment.