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
Tsurata, Aki
CTDAS
Commits
cefb0c86
Commit
cefb0c86
authored
14 years ago
by
Peters, Wouter
Browse files
Options
Downloads
Patches
Plain Diff
removed suspend/unduspend jobs
parent
667d06ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
da/baseclasses/platform.py
+0
-10
0 additions, 10 deletions
da/baseclasses/platform.py
with
0 additions
and
10 deletions
da/baseclasses/platform.py
+
0
−
10
View file @
cefb0c86
...
...
@@ -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
"""
#
...
...
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