MSO4SC / cloudify-hpc-plugin

Plugin to allow Cloudify to deploy and orchestrate HPC resources
Apache License 2.0
8 stars 8 forks source link

srun blocks workflow #30

Closed emepetres closed 2 years ago

emepetres commented 6 years ago

srun blocks queue task, so no monitoring or other operations can be performed until the job is finished in the HPC.

This means that the job is queued, and the ssh command keeps blocked until the job is finished. Then the workflow continues, checks that the job is completed, and keeps going.