Skip to content

Commit

Permalink
Update the weight_gen utility driver scripts on Hercules,
Browse files Browse the repository at this point in the history
Hera and Orion to default to intelLLVM.

Fixes ufs-community#879.
  • Loading branch information
George Gayno committed Oct 25, 2024
1 parent 203b2de commit 2d44d8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion util/weight_gen/run.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -x
UFS_DIR=$PWD/../..
source $UFS_DIR/sorc/machine-setup.sh > /dev/null 2>&1
module use $UFS_DIR/modulefiles
module load build.$target.intel
module load build.$target.intelllvm
module list

export CRES="C48"
Expand Down
2 changes: 1 addition & 1 deletion util/weight_gen/run.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -x
UFS_DIR=$PWD/../..
source $UFS_DIR/sorc/machine-setup.sh > /dev/null 2>&1
module use $UFS_DIR/modulefiles
module load build.$target.intel
module load build.$target.intelllvm
module list

export CRES="C48"
Expand Down
2 changes: 1 addition & 1 deletion util/weight_gen/run.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -x
UFS_DIR=$PWD/../..
source $UFS_DIR/sorc/machine-setup.sh > /dev/null 2>&1
module use $UFS_DIR/modulefiles
module load build.$target.intel
module load build.$target.intelllvm
module list

export CRES="C48"
Expand Down

0 comments on commit 2d44d8b

Please sign in to comment.