Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rose_fvcom_setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PML-modelling
rose_fvcom_setup
Commits
7e5ce3d6
Commit
7e5ce3d6
authored
Feb 25, 2019
by
Modellers Operational
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove min/max nodes option as slurm appears to do something inefficient with it
parent
72b479b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
rose-suite_ROSA.conf
rose-suite_ROSA.conf
+1
-2
rose-suite_TAMAR.conf
rose-suite_TAMAR.conf
+1
-2
suite.rc
suite.rc
+1
-1
No files found.
rose-suite_ROSA.conf
View file @
7e5ce3d6
...
...
@@ -3,8 +3,7 @@
COLD_START
=
True
SEDIMENT
=
False
USE_CETO
=
True
MIN_NODES
=
4
MAX_NODES
=
10
NODES
=
10
FORECAST
=
True
REMOTE_USER
=
'modop'
MAIL_TO
=
'mbe@pml.ac.uk'
...
...
rose-suite_TAMAR.conf
View file @
7e5ce3d6
...
...
@@ -3,9 +3,8 @@
COLD_START
=
True
SEDIMENT
=
False
USE_CETO
=
True
MIN_NODES
=
4
MAX_NODES
=
10
FORECAST
=
True
NODES
=
10
REMOTE_USER
=
'modop'
INITIAL_START_DATE
=
'2018-11-28T00:00:00Z'
...
...
suite.rc
View file @
7e5ce3d6
...
...
@@ -162,7 +162,7 @@
submission polling intervals = PT10S
execution polling intervals = PT10S, PT1M
[[[directives]]]
--nodes = {{
MIN_NODES}}-{{MAX_
NODES}}
--nodes = {{NODES}}
--ntasks-per-node=20
--threads-per-core=1
--time=24:00:00
...
...
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