-
Notifications
You must be signed in to change notification settings - Fork 15
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
make executable.storage contain exec text itself? #1090
Comments
@appassionate the idea of having the remote executables is that a research group could share them between all users, so that they only need to be defined once. Still we never got around to implement an automatic look up of executables on a remote compute clusters. In the same way we could handle the remote look up of queuing systems. Finally, one argument to keep the executables located on the cluster is to be able to debug pyiron from the command line when necessary. |
Thanks for your detailed reply! My point is that job.executable actually can be translated to a text after processed by pyiron job method. |
Just to clarify (I'll likely won't get to working on it soon): In your proposed model it would go roughly like this:
|
Yeah, I agree it will be a low-priority issue, thanks. best wishes. |
Hi!
pyiron handle the total submit script as run_queue.sh and "bin/executable.sh" in resource path.
Is it possible to read the executable.sh content in resource path and save it to the executable.storage?
Since the executable.sh is just an very short text, if job submitted in remote resource by pysqa, another executable in the remote should be pre-determined in remote resource path, which seems to be a little inconvient.
thanks.
The text was updated successfully, but these errors were encountered: