Deleted old Open MPI sit class files except last one in a release series.
This commit is contained in:
parent
7555548dc6
commit
fe22e72d21
21 changed files with 0 additions and 821 deletions
|
@ -1,27 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.5.1"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
# --with-fca=DIR
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
|
@ -1,28 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.5.2"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Rainer Keller <keller@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
# --with-fca=DIR
|
||||
CONFIGURE_OPTS="
|
||||
--with-fca=/opt/voltaire/fca
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
|
@ -1,35 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.5.3"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
# --with-fca=DIR
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.5.4"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Rainer Keller <keller@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
# --with-fca=DIR
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.6"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
# --with-fca=DIR
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.6.1"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
# --with-fca=DIR
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.6.2"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.6.3"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.6.4"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.7"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.7.1"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.7.2"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,41 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.7.3"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,41 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2014
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,48 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8.1"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
if [ $enable_valgrind != 0 ]; then
|
||||
module load valgrind
|
||||
VALGRIND_HOME=$(dirname $(dirname $(which valgrind)))
|
||||
CONFIGURE_OPTS+=" --enable-memchecker \
|
||||
--with-valgrind=$VALGRIND_HOME"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,42 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2014
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8.2"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-mpi-fortran=usempif08 \
|
||||
"
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,47 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2014
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8.3"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-mpi-fortran=usempif08 \
|
||||
"
|
||||
|
||||
if [ $PLATFORM = "hornet" ] ; then
|
||||
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-platform=lanl/cray_xe6/optimized-nopanasas"
|
||||
fi
|
||||
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,47 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2014
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8.4"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
enable_cuda=${enable_cuda:=1}
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-mpi-fortran=usempif08 \
|
||||
"
|
||||
|
||||
if [ $PLATFORM = "hornet" ] ; then
|
||||
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-platform=lanl/cray_xe6/optimized-nopanasas"
|
||||
fi
|
||||
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,47 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2015
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8.5"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-mpi-fortran=usempif08 \
|
||||
"
|
||||
|
||||
if [ $PLATFORM = "hornet" ] ; then
|
||||
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-platform=lanl/cray_xe6/optimized-nopanasas"
|
||||
fi
|
||||
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,49 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2015
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8.6"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
HASH_MD5=eb569e7dc97eeaa5b1876cccf114f377
|
||||
HASH_SHA1=781330b24e6656143ae3252f088a04b91411554b
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-mpi-fortran=usempif08 \
|
||||
"
|
||||
|
||||
if [ $PLATFORM = "hornet" ] ; then
|
||||
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-platform=lanl/cray_xe6/optimized-nopanasas"
|
||||
fi
|
||||
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
|
@ -1,49 +0,0 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2015
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="openmpi"
|
||||
VERSION="1.8.7"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
HASH_MD5=eb569e7dc97eeaa5b1876cccf114f377
|
||||
HASH_SHA1=781330b24e6656143ae3252f088a04b91411554b
|
||||
|
||||
enable_cuda=1
|
||||
|
||||
# Other interesting configure options:
|
||||
# --enable-mpi-threads
|
||||
# --enable-progress-threads
|
||||
CONFIGURE_OPTS="
|
||||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-mpi-fortran=usempif08 \
|
||||
"
|
||||
|
||||
if [ $PLATFORM = "hornet" ] ; then
|
||||
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-platform=lanl/cray_xe6/optimized-nopanasas"
|
||||
fi
|
||||
|
||||
if [ $enable_cuda != 0 ] ; then
|
||||
module load cuda
|
||||
CONFIGURE_OPTS+=" --with-cuda=$CUDA_DIR"
|
||||
fi
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltaire FCA found"
|
||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
Loading…
Reference in a new issue