1. 05 Dec, 2018 3 commits
  2. 04 Dec, 2018 9 commits
  3. 03 Dec, 2018 2 commits
  4. 29 Nov, 2018 2 commits
  5. 28 Nov, 2018 6 commits
  6. 27 Nov, 2018 12 commits
  7. 26 Nov, 2018 2 commits
  8. 23 Nov, 2018 2 commits
  9. 21 Nov, 2018 2 commits
    • Michael Hinton's avatar
      Update docs relating to the --export option for sbatch, srun · 5bc5a02a
      Michael Hinton authored
      Explain gotchas with --export when an implicit --get-user-env is
      triggered.
      Correct example in the docs; `--export=EDITOR,ALL` does not make any
      sense.
      Explain how env vars are propagated with srun and sbatch when `ALL` is
      specified; document their differences.
      Explain that srun --export is implemented in the Launch plugin.
      Fix minor grammatical errors.
      Remove --export reference in salloc.
      
      Bug 6042
      5bc5a02a
    • Tim Wickberg's avatar
      Docs - fix some issues with nested unordered lists. · fe7ae073
      Tim Wickberg authored
      Each nested <ul> needs to be within an <li>. And add in one missing </ul>.
      fe7ae073