-
Notifications
You must be signed in to change notification settings - Fork 0
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
HPC integration option 1 - ssh #15
Comments
RSE-100 HPC integration option 1 - ssh
First and simpler approach for HPC integration is to use ssh access and ssh keys so our app user can login to the cluster as users and start the slurm job as them. Note that CAS integration (included in #10) is a prerequisite for this. implementation details
|
For the new model check (to ensure we don't delete an existing model being updated), I added some logging to compare model creation time with the start time of the task, thought we could use the time delta. Here's the output:
|
First and simpler approach for HPC integration is to use ssh access and ssh keys so our app user can login to the cluster as users and start the slurm job as them.
Note that CAS integration (included in #10) is a prerequisite for this.
implementation details
The text was updated successfully, but these errors were encountered: