Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
d95a4654
Commit
d95a4654
authored
Aug 18, 2021
by
Martino Bertoni
🌋
Browse files
more memory for cc mini sign1
parent
7d333881
Pipeline
#2488
failed with stages
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pipelines/cc_mini.py
View file @
d95a4654
...
...
@@ -51,7 +51,7 @@ def pipeline_parser():
help
=
'Config file to be used. If not specified CC_CONFIG enviroment'
' variable is used.'
)
parser
.
add_argument
(
'-d'
,
'--dry_run'
,
type
=
bool
,
required
=
False
,
default
=
False
,
'-d'
,
'--dry_run'
,
action
=
'store_true'
,
help
=
'Execute pipeline script without running the pipeline.'
)
return
parser
...
...
@@ -76,7 +76,7 @@ def main(args):
# HPC parameters
hpc_kwargs
=
{
'sign0'
:
{
'cpu'
:
2
},
'sign1'
:
{
'cpu'
:
4
},
'sign1'
:
{
'cpu'
:
6
},
'sign2'
:
{
'cpu'
:
8
},
'sign3'
:
{
'cpu'
:
8
},
'neig1'
:
{
'cpu'
:
2
},
...
...
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