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
I was trying to get info from flux account view-job-records for a specific older job, but couldn't find it until I realized that the -j flag only takes a numeric jobid:
As noted in flux-framework#564, viewing a job record with view-job-records --jobid
only accepts decimal formats of job IDs. However, Flux offers multiple
formats for Job IDs, and thus, the --jobid argument should also be able
to handle such formats.
Use the flux.job.JobID() class to convert any Flux job ID format to a
decimal format when looking up a job record in the flux-accounting
job-archive.
As noted in flux-framework#564, viewing a job record with view-job-records --jobid
only accepts decimal formats of job IDs. However, Flux offers multiple
formats for Job IDs, and thus, the --jobid argument should also be able
to handle such formats.
Use the flux.job.JobID() class to convert any Flux job ID format to a
decimal format when looking up a job record in the flux-accounting
job-archive.
I was trying to get info from
flux account view-job-records
for a specific older job, but couldn't find it until I realized that the-j
flag only takes a numeric jobid:The text was updated successfully, but these errors were encountered: