- 07 May, 2011 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
Fix issue with accounting when using PrivateData=jobs... users would not be able to view there own jobs unless they were admin or coordinators which is obviously wrong.
-
- 06 May, 2011 11 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
dannyauble authored
Prevent opaque ncurses WINDOW struct on OS X 10.6.
-
Jon Bringhurst authored
-
dannyauble authored
Define something for SIGRTMIN so the compile will work on OS X.
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- 05 May, 2011 20 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Jon Bringhurst authored
Since RT sigs don't exist on osx, define the min RT sig to be above the current highest (SIGUSR2) so things will compile anyway. RT sigs are only used for alps integration anyway (which isn't going to be necessary on osx).
-
Danny Auble authored
-
Moe Jette authored
-
Moe Jette authored
Preserve a job's dependency information with respect to expanding another job. Previously the dependency information would be purged from the string almost immediately as part of the logic to designed to only report current dependency information.
-
Moe Jette authored
If gang scheduling is configured, then expanding a job can only proceed if both jobs execute in the same time slice. For now, just disable job expansion if either job involved in the expansion is suspended. This limitiation might be removed in the future.
-
Morris Jette authored
Recent cray-specific patches and some minor code refinements
-
Morris Jette authored
1. Simplification by generating the indices via the built-in ipairs function. 2. Avoid encountering an error when trying to unset job_desc fields by assigning the special Lua value `nil': [2011-04-23T13:28:51] error: job_submit/lua: /opt/slurm/default/etc/job_submit.lua:106: \ bad argument #3 to '_set_job_req_field' (string expected, got nil) The error is avoided by testing for a nil value and using an empty string instead. Tested script to work after applying changes. Patch from Gerrit Renker, CSCS.
-
Morris Jette authored
-
Morris Jette authored
Found while reading mgr.c, often MAXPATHLEN is 1024, but not sure it is always. Patch from Gerrit Renker, CSCS
-
Morris Jette authored
This adds user documentation on how memory is specified by ALPS (per-PE share) and SLURM (per-node or per-CPU units), clarifying the correspondence. Since it is a correspondence, but not a direct equivalence, the patch also removes the PBS-script directive support for 'mppmem', since otherwise it would lead to unexpected behaviour. From Gerrit Renker, CSCS.
-
Danny Auble authored
Conflicts: src/plugins/select/cons_res/select_cons_res.c src/plugins/select/linear/select_linear.c
-
Moe Jette authored
-
Danny Auble authored
made initial changes to allow setting the correct coordinates in a small block when trying to run sub-block jobs.
-
Moe Jette authored
-
Moe Jette authored
New function added: count_job_resources_node(job_resources_t *job_resrcs_ptr, uint32_t node_id); /* Return the count of core bitmaps set for the specific node */
-
Moe Jette authored
-
- 04 May, 2011 7 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
-
Morris Jette authored
-