- Aug 24, 2006
-
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
Danny Auble authored
-
Danny Auble authored
-
-
Christopher J. Morrone authored
completely anyway when the HP patch arrives...).
-
Christopher J. Morrone authored
tmpdisk, constraints).
-
Christopher J. Morrone authored
-
-
Danny Auble authored
-
- Aug 23, 2006
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
removed convert_to_kilo replaces with convert_num_unit which will only convert the number in bluegene mode.
-
Christopher J. Morrone authored
Move reading of job allocation environment variables into a standalone function, seperate from parsing of SLAUNCH_ variables.
-
Danny Auble authored
ok things are ready to start the sub divide of the partitions, works just like it did before but now we are able to in and change things
-
- Aug 22, 2006
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Christopher J. Morrone authored
step launch struct.
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
in index lists AND in ranges. Here is how negative numbers work in ranges: If both numbers in a range are of the same sign (both positive, or both negative), then the range counts directly from the first number to the second number; it will not wrap around the "end" of the node list. If the numbers in a range differ in sign, the range wraps around the end of the list of nodes. Examples: Given a node allocation of foo[1-16]: -2-3 (negative 2 to positive 3) becomes foo[15-16,1-4] 3--2 (positive 3 to negative 2) becomes foo[4,3,2,1,16,15] -3--2 becomes foo[14-15] -2--3 becomes foo[15,14] 2-3 becomes foo[3-4] 3-2 becomes foo[4,3]
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- Aug 21, 2006
-
-
Christopher J. Morrone authored
only relevant to job allocations. Add -T/--task-layout-byid which allows task layout by relative nodeid with the allocation. For instance, given nodes foo[1-16] in an allocation, the command slaunch -T 1,[3-4],1,3,8,-1,0,-1 will run on tasks on nodes in the following order: foo[2,4-5,2,4,9,16,1,16] Notice that negative numbers are permitted. Task layout by nodename is now -Y/--task-layout-byname. The --relative option now allows a negative number. -1 is the last node in the allocation.
-
Christopher J. Morrone authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- Aug 19, 2006
-
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
slaunch will now cancel a job step on SIGINT, SIGHUP, and SIGTERM. If a signal it caught, it will signal the step to terminate and wait up to 10 seconds for all remote nodes to report that the tasks have exited. After 10 seconds, it will give up waiting and exit, regardless of the state of the job step.
-
- Aug 18, 2006
-
-
-
Christopher J. Morrone authored
step_launch api code.
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
- Aug 17, 2006
-
-
Christopher J. Morrone authored
-