Skip to content

Commit

Permalink
Update the gdas_init utility driver scrip on Hera to use
Browse files Browse the repository at this point in the history
intelLLVM.

Fixes ufs-community#879.
  • Loading branch information
George Gayno committed Oct 25, 2024
1 parent 2d44d8b commit 31c62bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/gdas_init/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -x

compiler=${compiler:-"intel"}
compiler=${compiler:-"intelllvm"}
source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.$compiler
Expand Down

0 comments on commit 31c62bd

Please sign in to comment.