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

removed suspend/unduspend jobs

parent 667d06ae
No related branches found
No related tags found
No related merge requests found
......@@ -64,16 +64,6 @@ class PlatForm(object):
return os.environ['JOB_ID']
def UnsuspendCommand(self):
""" Provide shell command to resume this job, or nothing if there is no suspension of the current job while a child process executes """
return 'exit 0'
def SuspendJob(self):
""" Method suspends the running job"""
return None
def WriteJob(self,DaCycle,template, jobid):
""" This method writes a jobfile to the exec dir"""
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment