ddae51
%_openmpi_load \
ddae51
 . /etc/profile.d/modules.sh; \
ddae51
 module load mpi/openmpi-%{_arch}; \
ddae51
 export CFLAGS="$CFLAGS %{optflags}";
ddae51
%_openmpi_unload \
ddae51
 . /etc/profile.d/modules.sh; \
ddae51
 module unload mpi/openmpi-%{_arch};