Skip to content
Snippets Groups Projects
Commit 91a163b5 authored by Ingrid Luijkx's avatar Ingrid Luijkx
Browse files

Updated capegrim job template

parent 1e2ab2c1
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,7 @@ class CapeGrimPlatform(Platform):
job until the submitted job in this template has been completed fully.
"""
template = """#!/bin/sh \n""" + \
"""## \n""" + \
template = """## \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 """ + \
"""## \n""" + \
......@@ -56,8 +55,6 @@ class CapeGrimPlatform(Platform):
"""#$ jobshell \n""" + \
"""\n""" + \
"""source /usr/local/Modules/3.2.8/init/sh\n""" + \
"""source /opt/intel/bin/ifortvars.sh intel64\n""" + \
"""export HOST='capegrim'\n""" + \
"""module load python\n""" + \
"""\n"""
......
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