Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peng Lian
param_runner
Commits
1ef11e50
Commit
1ef11e50
authored
Jan 11, 2017
by
David Trudgian
Browse files
Name the sbatch output file nicer
parent
efbfda57
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/param_runner
View file @
1ef11e50
...
...
@@ -86,7 +86,7 @@ def main():
partition
=
str
(
p
.
vals
[
'partition'
])
time_limit
=
str
(
p
.
vals
[
'time_limit'
])
sbatch_cmd
=
[
'sbatch'
,
'-N'
,
nodes
,
'-p'
,
partition
,
'-t'
,
time_limit
,
]
sbatch_cmd
=
[
'sbatch'
,
'-N'
,
nodes
,
'-p'
,
partition
,
'-t'
,
time_limit
,
'-oparam_runner_%j.out'
]
batch_script
=
"#!/bin/bash
\n
"
batch_script
+=
python_exe
...
...
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