From 6c2c6487f3c0625354c9df5ea3405bfc0556c583 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Thu, 28 May 2015 11:57:08 +0200 Subject: [PATCH] mpi: added fedora 22 support --- mpi/platforms/supported/fedora22.platform | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mpi/platforms/supported/fedora22.platform diff --git a/mpi/platforms/supported/fedora22.platform b/mpi/platforms/supported/fedora22.platform new file mode 100644 index 0000000..7877e6e --- /dev/null +++ b/mpi/platforms/supported/fedora22.platform @@ -0,0 +1,15 @@ +# Fedora 22 + +# This build script assumes that you have installed +# an appropriate C/C++ and Fortran compiler. +# +## + +# Define the packages this platform needs +PACKAGES=( +#once:mpich2 +once:mpich +once:openmpi +#once:mvapich2 +) + -- 2.39.5