-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alfoa/generic codeinterface fix #844
Conversation
`ch 'devel' of https://github.com/idaholab/raven into devel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to cover this change with a regression test still.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple new things.
framework/Models/Model.py
Outdated
#""" | ||
#prefix = kwargs.get("prefix") | ||
#uniqueHandler = kwargs.get("uniqueHandler",'any') | ||
#forceThreads = kwargs.get("forceThreads",False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a comment explaining why we are saving this material, and on what conditions it can be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
framework/Models/PostProcessor.py
Outdated
## This may look a little weird, but due to how the parallel python library | ||
## works, we are unable to pass a member function as a job because the | ||
## pp library loses track of what self is, so instead we call it from the | ||
## class and pass self in as the first parameter | ||
jobHandler.addJob((self, myInput, samplerType, kwargs), self.__class__.evaluateSample, str(0), modulesToImport=self.mods, forceUseThreads=True) | ||
#jobHandler.addJob((self, myInput, samplerType, kwargs), self.__class__.evaluateSample, str(0), modulesToImport=self.mods, forceUseThreads=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, justification for keeping commented code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
…aholab/raven into alfoa/genericCodeinterfaceFix t push :wq :wq `
comments addressed |
Checklists pass, review complete. Approved for merge provided that tests pass. Note that the qsub tests are currently under revision, and so are not required to pass at the moment. |
@PaulTalbot-INL fixed the test. |
New changes approved, tests passing, checklists complete. Merging. |
Pull Request Description
What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
Closes #843
What are the significant changes in functionality due to this change request?
For Change Control Board: Change Request Review
The following review must be completed by an authorized member of the Change Control Board.
<internalParallel>
to True.