- 02 Sep, 2017 2 commits
-
-
Morris Jette authored
Modify step create logic so that call components of a heterogeneous job launched by a single srun command have the same step ID value.
-
Morris Jette authored
-
- 01 Sep, 2017 1 commit
-
-
Morris Jette authored
Prevent a heterogeneous job allocation from including the same nodes in multiple components (required by MPI jobs spanning components).
-
- 31 Aug, 2017 2 commits
-
-
Morris Jette authored
Make error specify the same option name as on srun input
-
Morris Jette authored
Check for an invalid pack group value before checking for nothing to start
-
- 30 Aug, 2017 6 commits
-
-
Morris Jette authored
Parallel "cp -f src dst" could fail with file exists if run more than once at the same time on the same file. Replace wtih "rm; sleep 5; cp"
-
Morris Jette authored
Set SLURM_JOB_CPUS_PER_NODE and SLURM_NODE_ALIASES environment variables in srun for pack jobs to reflect the resources used by that specific srun (select pack groups).
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 29 Aug, 2017 4 commits
-
-
Morris Jette authored
This applies to job steps for MPI. Even if there is more than one pack job component in a single MPI_COMM_WORLD, they will share a common SLURM_JOBID.
-
Morris Jette authored
Do file copy with "-f" (force) option
-
Morris Jette authored
-
Morris Jette authored
This sets more per-pack-job environment variables for launched steps. All of the following are used by Open MPI: SLURM_CPUS_PER_TASK SLURM_STEP_NUM_TASKS SLURM_TASKS_PER_NODE A few more env vars are still needed by OpenMPI
-
- 28 Aug, 2017 5 commits
-
-
Morris Jette authored
Test was sporadically failing on smd without sleep
-
Morris Jette authored
SelectType does not need to include "memory" with task affinity or cgroup to cancel job upon reaching specified memory limit
-
Morris Jette authored
-
Morris Jette authored
The pack job logic now includes a job ID in the message, which necessitated changes to the test in order to prevent a failure.
-
Morris Jette authored
Without this patch, the default name of all pack job components submitted by salloc was "sh"
-
- 25 Aug, 2017 6 commits
-
-
Morris Jette authored
These are required by OpenMPI
-
Morris Jette authored
Commit c125875f introduced a change that with some compilers generates a warning about the "const" variable definition being ignored on an assignment.
-
Morris Jette authored
Modify output of "--mpi=list" to avoid duplicates for version numbers in mpi/pmix plugin names.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Notify user if he tries to start a job step with a higher pack group value than the number available in the job allocation. Previous logic would abort the srun.
-
- 24 Aug, 2017 2 commits
-
-
Morris Jette authored
Modify sbcast command and srun's --bcast option to support heterogeneous jobs. bug 4099
-
Morris Jette authored
-
- 21 Aug, 2017 1 commit
-
-
Morris Jette authored
This should have been addressed in earlier commit, but was not noticed until trying to build on cluster with nrt software
-
- 19 Aug, 2017 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
Make sure no vestigial jobs are left after the test
-
- 18 Aug, 2017 1 commit
-
-
Morris Jette authored
-
- 17 Aug, 2017 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
In srun, if only some steps are allocated and one step allocation fails, then delete all allocated steps.
-
Morris Jette authored
-
- 16 Aug, 2017 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Set SLURM_NTASKS environment variable to reflect global task count (needed by MPI).
-
Morris Jette authored
Set SLURM_PROCID environment variable to reflect global task rank (needed by MPI).
-
- 15 Aug, 2017 2 commits
-
-
Morris Jette authored
Coverity CID 45205
-
Morris Jette authored
Coverity CID 44959
-