1. 03 Apr, 2014 12 commits
  2. 02 Apr, 2014 21 commits
  3. 01 Apr, 2014 5 commits
  4. 31 Mar, 2014 2 commits
    • Morris Jette's avatar
      Update info for SUG2014 · 5771aebd
      Morris Jette authored
      5771aebd
    • Morris Jette's avatar
      Improve qsub wrapper support for env vars · 975b0fdb
      Morris Jette authored
      Address the following issues:
      1A. Notes when the -V option is given and
      1B. if -v option without -V then include sbatch option of "--export=none"
      
      2A. Does not try to export environment variables by explicitly setting them in the user's environment before invoking sbatch, but instead
      2B. Pass specified env vars using the sbatch --export option
      
      3A. Recognize when qsub -v option given with key name, but no value
      3B. Find the appropriate value for the specified key name and export that pair.
      
      4. Update documentation
      975b0fdb