Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ProfugusMC
ProfugusMC
Commits
6dad716f
Commit
6dad716f
authored
Oct 24, 2017
by
Hamilton, Steven P
Browse files
Fixing up jsrun command.
parent
fee3a90f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Profugus/GPU_32node/Scripts/submit_executable.x
View file @
6dad716f
...
...
@@ -99,7 +99,7 @@ def make_batch_script(batch_recursive_mode,path_to_workspace,test_id_string,sche
rgtenvironmentalfile
=
os
.
environ
[
"RGT_ENVIRONMENTAL_FILE"
]
jobname
=
"profugus_gpu_32node"
nodes
=
"32"
ppn
=
"
20
"
ppn
=
"
4
"
ranks
=
str
(
int
(
nodes
)
*
int
(
ppn
))
batchqueue
=
"batch"
pbsaccountid
=
os
.
environ
[
"RGT_PBS_JOB_ACCNT_ID"
]
...
...
@@ -109,7 +109,7 @@ def make_batch_script(batch_recursive_mode,path_to_workspace,test_id_string,sche
workdir
=
os
.
path
.
join
(
path_to_workspace
,
"workdir"
)
resubmitme
=
batch_recursive_mode
walltime
=
"01:00"
joblaunchcommand
=
"jsrun --nrs ${NUM
_NODE
S} --cpu_per_rs
20
--gpu_per_rs
4
--tasks_per_rs
4
--rs_per_host
1
-E LD_LIBRARY_PATH ${EXECUTABLE} -i c5g7_3d_gpu_32node.xml | tee stdout.txt"
joblaunchcommand
=
"jsrun --nrs ${NUM
PROC
S} --cpu_per_rs
1
--gpu_per_rs
1
--tasks_per_rs
1
--rs_per_host
4
-E LD_LIBRARY_PATH ${EXECUTABLE} -i c5g7_3d_gpu_32node.xml | tee stdout.txt"
rg_array
=
[
(
re
.
compile
(
"__jobname__"
),
jobname
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment