Skip to content

Commit

Permalink
flang-new-17 aka flang-17
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 12, 2023
1 parent 0377bbc commit e2e8e66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis/nwchem.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ if [[ "$FC" == "amdflang" ]]; then
export LD_LIBRARY_PATH=/opt/rocm-"$rocm_version"/lib:/opt/rocm/llvm/lib:$LD_LIBRARY_PATH
export BUILD_MPICH=1
fi
if [[ "$FC" == "flang-new-17" ]]; then
export BUILD_MPICH=1
fi

if [[ "$FC" == "nvfortran" ]]; then
nv_major=23
Expand Down

0 comments on commit e2e8e66

Please sign in to comment.