From 1bd8b453e3c492594364aa0823b8355ee7465860 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Wed, 18 May 2016 10:06:04 +0000 Subject: [PATCH] Deleted old extrae sit class files. --- packages/performance/extrae/extrae-2.1.1 | 40 ----------------- packages/performance/extrae/extrae-2.1.1-p1 | 40 ----------------- packages/performance/extrae/extrae-2.1.1-p2 | 42 ------------------ packages/performance/extrae/extrae-2.2.0 | 48 --------------------- packages/performance/extrae/extrae-2.2.1 | 48 --------------------- 5 files changed, 218 deletions(-) delete mode 100755 packages/performance/extrae/extrae-2.1.1 delete mode 100755 packages/performance/extrae/extrae-2.1.1-p1 delete mode 100755 packages/performance/extrae/extrae-2.1.1-p2 delete mode 100755 packages/performance/extrae/extrae-2.2.0 delete mode 100755 packages/performance/extrae/extrae-2.2.1 diff --git a/packages/performance/extrae/extrae-2.1.1 b/packages/performance/extrae/extrae-2.1.1 deleted file mode 100755 index f50b6e1..0000000 --- a/packages/performance/extrae/extrae-2.1.1 +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# sit class file -# -# Christoph Niethammer (C) 2011 -# - -CATEGORY="performance" -PACKAGE="extrae" -VERSION="2.1.1" -URL="http://www.bsc.es" -INSTALLER="Christoph Niethammer " - -# Archive A and package name P -A=${PACKAGE}-${VERSION}.tar.bz2 -P=${PACKAGE}-${VERSION} - -enable_papi=${enable_papi:=0} - - -# Other interesting configure options: -CONFIGURE_OPTS="\ - --with-mpi=$MPI_DIR \ - --enable-sampling \ - " - - -# use PAPI -if [ $enable_papi != 0 ] ; then - module load system/perfctr system/papi - PAPI_DIR=$(dirname $(dirname $(which papi_avail))) - CONFIGURE_OPTS="$CONFIGURE_OPTS --with-papi=$PAPI_DIR" -fi - -# currently extrae has to be build in the source directory -BUILDDIR="${SRCDIR}" - -src_install() { - mkdir -p $PREFIX - make install || sit_fail "Installation failed" -} diff --git a/packages/performance/extrae/extrae-2.1.1-p1 b/packages/performance/extrae/extrae-2.1.1-p1 deleted file mode 100755 index 135d3fe..0000000 --- a/packages/performance/extrae/extrae-2.1.1-p1 +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# sit class file -# -# Christoph Niethammer (C) 2011 -# - -CATEGORY="performance" -PACKAGE="extrae" -VERSION="2.1.1-p1" -URL="http://www.bsc.es" -INSTALLER="Christoph Niethammer " - -# Archive A and package name P -A=${PACKAGE}-${VERSION}.tar.gz -P=${PACKAGE}-${VERSION} - -enable_papi=${enable_papi:=0} - - -# Other interesting configure options: -CONFIGURE_OPTS="\ - --with-mpi=$MPI_DIR \ - --enable-sampling \ - " - - -# use PAPI -if [ $enable_papi != 0 ] ; then - module load system/perfctr system/papi - which papi_avail - PAPI_DIR=$(dirname $(dirname $(which papi_avail))) - CONFIGURE_OPTS="$CONFIGURE_OPTS --with-papi=$PAPI_DIR" -fi - -BUILDDIR="${SRCDIR}" - -src_install() { - mkdir -p $PREFIX - make install || sit_fail "Installation failed" -} diff --git a/packages/performance/extrae/extrae-2.1.1-p2 b/packages/performance/extrae/extrae-2.1.1-p2 deleted file mode 100755 index 5eea995..0000000 --- a/packages/performance/extrae/extrae-2.1.1-p2 +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# sit class file -# -# Christoph Niethammer (C) 2011 -# - -CATEGORY="performance" -PACKAGE="extrae" -VERSION="2.1.1-p2" -URL="http://www.bsc.es" -INSTALLER="Christoph Niethammer " - -# Archive A and package name P -A=${PACKAGE}-${VERSION}.tar.bz2 -P=${PACKAGE}-${VERSION} - -enable_papi=${enable_papi:=0} - -MAKEOPTS="-j1" - -# Other interesting configure options: -#--disable-doc \ -CONFIGURE_OPTS="\ - --with-mpi=$MPI_DIR \ - --enable-sampling \ - " - - -# use PAPI -if [ $enable_papi != 0 ] ; then - module load system/perfctr system/papi - which papi_avail - PAPI_DIR=$(dirname $(dirname $(which papi_avail))) - CONFIGURE_OPTS="$CONFIGURE_OPTS --with-papi=$PAPI_DIR" -fi - -BUILDDIR="${SRCDIR}" - -src_install() { - mkdir -p $PREFIX - make install || sit_fail "Installation failed" -} diff --git a/packages/performance/extrae/extrae-2.2.0 b/packages/performance/extrae/extrae-2.2.0 deleted file mode 100755 index d685885..0000000 --- a/packages/performance/extrae/extrae-2.2.0 +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh -# sit class file -# -# Christoph Niethammer (C) 2011 -# - -CATEGORY="performance" -PACKAGE="extrae" -VERSION="2.2.0" -URL="http://www.bsc.es" -INSTALLER="Christoph Niethammer " - -# Archive A and package name P -A=${PACKAGE}-${VERSION}.tar.gz -P=${PACKAGE}-${VERSION} - -enable_papi=${enable_papi:=1} - -MAKEOPTS="-j1" - -# Other interesting configure options: -#--disable-doc \ -CONFIGURE_OPTS="\ - --with-mpi=$MPI_DIR \ - --without-pacx \ - --enable-sampling \ - --enable-posix-clock \ - --without-unwind \ - --without-dyninst \ - " - - -# use PAPI -if [ $enable_papi != 0 ] ; then - module load system/perfctr - module load system/papi - PAPI_DIR=$(dirname $(dirname $(which papi_avail))) - CONFIGURE_OPTS="$CONFIGURE_OPTS --with-papi=$PAPI_DIR" -else - CONFIGURE_OPTS="$CONFIGURE_OPTS --without-papi" -fi - -BUILDDIR="${SRCDIR}" - -src_install() { - mkdir -p $PREFIX - make install || sit_fail "Installation failed" -} diff --git a/packages/performance/extrae/extrae-2.2.1 b/packages/performance/extrae/extrae-2.2.1 deleted file mode 100755 index 39ce69d..0000000 --- a/packages/performance/extrae/extrae-2.2.1 +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh -# sit class file -# -# Christoph Niethammer (C) 2012 -# - -CATEGORY="performance" -PACKAGE="extrae" -VERSION="2.2.1" -URL="http://www.bsc.es" -INSTALLER="Christoph Niethammer " - -# Archive A and package name P -A=${PACKAGE}-${VERSION}.tar.bz2 -P=${PACKAGE}-${VERSION} - -enable_papi=${enable_papi:=1} - -MAKEOPTS="-j1" - -# Other interesting configure options: -#--disable-doc \ -CONFIGURE_OPTS="\ - --with-mpi=$MPI_DIR \ - --without-pacx \ - --enable-sampling \ - --enable-posix-clock \ - --without-unwind \ - --without-dyninst \ - " - - -# use PAPI -if [ $enable_papi != 0 ] ; then - module load system/perfctr - module load system/papi - PAPI_DIR=$(dirname $(dirname $(which papi_avail))) - CONFIGURE_OPTS="$CONFIGURE_OPTS --with-papi=$PAPI_DIR" -else - CONFIGURE_OPTS="$CONFIGURE_OPTS --without-papi" -fi - -BUILDDIR="${SRCDIR}" - -src_install() { - mkdir -p $PREFIX - make install || sit_fail "Installation failed" -}