You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2022. It is now read-only.
Hi @muammar, thanks for your interest. I've been wondering if anyone uses this package, because it's barely more functionality than the IPython kernel provides by default. You can background processes with the built in %%script magic. As you can see in the code you've already looked at it's really not doing anything "magic" here, just passing Slurm commands through to the command line.
Although
Popen
is being used to execute commands:slurm-magic/slurm_magic.py
Line 164 in 4c708cc
.communicate()
is a blocking process:slurm-magic/slurm_magic.py
Line 165 in 4c708cc
Is it possible to change this so that capturing
subprocess.PIPE
does not block?The text was updated successfully, but these errors were encountered: