- 23 Sep, 2017 3 commits
-
-
Tim Wickberg authored
Returns display for X11 forwarding, or zero if forwarding is not setup.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 22 Sep, 2017 16 commits
-
-
Jeff Frey authored
Bug 4120
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
srun --x11 will default to requesting X11 forwarding from all nodes on a new allocation. srun --x11 is ignored within an existing job allocation, as the X11 forwarding must be setup by the prolog which will have already run.
-
Tim Wickberg authored
salloc --x11 will default to requesting X11 forwarding from all nodes. sbatch --x11 will default to requesting X11 forwarding from the batch host only.
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
The pack_node_list may not be ordered across multiple components, which can cause problems for some MPI implementations. Put the pack_node_list records in alphabetic order and reorder pack_task_cnts pack_tids to match
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
Previously the accounting sometimes recorded the job, but not the short lived step. It is working consistently for me now.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Problem found by test1.65
-
- 21 Sep, 2017 21 commits
-
-
Morris Jette authored
Add support for specialized cores with task/affinity plugin (previously only supported with task/cgroup plugin). Add "TaskPluginParam=SlurmdOffSpec" option that will prevent the Slurm compute node daemons (slurmd and slurmstepd) from executing on specialized cores. bug 3337
-
Tim Wickberg authored
CID 177245, 177246.
-
Morris Jette authored
Coverity CID 177244
-
Isaac Hartung authored
When a job array record is split, add the new record to the federation job table. bug 4033
-
Isaac Hartung authored
-
Tim Wickberg authored
Utility functions for new x11 forwarding implementation.
-
Tim Wickberg authored
Requests the allocated port only be available to localhost. Follow through with the locations in the API using this, which all need to be marked as 'false'.
-
Tim Wickberg authored
-
Tim Wickberg authored
Grab this so we can start using it elsewhere. Rename command from run_script to run_command (there is already a different run_command in the slurmd/common code that lead to conflicts). Also grab _free_script_argv while here, and make sure we can still run the same shutdown commands the Cray plugin relied on as before.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Previously these would show as jobid and jobid.4294967295. While here tweak the log_set_fpfx function to take in an xmalloc'd string directly, rather than clone it again.
-
Morris Jette authored
Revert part of commit b0e6d3c3
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Replace [file exist $file_out] with [wait_for_file $file_out] so we not only wait for the file to appear, but for I/O to complete
-
Morris Jette authored
-
Morris Jette authored
-
Alejandro Sanchez authored
Bug 4178.
-
Tim Wickberg authored
-