1. 05 Jun, 2015 8 commits
  2. 04 Jun, 2015 8 commits
  3. 03 Jun, 2015 1 commit
    • Morris Jette's avatar
      switch/cray: Refine PMI_CRAY_NO_SMP_ENV set · ef66b2eb
      Morris Jette authored
      switch/cray: Refine logic to set PMI_CRAY_NO_SMP_ENV environment variable.
      Rather than testing for the task distribution option, test the actual
      task IDs to see fi they are monotonically increasing across all nodes.
      Based upon idea from Brian Gilmer (Cray).
      ef66b2eb
  4. 02 Jun, 2015 3 commits
  5. 01 Jun, 2015 3 commits
  6. 30 May, 2015 1 commit
  7. 29 May, 2015 9 commits
  8. 28 May, 2015 3 commits
  9. 27 May, 2015 4 commits
    • Morris Jette's avatar
      Map job --mem-per-cpu=0 to --mem=0. · 33c77302
      Morris Jette authored
      However, --mem=0 now reflects the appropriate amount of memory in the
      system, --mem-per-cpu=0 hasn't changed.  This allows all the memory to
      be allocated in a cgroup but is not "consumed" and is available for
      other jobs running on the same host.
      Eric Martin, Washington University School of Medicine
      33c77302
    • Morris Jette's avatar
      Move variable defintions to top of function · 61ba751d
      Morris Jette authored
      61ba751d
    • Morris Jette's avatar
      Remove usleep from test suite · 86cd914d
      Morris Jette authored
      Use sleep with value less than 1 (e.g. 0.5)
      86cd914d
    • Nicolas Joly's avatar
      Adjust time/date/cp commands in tests for portability · 94bc95b1
      Nicolas Joly authored
      These changes are required to support NetBSD.
      1) Use standard -p option for time command in test17.35 instead of
      GNU specific format string to fetch the elapsed (real) time.
      
      2) Adjust date command calls in test22.1 to use short option
      (--date -> -d), and move options before arguments. NetBSD,
      unlike Linux, disallow non standard order.
      
      3) Use standard -R option instead of -r for cp command in test30.1.
      94bc95b1