Skip to content

Commit

Permalink
PAPI: disable parallel build, remove conflicting ENV var
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaas80 committed Jul 15, 2019
1 parent 66042ec commit 1599438
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/build.sh
Expand Up @@ -75,6 +75,11 @@ cd ${NAME}/src
#unset CPP
#export MPICC=

# get rid of NAME variables in make since PAPI's Makefile uses it as well
unset NAME
# disable parallel build since PAPI does not support it
MAKEFLAGS=${MAKEFLAGS%% -- *}

./configure --prefix=${PAPI_DIR} --with-shared-lib=no

echo "PAPI: Building..."
Expand Down

0 comments on commit 1599438

Please sign in to comment.