diff --git a/SPECS/mpich-3.2.1.tar.gz b/SPECS/mpich-3.2.1.tar.gz new file mode 100644 index 0000000..7ea2e00 Binary files /dev/null and b/SPECS/mpich-3.2.1.tar.gz differ diff --git a/SPECS/mpich.macros b/SPECS/mpich.macros new file mode 100644 index 0000000..85443f4 --- /dev/null +++ b/SPECS/mpich.macros @@ -0,0 +1,7 @@ +%_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}; diff --git a/SPECS/mpich.pth.py3 b/SPECS/mpich.pth.py3 new file mode 100644 index 0000000..ced8c64 --- /dev/null +++ b/SPECS/mpich.pth.py3 @@ -0,0 +1 @@ +import sys, os; s = os.getenv('MPI_PYTHON3_SITEARCH'); s and (s in sys.path or sys.path.append(s))