Skip to content

Commit

Permalink
TPL: Add INSTALL_PATH to metis/parmetis installs
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed May 16, 2022
1 parent b30a2ab commit f4b0fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ then
cd METIS-5.1.0.1 || exit
sed 's/TYPEWIDTH 32/TYPEWIDTH 64/' src/include/metis.h > tmp
mv tmp src/include/metis.h
CRAY=${CRAY} SHARED=${SHARED} DEBUG=${DEBUG} bash ../runconfigure.sh
INSTALL_PATH=${INSTALL_PATH} CRAY=${CRAY} SHARED=${SHARED} DEBUG=${DEBUG} bash ../runconfigure.sh
if [[ $? != 0 ]]
then
echo 1>&2 ${txtred}couldn\'t configure Metis. exiting.${txtrst}
Expand Down Expand Up @@ -655,7 +655,7 @@ then
then
echo "${txtgrn}+++ Configuring, Building, and Installing...${txtrst}"
cd parmetis || exit
CRAY=${CRAY} MPI=${MPI} SHARED=${SHARED} DEBUG=${DEBUG} bash ../runconfigure.sh
INSTALL_PATH=${INSTALL_PATH} CRAY=${CRAY} MPI=${MPI} SHARED=${SHARED} DEBUG=${DEBUG} bash ../runconfigure.sh
if [[ $? != 0 ]]
then
echo 1>&2 ${txtred}couldn\'t configure ParMETIS. exiting.${txtrst}
Expand Down

0 comments on commit f4b0fd1

Please sign in to comment.