diff --git a/packages/performance/extrae/extrae-2.3 b/packages/performance/extrae/extrae-2.3 index fe83485..0945024 100755 --- a/packages/performance/extrae/extrae-2.3 +++ b/packages/performance/extrae/extrae-2.3 @@ -7,7 +7,7 @@ CATEGORY="performance" PACKAGE="extrae" VERSION="2.3" -URL="http://www.bsc.es" +URL="http://www.bsc.es/computer-sciences/extrae" INSTALLER="Christoph Niethammer " # Archive A and package name P @@ -32,8 +32,6 @@ CONFIGURE_OPTS="\ # 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