1. 07 Jul, 2015 13 commits
  2. 06 Jul, 2015 5 commits
  3. 03 Jul, 2015 1 commit
  4. 02 Jul, 2015 18 commits
  5. 01 Jul, 2015 3 commits
    • Dorian Krause's avatar
      srun: Enable output processing on stdout in pty mode · 03e156c5
      Dorian Krause authored
      Dear all,
      
      we noticed that debugX() and error() calls in srun mess up the output if the --pty flag is used. The reason for this behavior is that srun sets the terminal in raw mode and disables output processing. This is fine for the output forwarded from the remote damon but not for local printf()s by the srun process. This problem can be circumented by re-enabling OPOST after the cfmakeraw() call in srun(). A patch is pasted at the bottom of the mail. It works nicely on Linux but I am not 100% sure it may not have some undesirable side effects on other platforms.
      
      Best regards,
      Dorian
      
      Example with current HEAD:
      
      [snip]
      srun: jobid 10: nodes(1):`node1', cpu counts: 1(x1)
      srun: launching 10.0 on host node1, 1 tasks: 0
                                                    srun: route default plugin loaded
                                                                                     srun: Node node1, 1 tasks started
                                                                                                                      srun: Received task exit notification for 1 task (status=0x0100).
                                               srun: error: node1: task 0: Exited with exit code 1
                                                                                                  #
      Example with the patch applied:
      
      [snip]
       srun: jobid 11: nodes(1):`node1', cpu counts: 1(x1)
      srun: launching 11.0 on host node1, 1 tasks: 0
      srun: route default plugin loaded
      srun: Node node1, 1 tasks started
      srun: Received task exit notification for 1 task (status=0x0100).
      srun: error: node1: task 0: Exited with exit code 1
      03e156c5
    • Morris Jette's avatar
      Add TRES support to sview · bb2c84c6
      Morris Jette authored
      Add job, step and reservation TRES information to sview command
      bb2c84c6
    • Morris Jette's avatar
      Make CPU frequency test more thorough · a7ad5445
      Morris Jette authored
      a7ad5445