You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be good to have some logging statements early on, with --dryrun, or in a verbose/debug mode:
e.g.
Reading config from <config-toml>
found N job parameters
found N command placeholders
Using N modules statements
Reading job parameters from <profile csv>
Found N columns (parameters) and M rows (jobs)
Beginning job preperation and submission...
Preparing directory for row (job) 1
Submitted job 1, jobID: <jobid>
Preparing directory for row (job) 2
Submitted job 2, jobID: <jobid>
...
The text was updated successfully, but these errors were encountered:
Might be good to have some logging statements early on, with
--dryrun
, or in a verbose/debug mode:e.g.
The text was updated successfully, but these errors were encountered: