- 27 Feb, 2019 3 commits
-
-
Nathan Rini authored
Bug 6559.
-
Tim Wickberg authored
-
Morris Jette authored
Rename requeue option from "incomplete" to "failed" and ignore running jobs. bug 6397
-
- 26 Feb, 2019 11 commits
-
-
Ben Roberts authored
Fixed typo in sshare --help output and updated man page with -o flag and updated -h to be -n. Bug 6570
-
Nate Rini authored
bug 6178
-
Danny Auble authored
-
Michael Hinton authored
No real code change. Bug 6318
-
Michael Hinton authored
Bug 6318
-
Danny Auble authored
-
Tim Wickberg authored
by removing need to lock every time a log message is sent. Bug 6580
-
Alejandro Sanchez authored
-
Tim Wickberg authored
Causes x11_delete_xauth() to be called on a successfully unlink()'d file if using local_xauthority causing an extra error message in the logs. Bug 3647.
-
Tim Wickberg authored
-
Danny Auble authored
Also set canonical links in the man pages while here. Bug 6573.
-
- 25 Feb, 2019 1 commit
-
-
Danny Auble authored
-
- 23 Feb, 2019 2 commits
-
-
Nathan Rini authored
X11 forwarding doesn't care about the screen number, so handle DISPLAY environment variables without that present correctly. E.g., both "localhost:10.0" and "localhost:10" are now handled, whereas previously only the first form would have been accepted. Bug 6532.
-
Nathan Rini authored
Bug 6557.
-
- 22 Feb, 2019 2 commits
-
-
Danny Auble authored
-
Michael Hinton authored
Enable NVML lib and header to be found in system-default locations. Add /usr/local/cuda/include and /usr/cuda/include to include path. Remove NVML_LDFLAGS. Remove the ability to specify a custom NVML path - this just doesn't make sense with how the NVIDIA driver and CUDA are set up. Get rid of searching for the lib in stubs/. Libraries in stubs/ are only meant for cross-compiling and were never intended to be dynamically linked against. Doing so produces a run-time warning and may not even work. Bug 5402
-
- 21 Feb, 2019 3 commits
-
-
Marshall Garey authored
Bug 6372
-
Dominik Bartkiewicz authored
The job write lock is required here, not just job read. Bug 6508.
-
Tim Wickberg authored
Continuation of bf63629e. Bug 1394, 6436.
-
- 20 Feb, 2019 8 commits
-
-
Danny Auble authored
# Conflicts: # doc/man/man1/scontrol.1 # doc/man/man5/slurm.conf.5 # src/common/gres.c
-
Morris Jette authored
Clear the JOB_STAGE_OUT flag once the stage out is complete. Bug 6429.
-
Morris Jette authored
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
If DISPLAY is a local UNIX socket, return 0 for the port number, and an xmalloc()'d string as the target option.
-
Tim Wickberg authored
Rename x11_target_host to x11_alloc_host to better indicate what the value represents. Going forward, the x11_alloc_host and x11_alloc_port are the hostname and TCP port number to connect to get the tunnel established. The x11_target and x11_target_port fields indicate which X11 display to connect to. If x11_target_port is zero, this indicates that x11_target is a UNIX socket on x11_alloc_host. Otherwise, x11_target is the hostname associated with the TCP port in x11_target_port for the DISPLAY. Make careful changes to older protocol blocks to ensure the 17.11/18.08 slurmd processes can receive sufficient details from 19.05 slurmctld to setup SSH-based forwarding.
-
- 19 Feb, 2019 10 commits
-
-
Moe Jette authored
Bug 6500
-
Tim Wickberg authored
-
Albert Gil authored
Bug 5717
-
Danny Auble authored
Bug 5717
-
Albert Gil authored
This fixes a few issues the old sql didn't work with. All these are verified with test12.10. Bug 5717
-
Danny Auble authored
This adds a new helper function slurmdb_job_cond_def_start_end This will set default usage times when getting jobs from the database. Bug 5717
-
Albert Gil authored
Bug 5717
-
Broderick Gardner authored
Bug 6263
-
Morris Jette authored
These tests previously assumed that one task could be launched per CPU, which is not necessarily the case
-
Michael Hinton authored
Make it clear when the HealthCheckProgram will run and what state the node will be in during that time. Clear up other things. Bug 6391
-