Skip to content

Commit

Permalink
Update grid driver scripts to use intelLLVM and Hercules,
Browse files Browse the repository at this point in the history
Orion and Hera.

Fixes ufs-community#879.
  • Loading branch information
George Gayno committed Oct 25, 2024
1 parent addccd3 commit 203b2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion driver_scripts/driver_grid.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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
2 changes: 1 addition & 1 deletion driver_scripts/driver_grid.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set -x

source ../sorc/machine-setup.sh > /dev/null 2>&1
module use ../modulefiles
module load build.$target.intel
module load build.$target.intelllvm
module list

#-----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion driver_scripts/driver_grid.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set -x

source ../sorc/machine-setup.sh > /dev/null 2>&1
module use ../modulefiles
module load build.$target.intel
module load build.$target.intelllvm
module list

#-----------------------------------------------------------------------
Expand Down

0 comments on commit 203b2de

Please sign in to comment.