- 25 Jul, 2006 2 commits
-
-
Moe Jette authored
-
-
- 24 Jul, 2006 10 commits
-
-
Danny Auble authored
-
Christopher J. Morrone authored
requested. For instance "slaunch -w foo[4,2,2,2,2,4,4] -n3" will only launch 3 tasks on foo[4,2,2], and only asks the controller for foo[4,2,2]. If it asked for the whole string, scontroller would balk.
-
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- 22 Jul, 2006 6 commits
-
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
there are entries in the nodelist
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
Now if a line BEGINS with "Include" and is followed by whitespace and then a filename, the parser will open and parse that file before continuing to parse the rest of the current file. Also improved some parser error messages with line numbers and file names.
-
Christopher J. Morrone authored
Now, there may only be ONE key-value pair per line, EXCEPT on lines that BEGIN with key-value pairs such as NodeName and PartitionName, which explicitly accept additional values. This allows us to eliminate redundant listing of ignored keys...
-
- 21 Jul, 2006 5 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Christopher J. Morrone authored
task distribution (but may fail if switch does not support arbitrary).
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
poe may have problems with the spawn_task changes.
-
- 20 Jul, 2006 17 commits
-
-
Moe Jette authored
-
Moe Jette authored
-
Danny Auble authored
-
Christopher J. Morrone authored
Add -D, --dependency option Man page updates.
-
Moe Jette authored
-
Danny Auble authored
removed task dist from srun put into slurmctld. need to remove the addresses from job allocation since that isn't needed anymore. need to fix some issues with the way sbcast does things now which should be easy. The switch plugins can change also since we have the tasks laid out already now before we set up the switch. Some more clean up also will be nice in srun.
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Christopher J. Morrone authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Christopher J. Morrone authored
- returns the return code of its child command - add timeout for limiting how long it waits for a PENDING job allocation (slurm_allocate_resources_blocking was updated to timeout correctly) - cleans up job allocation on Ctrl-C (Actually, it ignores SIGINT, SIGTERM, SIGQUIT, but unblocks them for the child, so ctrl-c from the shell hits the whole process group, and the child exits, and salloc cleans up like normal. Might to be more proactive with signals, but I am not yet certain.) - trim more unnecessary command line options - man page additions
-