MSO4SC / cloudify-hpc-plugin

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

Add more sbatch/srun options (--mem, --qos, --mail-user, --mail-type) #38

Closed victorsndvg closed 6 years ago

victorsndvg commented 6 years ago

Include this options in the current unit tests Test with modified OPM blueprint also done and working

I think this closes #4 and also https://github.com/MSO4SC/resources/issues/9

victorsndvg commented 6 years ago

I was ready to add this into a project, but I don't know how this is organized right now. Is something we can talk about in the today's meeting, do you agree?

victorsndvg commented 6 years ago

-e (error) and -o (outout) flags for defining the files where to pipe stderr and stdout. #1