Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update izumi intel compiler after upgrade #401

Merged
merged 1 commit into from
Feb 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration/scripts/machines/env.izumi_intel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ("$inp" != "-nomodules") then
source /usr/share/Modules/init/csh

module purge
module load compiler/intel/19.0.1
module load compiler/intel/19.0.2

setenv OMP_STACKSIZE 64M

Expand Down
7 changes: 4 additions & 3 deletions configuration/scripts/tests/nothread_suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ smoke gx3 4x1 debug,diag1,run5day,thread
restart gx3 16x1 thread
smoke gx3 16x1 diag24,run1year,medium

#tcraig, hangs nodes intermittently on izumi with pgi
#tcraig, hangs nodes intermittently on izumi
#restart gx1 160x1 droundrobin,medium
#restart tx1 160x1 dsectrobin,medium

Expand Down Expand Up @@ -40,8 +40,9 @@ smoke gbox80 1x1 boxslotcyl
smoke gx3 16x1 bgcz
smoke gx3 16x1 bgcz,debug
smoke gx3 24x1 bgcskl,debug
restart gx1 128x1 bgcsklclim,medium
restart gx1 256x1 bgczclim,medium
#tcraig, hangs nodes intermittently on izumi
#restart gx1 128x1 bgcsklclim,medium
#restart gx1 256x1 bgczclim,medium

decomp gx3 8x1x5x29x20
restart gx3 1x1x50x58x4 droundrobin restart_gx3_8x1x25x29x2_dslenderX2
Expand Down