simplify linux/aarch64

This commit is contained in:
edoapra 2025-12-19 16:11:05 -08:00
parent fb3c33c713
commit 315fac82da
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -32,13 +32,6 @@ if [[ "$arch" == "aarch64" ]]; then
export OMPI_FC=nvfortran
env|egrep FC
nvfortran -V
else
#should be gfortran
if [[ "$NWCHEM_MODULES" == "tce" ]]; then
FOPT="-O0 -fno-aggressive-loop-optimizations"
else
FOPT="-O1 -fno-aggressive-loop-optimizations"
fi
fi
else
if [[ "$FC" == "ifort" ]] || [[ "$FC" == "ifx" ]] ; then