Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTDAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CTDAS
CTDAS
Commits
2528caeb
Commit
2528caeb
authored
12 years ago
by
Peters, Wouter
Browse files
Options
Downloads
Patches
Plain Diff
advanced options for huygens
parent
15e2b976
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
da/platform/huygens.py
+5
-11
5 additions, 11 deletions
da/platform/huygens.py
with
5 additions
and
11 deletions
da/platform/huygens.py
+
5
−
11
View file @
2528caeb
...
...
@@ -86,7 +86,7 @@ class HuygensPlatForm(PlatForm):
# """\n"""
template
=
"""
#!
jobshell
\n
"""
+
\
template
=
"""
#!
/bin/bash
\n
"""
+
\
"""
##
\n
"""
+
\
"""
## This is a set of dummy names, to be replaced by values from the dictionary
\n
"""
+
\
"""
## Please make your own platform specific template with your own keys and place it in a subfolder of the da package.
\n
"""
+
\
...
...
@@ -97,20 +97,14 @@ class HuygensPlatForm(PlatForm):
"""
networkMPI
\n
"""
+
\
"""
# @ notification = never
\n
"""
+
\
"""
# @ input = jobinput
\n
"""
+
\
"""
# @ output =
out
.$(jobid)
\n
"""
+
\
"""
# @ error =
err
.$(jobid)
\n
"""
+
\
"""
# @ output =
logfile
.$(jobid)
\n
"""
+
\
"""
# @ error =
logfile
.$(jobid)
\n
"""
+
\
"""
# @ wall_clock_limit = jobtime
\n
"""
+
\
"""
# @ job_type = jobtype
\n
"""
+
\
"""
# @ shell = /bin/bash
\n
"""
+
\
"""
# @ queue
\n
"""
+
\
"""
\n
"""
+
\
"""
module unload fortran/ibm
\n
"""
+
\
"""
module load fortran/ibm/13.1
\n
"""
+
\
"""
module load szip
\n
"""
+
\
"""
module load hdf4nn
\n
"""
+
\
"""
module load python
\n
"""
+
\
"""
module load hdf5-mp/1.8.2
\n
"""
+
\
"""
module load hdf5/1.8.6
\n
"""
+
\
"""
module load modulenetcdf
"""
+
\
"""
module load ctdas
\n
"""
+
\
"""
\n
"""
if
'
depends
'
in
joboptions
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment