Skip to content

Include the Torque job identifier in the job output #2319

@wasade

Description

@wasade

In investigating 83832042-3263-4329-a868-8cc62981b488, I noticed that output files do not describe the job identifier. This identifier is invaluable for post mortem. One possibility would be to tag the job output files. I'm not sure how qsub is being used right now, but setting this up in the submission scripts should be feasible. Alternatively, the job identifier can be collected from qsub off the system call directly so that it can be stored after the fact:

$ job=$(echo "hostname" | qsub)
$ echo $job
491375.barnacle.ucsd.edu

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions