mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
use SIMINT_VEC=scalar when arch!=x86_64
This commit is contained in:
parent
f9ed601995
commit
185ebf0475
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ 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"
|
||||
# export LDFLAGS="-L/usr/local/opt/python@3.7/lib:$LDFLAGS"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue