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
Add a verbose mode to balsam queue ls that will print more information about at Batch Job, especially the status_info that will contain error information for batch jobs that fail to submit.
Add a verbose mode to
balsam queue ls
that will print more information about at Batch Job, especially thestatus_info
that will contain error information for batch jobs that fail to submit.Example:
`num_nodes: 3
wall_time_min: 10
job_mode: mpi
optional_params: {}
filter_tags: {}
partitions: null
id: 7222
site_id: 418
scheduler_id: null
project: datascience
queue: preemptable
state: submit_failed
status_info:
error: 'Scheduler submit error:
start_time: null
end_time: null
`
The text was updated successfully, but these errors were encountered: