mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
simplify linux/aarch64
This commit is contained in:
parent
fb3c33c713
commit
315fac82da
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue