- 24 Mar, 2014 3 commits
-
-
Morris Jette authored
Previous logic would typically do list search to find job array elements. This commit adds two hash tables for job arrays. The first is based upon the "base" job ID which is common to all tasks. The second hash table is based upon the sum of the "base" job ID plus the task ID in the array. This will substantially improve performance for handling dependencies with job arrays.
-
Morris Jette authored
-
Morris Jette authored
When slurmctld restarted, it would not recover dependencies on job array elements and would just discard the depenency. This corrects the parsing problem to recover the dependency. The old code would print a mesage like this and discard it: slurmctld: error: Invalid dependencies discarded for job 51: afterany:47_*
-
- 22 Mar, 2014 1 commit
-
-
Morris Jette authored
When adding or removing columns to most data types (jobs, partitions, nodes, etc.) on some system types an abort is generated. This appears to be because when columns displayed change, on some systems that changes the address of "model", while on others the address does not change (like my laptops). This fix explicitly sets the last_model to NULL when the columns are changed rather than relying upon the data structure's address to change.
-
- 21 Mar, 2014 10 commits
-
-
Danny Auble authored
-
Danny Auble authored
be setup for 1 node jobs. Here are some of the reasons from IBM... 1. PE expects it. 2. For failover, if there was some challenge or difficulty with the shared-memory method of data transfer, the protocol stack might want to go through the adapter instead. 3. For flexibility, the protocol stack might want to be able to transfer data using some variable combination of shared memory and adapter-based communication, and 4. Possibly most important, for overall performance, it might be that bandwidth or efficiency (BW per CPU cycles) might be better using the adapter resources. (An obvious case is for large messages, it might require a lot fewer CPU cycles to program the DMA engines on the adapter to move data between tasks, rather than depend on the CPU to move the data with loads and stores, or page re-mapping -- and a DMA engine might actually move the data more quickly, if it's well integrated with the memory system, as it is in the P775 case.)
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Nathan Yee authored
-
Morris Jette authored
If srun invoked with the --multi-prog option, but no task count, then use the task count provided in the MPMD configuration file.
-
Danny Auble authored
suite.
-
Morris Jette authored
-
David Bigagli authored
-
- 20 Mar, 2014 6 commits
-
-
Danny Auble authored
-
Nathan Yee authored
-
Hongjia Cao authored
performance.
-
Danny Auble authored
Conflicts: src/slurmctld/job_scheduler.c
-
Danny Auble authored
than you really have.
-
Danny Auble authored
doesn't get chopped off.
-
- 19 Mar, 2014 2 commits
-
-
David Bigagli authored
-
Gennaro Oliva authored
a minus sign for options was intended.
-
- 18 Mar, 2014 7 commits
-
-
Danny Auble authored
-
David Bigagli authored
-
Tommi T authored
correctly.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Some of these were resulting in the state of a job not being updated correctly to tools like sview.
-
Danny Auble authored
in waiting reason ReqNodeNotAvail.
-
- 17 Mar, 2014 8 commits
-
-
David Bigagli authored
-
David Bigagli authored
-
David Bigagli authored
protocol version to be SLURM_2_5_PROTOCOL_VERSION which is the minimum supported version.
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
fix for bug 647
-
Morris Jette authored
See bug 644
-
- 16 Mar, 2014 3 commits
-
-
Morris Jette authored
Previously if the sbatch --export=NONE option was used then several Slurm environment variables were not propagated from the sbatch command (SLURM_SUBMIT_DIR, SLURM_SUBMIT_HOST, SLURM_JOB_NAME, etc.)
-
Morris Jette authored
Scheduler enhancements for reservations: When a job needs to run in reservation, but can not due to busy resources, then do not block all jobs in that partition from being scheduled, but only the jobs in that reservation.
-
Morris Jette authored
This corrects logic in commit fae55cbe to properly support front-end system configurations
-