-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifications for test runs on Juqueen
- Loading branch information
1 parent
5261f94
commit 705c948
Showing
5 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
#@ error = $(job_name).$(jobid).out | ||
#@ output = $(job_name).$(jobid).out | ||
#@ environment = COPY_ALL; | ||
#@ wall_clock_limit = 05:00:00 | ||
#@ wall_clock_limit = 00:30:00 | ||
#@ notification = error | ||
#@ notify_user = [email protected] | ||
#@ job_type = bluegene | ||
#@ bg_size = 4096 | ||
#@ bg_size = 32 | ||
##@ bg_shape = 1x1x1x2 | ||
#@ bg_connectivity = TORUS | ||
#@ queue | ||
|
@@ -50,20 +50,20 @@ LZ=64 | |
|
||
INPUT_FILE_PHMC=hmc_tm.input_phmc.${LOADL_STEP_ID} | ||
cat > ${INPUT_FILE_PHMC} <<+EOF | ||
T=256 | ||
#NrTProcs=8 | ||
T=48 | ||
#NrTProcs=4 | ||
|
||
LX=128 | ||
NrXProcs=8 | ||
LX=40 | ||
NrXProcs=4 | ||
|
||
LY=128 | ||
NrYProcs=8 | ||
LY=20 | ||
NrYProcs=2 | ||
|
||
LZ=128 | ||
NrZProcs=8 | ||
LZ=12 | ||
NrZProcs=1 | ||
|
||
#bg_size=2048 (4 midplanes) | ||
#local lattice=32 x 16 x 16 x 32 = 2^(5+4+4+4) = 2^17 | ||
#local lattice=12 x 10 x 10 x 12 | ||
|
||
OMPNumThreads = 64 | ||
DebugLevel = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters