mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
fix options for ifx
This commit is contained in:
parent
fac2625d90
commit
2abcfb7fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ if [[ ${FC_EXTRA} == gfortran || ${FC_EXTRA} == flang || ${FC_EXTRA} == armflan
|
|||
fi
|
||||
elif [ ${FC} == xlf ] || [ ${FC} == xlf_r ] || [ ${FC} == xlf90 ]|| [ ${FC} == xlf90_r ]; then
|
||||
Fortran_FLAGS=" -qintsize=8 -qextname -qpreprocess"
|
||||
elif [[ ${FC} == ifort || (${FC} == ftn && ${PE_ENV} == INTEL) ]]; then
|
||||
elif [[ ${FC} == ifort || ${FC} == ifx || (${FC} == ftn && ${PE_ENV} == INTEL) ]]; then
|
||||
Fortran_FLAGS="-i8 -fpp"
|
||||
elif [ ${FC} == ftn ] && [ ${PE_ENV} == CRAY ]; then
|
||||
Fortran_FLAGS=" -ffree -s integer64 -e F "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue