MSO4SC / cloudify-hpc-plugin

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

Generated files: homogenize filename patterns #1

Closed victorsndvg closed 6 years ago

victorsndvg commented 6 years ago

Filename patterns

Orchestrator and Slurm generate some files like:

Should this names have a similar pattern?

E.g.

sbatch script: mso_as123.script
slurm log: mso_as123.out

Sbatch -o and -e flags define the filenames of the output and error logs. https://slurm.schedmd.com/sbatch.html