-
Notifications
You must be signed in to change notification settings - Fork 94
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
job host set-up by batch scheduler #2565
Comments
(Sounds good, but we need to understand how this mechanism actually works under PBS.) |
According to (a quick glance at) the PBS Pro User Guide http://www.pbsworks.com/pdfs/PBSUserGuide13.0.pdf (see chapter 4) - files and directories can be "staged in" before a job and "staged out" afterward, either to PBS-controlled secret run directory (which we don't want) or with an absolute path (which we do want) via Also, from talking to PBS people, the method by which the staging is done is configurable e.g. to So if I haven't misunderstood any of the above, it seems feasible. |
Tentative cylc-8. Can be pushed back. |
I'll push this back to some-day @matthewrmshin, because the site that motivated this issue has stopped asking for it (they've accepted our use of ssh). |
PBS apparently has the ability to create directories and install files on the job host, before executing a job, and to push files back after the job.
On systems with this capability Cylc could presumably use it to avoid any need for non-interactive ssh to job hosts, which would make certain security-minded HPC people very happy.
So .. maybe we could move job host set-up into our "batch scheduler" abstraction (defaulting to current use of ssh as required).
The text was updated successfully, but these errors were encountered: