- 05 Jul, 2017 9 commits
-
-
Brian Christiansen authored
It wasn't doing it for origin jobs.
-
Brian Christiansen authored
The persistent connection was being destroyed which closed the socket which made it so that the response rc couldn't make it back to the originating cluster.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
e.g. Jobs on cluster1 (fed:cluster) since a multiple clusters could have the same node names.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Previously remote jobs would be removed from the job_list as quickly as possible to prevent collisions with requeued jobs and to clear up the jobs and the orign job would stay around till minjobage on the origin. But the origin job didn't have the details from the job that ran on a remote cluster. Now just don't show revoked jobs. The origin tracking job will remain as revoked and not shown and the remote job will hang around for display till minjobage. scontrol show jobs will show the job from the cluster that ran the job. The job is requeuable as long as the origin job is still in the origin cluster's job_list.
-
Brian Christiansen authored
Just check for the revoked state instead of checking if it's a tracker job since an origin job will be revoked if it can't run on the origin or if it's running on a remote cluster.
-
- 03 Jul, 2017 1 commit
-
-
Morris Jette authored
It's old code, but a newly report.
-
- 30 Jun, 2017 9 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
With commit 3e00ede5, _pack_job_alloc_info_msg wasn't hitting the xassert as expected.
-
Morris Jette authored
-
Morris Jette authored
-
Alejandro Sanchez authored
burst_buffer logic modified to support sizes in both SI and EIC size units (e.g. M/MiB for powers of 1024, MB for powers of 1000). bug 3922
-
Dominik Bartkiewicz authored
This patch removes a window in which a message bound for the DBD could be packed with the non-dbd packing. This would result in a packed msg_type, but nothing else. When that message was given to the DBD it would complain forever about an unpacking error. Bug 3891 and 3939
-
Danny Auble authored
-
Danny Auble authored
list functions.
-
Danny Auble authored
# Conflicts: # src/slurmd/slurmd/req.c # src/srun/libsrun/allocate.c
-
- 29 Jun, 2017 1 commit
-
-
David Gloe authored
-
- 28 Jun, 2017 15 commits
-
-
Danny Auble authored
done. Pretty much remove 10cc6f93 Bug 3919
-
Tim Wickberg authored
Makes testing with multiple-slurmd much nicer.
-
Tim Wickberg authored
-
Morris Jette authored
slurmctld would previously hide partitions from super-users by default. That was changed in commit f6a20584 The test was modified to support that change in behaviour
-
Danny Auble authored
workflows through the slurmd. Bug 3833
-
Morris Jette authored
CID 45140 and 45141
-
Morris Jette authored
CID 171492
-
Morris Jette authored
CID 171497
-
Morris Jette authored
CID 171451
-
Morris Jette authored
CID 171480
-
Morris Jette authored
CID 171477
-
Morris Jette authored
CID 717487
-
Tim Wickberg authored
-
Tim Wickberg authored
Unhandled return code makes Coverity sad, use the macro for consistency in these cases and to silence the warnings.
-
Tim Wickberg authored
Coverity noticed we don't consistently use it and started flagging these. Switch to the macro for consistency.
-
- 27 Jun, 2017 5 commits
-
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
The re-use of error_code results in the function returning an error when it really functions properly. Added new variable to use.
-
Tim Wickberg authored
Use part_is_visible instead, which does not modify the partitions (and thus require the part write lock).
-
Tim Wickberg authored
No longer require part write lock.
-