Skip to content

Commit

Permalink
Merge pull request opensciencegrid#23 from brianhlin/sw2168_lsf_suspe…
Browse files Browse the repository at this point in the history
…nded

Sw2168 lsf suspended
  • Loading branch information
bbockelm committed Feb 11, 2016
2 parents 0f300fc + b970975 commit 45f633d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scripts/lsf_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,15 @@ $0 ~ rex_finished {
}
$0 ~ rex_uhold {
jobstatus = 5
jobstatus = 7
}
$0 ~ rex_phold {
jobstatus = 5
jobstatus = 1
}
$0 ~ rex_shold {
jobstatus = 5
jobstatus = 7
}
END {
Expand Down

0 comments on commit 45f633d

Please sign in to comment.