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
expt (dict): A dictionary containing the information for an individual experiment, as described in the main ``monitor_jobs()`` function.
246
246
name (str): Name of the experiment; used for logging only
247
247
refresh (bool): If True, this flag will check an experiment status even if it is listed as DEAD, ERROR, or COMPLETE. Used for initial checks for experiments that may have been restarted.
248
-
delay (int): [optional] Delay in seconds between calls to rocotorun.
248
+
delay (int): [optional] Delay in seconds between calls to rocotorun.
249
249
debug (bool): Will capture all output from ``rocotorun``. This will allow information such as job cards and job submit messages to appear in the log files, but turning on this option can drastically slow down the testing process.
250
250
submit (bool): In addition to reading the Rocoto database (``.db``) file, the script will advance the workflow by calling ``rocotorun``. If simply generating a report, set this to False.
expts_dict (dict): A dictionary containing information for all experiments
386
386
procs (int): The number of parallel processes
387
387
refresh (bool): "Refresh" flag to pass to ``update_expt_status()``. If True, this flag will check an experiment status even if it is listed as DEAD, ERROR, or COMPLETE. Used for initial checks for experiments that may have been restarted.
388
-
delay (int): [optional] Delay in seconds between calls to rocotorun.
388
+
delay (int): [optional] Delay in seconds between calls to rocotorun.
389
389
debug (bool): Will capture all output from ``rocotorun``. This will allow information such as job cards and job submit messages to appear in the log files, but can drastically slow down the testing process.
0 commit comments