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
I want to run a command line tool with the following run command mpiexec -n 4 tool_name inputfile from a jupyter notebook on my workstation. Is executorlib the right tool for this? If so, would it be possible to give a small example on how this can be run?
Thanks!
The text was updated successfully, but these errors were encountered:
The local backend does not keep track of the tasks so it is primarily a workaround, for flux you can keep track of the tasks using the "threads_per_core": 4 parameter:
Thanks for this nice package
I want to run a command line tool with the following run command
mpiexec -n 4 tool_name inputfile
from a jupyter notebook on my workstation. Is executorlib the right tool for this? If so, would it be possible to give a small example on how this can be run?Thanks!
The text was updated successfully, but these errors were encountered: