Parameter_sweep changes, added timer, output changes, new flag to stop on process error
- Added a walltimer to the sweep script
- Changed the output have 5 files for each process:
- .input: The command to run the process and all the parameters stated separately
- .stdout: The process' stdout
- .stderr: The process' stderr
- .info: Information about the process run as a json, currently just the walltime but has space to expand to resources used etc.
- .status: The process' return code.
- New flag, stop_on_err, stops the entire sweep as soon as a single process hits an error