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
ff0a75b6
Commit
ff0a75b6
authored
Apr 16, 2020
by
Jaime Arias
Browse files
reset version of sbatch generator
parent
abe86d98
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/sbatch_generator.py
View file @
ff0a75b6
...
...
@@ -384,14 +384,14 @@ if __name__ == '__main__':
# Default paths
paths
=
create_default_paths
()
# Timeout:
10
minutes
# Timeout:
5
minutes
timeout
=
10
# Number of nodes
nodes
=
[
1
]
# Number of threads
threads
=
[
1
,
8
,
1
6
]
threads
=
[
1
,
8
,
1
2
,
16
,
20
,
40
]
# Formulas to be verified
nb_formulas
=
200
...
...
@@ -414,32 +414,29 @@ if __name__ == '__main__':
},
{
"name"
:
"spool"
,
"instances"
:
[
"spool1"
,
"spool2"
,
"spool3"
,
"spool4"
,
"spool5"
]
},
{
"name"
:
"kanban"
,
"instances"
:
[
"kanban5"
,
"kanban10"
,
"kanban20"
]
},
{
"name"
:
"cloud"
,
"instances"
:
[
"cloud5by2"
,
"cloud10by5"
,
"cloud20by10"
,
"cloud40by20"
]
}]
#, {
# "name": "kanban",
# "instances": ["kanban5", "kanban10", "kanban20"]
#}, {
# "name":
# "cloud",
# "instances": ["cloud5by2", "cloud10by5", "cloud20by10", "cloud40by20"]
#}]
# Tools to be compared
tools
=
[{
"name"
:
"pmc-sog"
,
"parameters"
:
{
"parallelisation"
:
[
'otfP'
,
'otfL'
],
"strategy"
:
[
'Cou99(poprem)'
]
# "strategy": ['default', 'Cou99(poprem)', 'Cou99(poprem shy)']
"parallelisation"
:
[
'otfP'
,
'otfL'
,
'otfC'
],
"strategy"
:
[
'default'
,
'Cou99(poprem)'
,
'Cou99(poprem shy)'
]
}
},
{
"name"
:
"pnml2lts-mc"
,
"parameters"
:
{
"size"
:
[
"90%"
],
"strategy"
:
[
'dfs'
,
'ndfs'
]
}
}]
#}, {
# "name": "pnml2lts-mc",
# "parameters": {
# "size": ["90%"],
# "strategy": ['dfs', 'ndfs']
# }
#}]
generate_multiple_sbatchs
(
tools
,
models
,
formulas
,
nodes
,
threads
,
timeout
,
paths
)
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