From 9e3f159bfcb1b9be947d4dba0151334c99c4ac0b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 23 Mar 2015 18:40:03 +0100 Subject: [PATCH] scripts/Bootstrap: read (P)MODULES_VERSION from Pmodules_version.conf --- scripts/Bootstrap/Pmodules_version.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/Bootstrap/Pmodules_version.conf diff --git a/scripts/Bootstrap/Pmodules_version.conf b/scripts/Bootstrap/Pmodules_version.conf new file mode 100644 index 0000000..6057d13 --- /dev/null +++ b/scripts/Bootstrap/Pmodules_version.conf @@ -0,0 +1,7 @@ +declare -x PMODULES_VERSION=0.99.1 +declare -x MODULES_VERSION=3.2.10 + +declare -a COMPILER_VERSIONS=( 'gcc/4.7.4' 'gcc/4.8.3' 'gcc/4.8.4' 'gcc/4.9.2' ) +declare -a MPI_VERSIONS=( 'openmpi/1.6.5' 'openmpi/1.8.2' 'openmpi/1.8.4' ) +declare -a HDF5_VERSIONS=( 'hdf5/1.8.12' 'hdf5/1.8.14' ) +declare -a HDF5_SERIAL_VERSIONS=( 'hdf5_serial/1.8.12' 'hdf5_serial/1.8.14' )