mvapich2/mvapich2.macros.in
2019-12-05 16:50:06 +08:00

7 lines
172 B
Plaintext

%_@MACRONAME@_load \
. /etc/profile.d/modules.sh; \
module load mpi/@MODULENAME@;
%_@MACRONAME@_unload \
. /etc/profile.d/modules.sh; \
module unload mpi/@MODULENAME@;