Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mpi4py and ncap2 modulefiles at NCCS #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ if ( $site == NCCS ) then

set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11

set mod6 = other/mpi4py/3.1.5-py3.11/ifort_18.0.5.274-intelmpi_2021.2.0-SLES12
set mod7 = other/ncap2/5.1.1

else

set mod2 = comp/gcc/12.3.0
Expand All @@ -157,12 +160,15 @@ if ( $site == NCCS ) then
set mod4 = mpi/impi/2021.13

set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11


set mod6 = other/mpi4py/3.1.5-py3.11/ifort_2021.6.0-intelmpi_2021.13.0-SLES15
set mod7 = other/ncap2/5.1.7

endif

set momdir = /home/yvikhlia/nobackup/mom5

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 )
set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 $mod6 $mod7 )
set modinit = /usr/share/modules/init/csh
set loadmodules = 0
set usemodules = 1
Expand Down
Loading