Skip to content

Commit

Permalink
more description of output
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans committed Mar 4, 2017
1 parent 531a88a commit 48fb8c7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ Optional dSQ arguments:
## Output
Tasks that return non-zero exit codes will be output to the `job_<slurm job id>.REMAINING` file. The `job_<slurm job id>.STATUS` file will contain info about the tasks run and contains the following tab-separated columns:

| Task_ID | Exit_Code | Time_Started | Time_Ended | Time_Elapsed | Task |
| :------ | :-------- | :----------- | :--------- | :----------- | :--- |
* Task_ID: the zero-based line number from your task file
* Exit_Code: exit code returned from your task
* Time_Started: time started, formatted as year-month-day hour:minute:second
* Time_Ended: time started, formatted as year-month-day hour:minute:second
* Time_Elapsed: in seconds
* Task: the line from your task file

0 comments on commit 48fb8c7

Please sign in to comment.