Skip to content

Commit

Permalink
Merge pull request #5695 from knelli2/wheeler_catch
Browse files Browse the repository at this point in the history
Update Catch module on Wheeler
  • Loading branch information
nilsdeppe authored Jan 8, 2024
2 parents fa3e302 + 0d465fe commit 065bc25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions support/Environments/wheeler_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spectre_unload_modules() {
module unload blaze/3.8
module unload boost/1.65.0-gcc-6.4.0
module unload brigand/master
module unload catch/3.4.0
module unload catch/3.5.1
module unload gsl/2.1
module unload libsharp/1.0.0
module unload libxsmm/1.16.1
Expand All @@ -37,7 +37,7 @@ spectre_load_modules() {
module load blaze/3.8
module load boost/1.65.0-gcc-6.4.0
module load brigand/master
module load catch/3.4.0
module load catch/3.5.1
module load gsl/2.1
module load libsharp/1.0.0
module load libxsmm/1.16.1
Expand Down
4 changes: 2 additions & 2 deletions support/Environments/wheeler_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spectre_unload_modules() {
module unload blaze/3.8
module unload boost/1.65.0-gcc-6.4.0
module unload brigand/master
module unload catch/3.4.0
module unload catch/3.5.1
module unload gsl/2.1
module unload libsharp/1.0.0
module unload libxsmm/1.16.1
Expand Down Expand Up @@ -40,7 +40,7 @@ spectre_load_modules() {
module load blaze/3.8
module load boost/1.65.0-gcc-6.4.0
module load brigand/master
module load catch/3.4.0
module load catch/3.5.1
module load gsl/2.1
module load libsharp/1.0.0
module load libxsmm/1.16.1
Expand Down

0 comments on commit 065bc25

Please sign in to comment.