- 25 Jan, 2012 14 commits
-
-
Morris Jette authored
Update Makefile for tests to be added
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
on small blocks but need larger and the block size.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Signed-off-by: Danny Auble <da@schedmd.com>
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
Conflicts: doc/html/team.shtml
-
Morris Jette authored
Set DEFAULT flag in partition structure when slurmctld reads the configuration file. Patch from Rémi Palancher. Note the flag is set when the information is sent via RPC for sinfo.
-
Philip D. Eckert authored
Moe, I have been looking at getting Moab to run as a non-root user, and it appears that since the majority of the communicaiton with slurm is done via the wiki, the only thing that was not completely working was allowing a non-root user (when set as the slurm user) to submit a job to a "RootOnly=yes" parititon when speicifying the uid, gid, jobid etc. The following patch will allow this, and if you believe it is reasonable, please put in the 2.4 code base. No hurry on this one at all. Phil
-
- 24 Jan, 2012 5 commits
-
-
Morris Jette authored
Permit a user with no associations to be included in a reservation if association accounting is not enforced.
-
Morris Jette authored
Conflicts: BUILD.NOTES META NEWS
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Do not test for CUDA environment variable on Cray system
-
- 23 Jan, 2012 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
needed for test24.1
-
Morris Jette authored
-
Morris Jette authored
-
jette authored
-
Philip D. Eckert authored
Moe, Here it is, I have added a subroutine to env.c to unset the user's environment and then called it from sbatch in main. I also removed the comment from the sbatch man page indicating that it wasn't working the same for a regular user as it did for Moab. It should now be functionally the same. I think there is still a difference between how sbatch functions with an environment in a file than it does from when Moab excve'd the environment. However, I'm not sure what it would be at this point. Again, for so many iterations.... Phil
-
- 22 Jan, 2012 3 commits
-
-
jette authored
-
Philip D. Eckert authored
Moe, After doing more extensive testing, I came to realize that we had made a bad basic assumption. We believed that the user's environment should only be what was sent in the file via the --export-file option. However, that broke the previous behavior, especially in regard to Moab jobs. It also caused the SLURM defined environment variables to be lost as well. This patch will enable the correct behavior for Moab on top of SLURM whne using the --export-file option, but the behavior is less that pefect for using it stand alone with sbatch. When using the option with sbatch as a user, the file environment is read in, and then when the env_array_merge is made, some variables may get overwritten. This is good for the SLURM and MPI vairables, but not so good for others., The problem is trying to reconcile two sources of environment is very problematic. I also added a caveat in the man page. I made changes in my branch of SchedMD SLURM for 2.3, here is the patch. Phil
-
jette authored
Fix race condition that could generate job_cnt_comp underflow errors on front-end architectures (Cray or IBM BlueGene systems).
-
- 21 Jan, 2012 2 commits
-
-
Danny Auble authored
just the accounting plugins.
-
Danny Auble authored
It was found if the conditions were right that this could cause the state to be set to 0 if it was being set to RUNNING at the same time in node_scheduler.c in the slurmctld. It probably would never happen on a real system but this makes the problem go away.
-
- 20 Jan, 2012 7 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
Fix for possible invalid memory reference in slurmctld in job dependency logic. Patch from Carles Fenoy (Barcelona Supercomputer Center).
-
Danny Auble authored
jobs finish
-
Danny Auble authored
-
Danny Auble authored
-
- 19 Jan, 2012 3 commits
-
-
Morris Jette authored
Insure that BlueGene system has partition configured with Shared=FORCE whenever Dynmaic blocks are configured before trying to create sub- midplane blocks.
-
Danny Auble authored
-
Danny Auble authored
-