8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
%_openmpi_load \
|
|
. /etc/profile.d/modules.sh; \
|
|
module load mpi/openmpi-%{_arch}; \
|
|
export CFLAGS="$CFLAGS %{optflags}";
|
|
%_openmpi_unload \
|
|
. /etc/profile.d/modules.sh; \
|
|
module unload mpi/openmpi-%{_arch};
|