Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

WIP: Job dispatch cleanup #146

Merged
merged 5 commits into from
Oct 26, 2017
Merged

Conversation

stefoss23
Copy link
Contributor

@stefoss23 stefoss23 commented Oct 24, 2017

Task
The job_dispatch.py (and job_manager.py class) script in libres has quite some crappy debug code from a time back when we were investigating cluster issues intensively. We should remove these no-longer required attributes:
Everything related to JobManager.fsinfo( ) is to be removed.

Approach
JobManager.fsinfo( ), reference to this function and consequences of the reference has been removed.

Pre un-WIP checklist

  • Statoil tests pass locally
  • Have completed graphical integration test steps

#@staticmethod
#def fsInfo(path = None):
# if path is None:
# path = os.getcwd()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No - do not comment out code; delete properly!

@joakim-hove joakim-hove merged commit 868e45d into equinor:master Oct 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants