| 1 | 
 pajs | 
 1.1 | 
 * SIGINT capture, and escilation. | 
 
 
 
 
 
 | 2 | 
   | 
   | 
  | 
 
 
 
 
 
 | 3 | 
   | 
   | 
 * Rearrange arguments to be more friendly | 
 
 
 
 
 
 | 4 | 
   | 
   | 
  | 
 
 
 
 
 
 | 5 | 
   | 
   | 
 * Get exitcode of jobs. | 
 
 
 
 
 
 | 6 | 
   | 
   | 
  | 
 
 
 
 
 
 | 7 | 
   | 
   | 
 * Get run time of jobs | 
 
 
 
 
 
 | 8 | 
   | 
   | 
  | 
 
 
 
 
 
 | 9 | 
   | 
   | 
 * Give a job summary | 
 
 
 
 
 
 | 10 | 
   | 
   | 
  | 
 
 
 
 
 
 | 11 | 
   | 
   | 
 * Fix the --help output, to not display 'DEFNUMTHREAD' | 
 
 
 
 
 
 | 12 | 
   | 
   | 
  | 
 
 
 
 
 
 | 13 | 
   | 
   | 
 * Add more error checking | 
 
 
 
 
 
 
 
 
 | 14 | 
 pajs | 
 1.2 | 
  | 
 
 
 
 
 
 | 15 | 
   | 
   | 
 * Add a rsh/ssh flag. (Will ping the host first etc etc) | 
 
 
 
 
 
 
 
 
 | 16 | 
 pajs | 
 1.3 | 
  | 
 
 
 
 
 
 | 17 | 
   | 
   | 
 * Make the timeout flag work - to kill jobs that overrun. | 
 
 
 
 
 
 
 
 
 | 18 | 
 pajs | 
 1.4 | 
  | 
 
 
 
 
 
 | 19 | 
   | 
   | 
 * Solaris has annoying default of 256 FD's due to a limitation | 
 
 
 
 
 
 | 20 | 
   | 
   | 
   of streams in stdio. This doesn't actually affect us, so we | 
 
 
 
 
 
 | 21 | 
   | 
   | 
   should do a getrlimit/setrlimit to the "hard" limit of FD's | 
 
 
 
 
 
 | 22 | 
   | 
   | 
  | 
 
 
 
 
 
 | 23 | 
   | 
   | 
 * BUG - if your using the '-o' flag - and your job name containts  | 
 
 
 
 
 
 | 24 | 
   | 
   | 
   '/' characters - it gets a little upset :) - Do a s/\//-/g on it. |