Skip to content

Commit

Permalink
Disable hyperthreading option
Browse files Browse the repository at this point in the history
  • Loading branch information
WilleBell authored Sep 11, 2024
1 parent 3e83e3b commit 3935858
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ local_tweak_cfg_cmd = ' '.join([
'-e "s/ -lblas/ $LIBBLAS/g"',
# downgrade Fortran compiler error to warning
"-e 's/^fflags_gfo:/fflags_gfo: -fallow-invalid-boz/g'",
# Disable hyperthreading option
"-e 's/--use-hwthread-cpus//'",
"$HOMETEL/configs/systel.easybuild.cfg",
])

Expand Down

0 comments on commit 3935858

Please sign in to comment.