From fbfd33caf197ca43de29533cd4163dc955c049ce Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Apr 2016 14:52:43 +0200 Subject: [PATCH] cleanup --- HDF5/build_all_variants | 26 -------------------------- MPI/hdf5/compiler | 5 ----- MPI/hdf5/mpi | 3 --- MPI/hdf5/versions | 3 --- 4 files changed, 37 deletions(-) delete mode 100755 HDF5/build_all_variants delete mode 100644 MPI/hdf5/compiler delete mode 100644 MPI/hdf5/mpi delete mode 100644 MPI/hdf5/versions diff --git a/HDF5/build_all_variants b/HDF5/build_all_variants deleted file mode 100755 index 88d48a6..0000000 --- a/HDF5/build_all_variants +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -declare -r basedir=$(dirname $0) -source '../../config/Pmodules.conf' - -declare -r recipe="${basedir}/$1/build" -shift - -if [[ ! -x "${recipe}" ]]; then - echo "Error: no recipe to build '$1'!" - exit 1 -fi - -for cc in "${COMPILER_VERSIONS[@]}"; do - for mpi in "${MPI_VERSIONS[@]}"; do - for hdf5 in "${HDF5_VERSIONS[@]}"; do - "${recipe}" "$@" --with=$cc --with=$mpi --with=$hdf5 || { - echo "Oops: build failed for:" - echo " compile: $cc" - echo " mpi: $mpi" - echo " hdf5: $hdf5" - exit 1 - } - done - done -done diff --git a/MPI/hdf5/compiler b/MPI/hdf5/compiler deleted file mode 100644 index 1986855..0000000 --- a/MPI/hdf5/compiler +++ /dev/null @@ -1,5 +0,0 @@ -gcc/4.7.4 -gcc/4.8.4 -gcc/4.9.2 -gcc/5.2.0 -intel/15.3 diff --git a/MPI/hdf5/mpi b/MPI/hdf5/mpi deleted file mode 100644 index b6de205..0000000 --- a/MPI/hdf5/mpi +++ /dev/null @@ -1,3 +0,0 @@ -openmpi/1.6.5 -openmpi/1.8.4 -mpich/3.1.4 diff --git a/MPI/hdf5/versions b/MPI/hdf5/versions deleted file mode 100644 index ff0c739..0000000 --- a/MPI/hdf5/versions +++ /dev/null @@ -1,3 +0,0 @@ -1.8.12 -1.8.14 -1.8.15.1