mpich/SOURCES/mpich.macros

8 lines
204 B
Plaintext
Raw Normal View History

2021-11-03 18:24:42 +00:00
%_mpich_load \
. /etc/profile.d/modules.sh; \
module load mpi/mpich-%{_arch}; \
export CFLAGS="$CFLAGS %{optflags}";
%_mpich_unload \
. /etc/profile.d/modules.sh; \
module unload mpi/mpich-%{_arch};