]> https://gitweb.dealii.org/ - candi.git/commitdiff
mpi: mpich updated and added centos7 as supported platform
authorUwe Köcher <koecher@hsu-hamburg.de>
Wed, 26 Aug 2015 19:24:22 +0000 (21:24 +0200)
committerUwe Köcher <koecher@hsu-hamburg.de>
Wed, 26 Aug 2015 19:24:22 +0000 (21:24 +0200)
mpi/packages/mpich.package
mpi/platforms/supported/centos7.platform [new file with mode: 0644]
project-mpi.cfg

index 198e682fee23a08f16b02c5d21c28ae617754d3c..a8bda9ab090bb6270b3a064c079e6828475fe7e3 100644 (file)
@@ -1,10 +1,12 @@
-VERSION=3.1.3
+VERSION=3.1.4
 NAME=mpich-${VERSION}
 SOURCE=http://www.mpich.org/static/downloads/${VERSION}/
 PACKING=.tar.gz
 CHECKSUM=ignore
 
-if [ ${VERSION} = "3.1.3" ]; then
+if [ ${VERSION} = "3.1.4" ]; then
+    CHECKSUM=2ab544607986486562e076b83937bba2
+elif [ ${VERSION} = "3.1.3" ]; then
     CHECKSUM=93cb17f91ac758cbf9174ecb03563778
 elif [ ${VERSION} = "3.1.2" ]; then
     CHECKSUM=7fbf4b81dcb74b07ae85939d1ceee7f1
diff --git a/mpi/platforms/supported/centos7.platform b/mpi/platforms/supported/centos7.platform
new file mode 100644 (file)
index 0000000..90db4f3
--- /dev/null
@@ -0,0 +1,14 @@
+# CentOS 7
+
+# This build script assumes that you have installed
+# an appropriate C/C++ and Fortran compiler.
+#
+# su -c 'yum install -y libtool-ltdl libtool-ltdl-devel'
+##
+
+# Define the packages this platform needs
+PACKAGES=(
+#once:mpich2
+once:mpich
+#once:openmpi
+)
index 2ead0f4584fa90ba8556f58ed1a3d5dfc36858dc..4c89de2695ddd3015430e81f7a1aafeb2bd10909 100644 (file)
@@ -6,7 +6,7 @@
 # Meta-project to build
 PROJECT=mpi
 #COMPILER=llvm
-COMPILER=gcc-4.9.1
+COMPILER=gcc-4.9.3
 
 # How many processes would you like to build using?
 PROCS=1
@@ -17,7 +17,7 @@ PREFIX_PATH=~/apps/candi
 DOWNLOAD_PATH=${PREFIX_PATH}/src
 
 # Where do you want the build files to go?
-BUILD_PATH=${PREFIX_PATH}/compiler/${PROJECT}/${COMPILER}-build
+BUILD_PATH=${PREFIX_PATH}/compiler-${PROJECT}-${COMPILER}-build
 
 # Where do you want to unpack source files to go?
 UNPACK_PATH=${PREFIX_PATH}/unpack

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.