From ecc1d83c750bc1fbc527a6c8aaf329c0c6603594 Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 15 Sep 2022 18:18:54 -0700 Subject: [PATCH] simint build --- travis/compile_nwchem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/compile_nwchem.sh b/travis/compile_nwchem.sh index 88abc6d6b4..aef70a0010 100755 --- a/travis/compile_nwchem.sh +++ b/travis/compile_nwchem.sh @@ -96,12 +96,12 @@ fi # FOPT="-O1 -fno-aggressive-loop-optimizations" # fi if [[ ! -z "$USE_SIMINT" ]] ; then -# FOPT="-O0 -fno-aggressive-loop-optimizations" SIMINT_BUILD_TYPE=Debug if [[ "$arch" != "x86_64" ]]; then SIMINT_VEC=scalar fi - export PATH="/usr/local/bin:$PATH" + echo SIMINT_VEC is $SIMINT_VEC +# export PATH="/usr/local/bin:$PATH" # export LDFLAGS="-L/usr/local/opt/python@3.7/lib:$LDFLAGS" fi if [[ -z "$TRAVIS_HOME" ]]; then