Skip to content
Snippets Groups Projects
  1. Feb 28, 2011
  2. Feb 26, 2011
  3. Feb 25, 2011
    • Don Lipari's avatar
      -- Applied patch from Martin Perry to fix "Slurmd abort when using task · feb649ed
      Don Lipari authored
         affinity with plane distribution" bug.
      feb649ed
    • Don Lipari's avatar
      Lipari: Added an extra sleep to test6.13 to make it pass consistently. · f815f209
      Don Lipari authored
      Gerrit Renker:  I found an easier test: after making sure that stdin is not
       redirected, check whether there is a non-negative terminal process group (it
       is -1 if there is no controlling terminal).
      
       Also, I think that the heuristic "only interactive if from login shell" is
       needlessly complicated/obscure. Most (if not all) shells that support job
       control place processes in their own process group (pid == pgrp): it now uses
       this as indicator of interactive mode.
      
      The following tests now pass:
      
        salloc &			# from login shell and from nested shell
        salloc --no-shell&		# ok
        salloc /bin/date&		# wants to be placed into the foreground
        salloc /bin/date </dev/null &	# ok
      
        setsid salloc	 		# complains there is no controlling terminal
        setsid salloc --no-shell&	# ok
      
      f815f209
  4. Feb 24, 2011
  5. Feb 23, 2011
  6. Feb 19, 2011
  7. Feb 18, 2011
  8. Feb 17, 2011
  9. Feb 16, 2011
  10. Feb 15, 2011
  11. Feb 14, 2011
Loading