Blame SOURCES/mpich.macros

6969cb
%_mpich_load \
6969cb
 . /etc/profile.d/modules.sh; \
6969cb
 module load mpi/mpich-%{_arch}; \
6969cb
 export CFLAGS="$CFLAGS %{optflags}";
6969cb
%_mpich_unload \
6969cb
 . /etc/profile.d/modules.sh; \
6969cb
 module unload mpi/mpich-%{_arch};