Skip to content

JMK add option with call instead of check_call to allow fault for wsl #543

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

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

jamesmkrieger
Copy link
Contributor

This option allows protocols that close programs in wsl with segfaults to still finish rather than raising errors

Copy link

sonarqubecloud bot commented Aug 1, 2024

@@ -297,7 +299,8 @@ def renameGpuIds(self):

logger.debug("Updated gpus ids rebase starting from 0: %s per thread" %self.gpuDict)

def runJob(self, log, programName, params, numberOfMpi=1, numberOfThreads=1, env=None, cwd=None, executable=None):
def runJob(self, log, programName, params, numberOfMpi=1, numberOfThreads=1, env=None, cwd=None,
Copy link
Contributor

Choose a reason for hiding this comment

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

When running the protocol using Slurm or similar the protocol is not going to work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can we make a note about that somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants