Skip to content
Snippets Groups Projects
Commit 2528caeb authored by Peters, Wouter's avatar Peters, Wouter
Browse files

advanced options for huygens

parent 15e2b976
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment