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
We want to be able to do spectre run MY_SCRIPT.py to run a Python script in a job on a cluster. Currently this only works with C++ executables. Running a Py script would help so we can run multiple executables in the same job, so we don't have to go through the queue e.g. for each iteration of the initial data control loop. Currently this can be worked around with the Next section in the input file, but that's a bit complicated.
The text was updated successfully, but these errors were encountered:
We want to be able to do
spectre run MY_SCRIPT.py
to run a Python script in a job on a cluster. Currently this only works with C++ executables. Running a Py script would help so we can run multiple executables in the same job, so we don't have to go through the queue e.g. for each iteration of the initial data control loop. Currently this can be worked around with theNext
section in the input file, but that's a bit complicated.The text was updated successfully, but these errors were encountered: