Skip to content

Commit

Permalink
modified environment for Freya to accomodate for additional OMP commands
Browse files Browse the repository at this point in the history
  • Loading branch information
TillRasmussen committed Feb 21, 2022
1 parent f286e0b commit 3b48d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configuration/scripts/machines/env.freya_gnu
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif
if ("$inp" != "-nomodules") then

source /opt/modules/default/init/csh # Initialize modules for csh
Clear environment
# Clear environment
module rm PrgEnv-intel
module rm PrgEnv-cray
module rm PrgEnv-gnu
Expand Down Expand Up @@ -37,3 +37,4 @@ setenv ICE_MACHINE_ACCT P0000000
setenv ICE_MACHINE_QUEUE "development"
setenv ICE_MACHINE_BLDTHRDS 18
setenv ICE_MACHINE_QSTAT "qstat "
setenv OMP_STACKSIZE 64M
1 change: 1 addition & 0 deletions configuration/scripts/machines/env.freya_intel
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ setenv ICE_MACHINE_ACCT P0000000
setenv ICE_MACHINE_QUEUE "development"
setenv ICE_MACHINE_BLDTHRDS 18
setenv ICE_MACHINE_QSTAT "qstat "
setenv OMP_STACKSIZE 64M

0 comments on commit 3b48d48

Please sign in to comment.