- 03 Apr, 2014 10 commits
-
-
Morris Jette authored
Conflicts: NEWS
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
David Bigagli authored
-
David Bigagli authored
-
David Gloe authored
-
Morris Jette authored
-
David Bigagli authored
-
Morris Jette authored
Permit multiple batch job submissions to be made for each run of the scheduler logic if the job submissions occur at the nearly same time. bug 616
-
Morris Jette authored
Decrease maximimum scheduler main loop run time from 10 secs to 4 secs for improved performance. If running with sched/backfill, do not run through all jobs on periodic scheduling loop, but only the default depth. The backfill scheduler can go through more jobs anyway due to its ability to relinquish and recover locks. See bug 616
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
- 02 Apr, 2014 21 commits
-
-
David Bigagli authored
-
Martins Innus authored
-
Morris Jette authored
In select plugins, stop triggering extra logging based upon the debug flag CPU_Bind and use SelectType instead.
-
Morris Jette authored
Also remove some logging that we no longer want
-
David Gloe authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Add data structures to track count and time of RPCs by RPC type code and user ID.
-
David Gloe authored
-
David Gloe authored
-
David Gloe authored
-
Danny Auble authored
-
David Gloe authored
-
David Gloe authored
-
David Gloe authored
-
David Gloe authored
-
Danny Auble authored
-
David Gloe authored
-
David Gloe authored
-
David Bigagli authored
-
David Bigagli authored
-
- 01 Apr, 2014 5 commits
-
-
Morris Jette authored
Minor restructuring of code in sdiag. No real change in logic.
-
Morris Jette authored
-
Danny Auble authored
state restore of DBD messages
-
Danny Auble authored
-
David Gloe authored
-
- 31 Mar, 2014 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
Address the following issues: 1A. Notes when the -V option is given and 1B. if -v option without -V then include sbatch option of "--export=none" 2A. Does not try to export environment variables by explicitly setting them in the user's environment before invoking sbatch, but instead 2B. Pass specified env vars using the sbatch --export option 3A. Recognize when qsub -v option given with key name, but no value 3B. Find the appropriate value for the specified key name and export that pair. 4. Update documentation
-
David Bigagli authored
-
Morris Jette authored
-