Skip to content

Commit

Permalink
add submit->userPriority (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhchgbj authored Apr 22, 2024
1 parent 1f78466 commit 0e10ba9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions LSF-Batch/Batch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ Corporation's Load Sharing Facility (LSF).
$submit->queue;
$submit->resReq;
$submit->command;
$submit->userPriority;
#etc.
$batch->closejobinfo();
Expand Down
8 changes: 8 additions & 0 deletions LSF-Batch/Batch.xs
Original file line number Diff line number Diff line change
Expand Up @@ -11031,6 +11031,14 @@ sub_chkpntPeriod(self)
OUTPUT:
RETVAL

int
sub_userPriority(self)
LSF_Batch_submit *self
CODE:
RETVAL = self->userPriority;
OUTPUT:
RETVAL

char *
sub_chkpntDir(self)
LSF_Batch_submit *self
Expand Down

0 comments on commit 0e10ba9

Please sign in to comment.