Skip to content

Commit

Permalink
flang
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 12, 2023
1 parent 773571b commit 0377bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libext/scalapack/build_scalapa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ fi
if [[ "$SCALAPACK_SIZE" == 8 ]] ; then
if [[ ${FC} == f95 ]] || [[ ${FC_EXTRA} == gfortran ]] ; then
Fortran_FLAGS+=" -fdefault-integer-8 -w "
elif [[ ${FC_EXTRA} == flang ]] ; then
Fortran_FLAGS+=" -fdefault-integer-8 "
elif [[ ${FC} == xlf ]] || [[ ${FC} == xlf_r ]] || [[ ${FC} == xlf90 ]]|| [[ ${FC} == xlf90_r ]]; then
Fortran_FLAGS=" -qintsize=8 -qextname "
elif [[ ${FC} == crayftn ]]; then
Expand Down

0 comments on commit 0377bbc

Please sign in to comment.