mvapich2/SOURCES/mvapich2.macros.in
2022-05-17 17:02:05 +00: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@;