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
PMC-SOG
experiments
hybrid
Commits
4d74498e
Commit
4d74498e
authored
Feb 14, 2022
by
Jaime Arias
Browse files
add por options
parent
58754391
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/sbatch_generator.py
View file @
4d74498e
...
...
@@ -483,7 +483,7 @@ if __name__ == '__main__':
timeout
=
20
# Number of nodes
nodes
=
[
1
]
nodes
=
[
1
,
2
]
# Number of threads
threads
=
[
16
]
...
...
@@ -500,12 +500,12 @@ if __name__ == '__main__':
# "name": "train",
# "instances": ["train12", "train24", "train48", "train96"]
# }, {
#
"name": "tring",
#
"instances": ["tring
5",
"tring
10
", "tring20"
]
"name"
:
"tring"
,
"instances"
:
[
"tring
10"
]
#
"tring
5
", "tring20"
# }, {
"name"
:
"robot"
,
"instances"
:
[
"robot20"
]
#"robot20", "robot50", "robot2", "robot5", "robot10"]
#
"name":
#
"robot",
#
"instances": ["robot20"] #"robot20", "robot50", "robot2", "robot5", "robot10"]
# }, {
# "name": "spool",
# "instances": ["spool4", "spool5"] #, "spool1", "spool2", "spool3"]
...
...
@@ -515,7 +515,7 @@ if __name__ == '__main__':
tools
=
[{
"name"
:
"pmc-sog"
,
"parameters"
:
{
"parallelisation"
:
[
'
otf
'
],
#
'otfPR', 'otfP', 'otfC'
"parallelisation"
:
[
"
otf
POR"
,
"otfPRPOR"
],
# 'otf',
'otfPR', 'otfP', 'otfC'
,
"strategy"
:
[
'Cou99(poprem)'
,
'Cou99(poprem shy)'
]
#, 'default']
}
# }, {
...
...
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