Kevin Sayers
Kevin Sayers
Great thanks! We will get this reviewed. In addition to the master branch, we also have the gh-pages branch which is what is rendered for https://nrel.github.io/HPC/ which aims to be...
@chchang6 is this still necessary with the new Conda version?
I think we might want to reverse the content of these files based on looking at a couple other repos. It looks like `MAINTAINERS.md` should be a list of maintainers...
I think you can make this work currently using clusterOptions and the task id environment variable for the scheduler. Toy example below for slurm. ``` process foo{ time '5m' executor...
A bit of both :) I remember seeing it somewhere, more of a stub/note for something I need to investigate motivated by implementing the secondaryFile for the inputs.
There is an automated conversion from YAML to JSON, but all current parsing is based on the references for YAML. I think we can easily get around this though by...
secondary files should also be handled from the input parameters file. Shown as part of a list below. ``` - [{class: File, path: bar.file, secondaryFiles: [{class: File, path: foo.file}]}] ```