Skip to content
Snippets Groups Projects
  1. Dec 16, 2013
  2. Sep 26, 2013
  3. Sep 18, 2013
  4. Sep 17, 2013
    • Morris Jette's avatar
      scontrol parsing fix · 7912c05b
      Morris Jette authored
      for setdebugflags command, avoid parsing "-flagname" as
      an scontrol command line option.
      7912c05b
  5. Aug 27, 2013
  6. Apr 24, 2013
  7. Feb 27, 2013
  8. Feb 20, 2013
  9. Feb 08, 2013
  10. Jan 28, 2013
  11. Jan 10, 2013
  12. Jan 09, 2013
  13. Jan 03, 2013
  14. Dec 28, 2012
  15. Dec 06, 2012
  16. May 29, 2012
    • Don Albert's avatar
      Modify scontrol show job to require -dd option to print batch script. · 5ec04e0e
      Don Albert authored
      I have implemented the changes as you suggested:   using a "-dd" option to indicate that the display of the script is wanted, and setting both the "SHOW_DETAIL" and a new "SHOW_DETAIL2" flag.
      
      Since "scontrol" can be run interactively as well,  I added a new "script" option to indicate that display of both the script and the details is wanted if the job is a batch job.
      
      Here are the man page updates for "man scontrol".   For the "-d, --details" option:
      
             -d, --details
                    Causes  the  show command to provide additional details where available.  Repeating the option more than
                    once (e.g., "-dd") will cause the show job command to also list the batch script, if the job was a batch
                    job.
      
      For the interactive "details" option:
      
             details
                    Causes  the  show  command  to provide additional details where available.  Job information will include
                    CPUs and NUMA memory allocated on each node.  Note that on computers  with  hyperthreading  enabled  and
                    SLURM  configured  to allocate cores, each listed CPU represents one physical core.  Each hyperthread on
                    that core can be allocated a separate task, so a job's CPU count and task count  may  differ.   See  the
                    --cpu_bind  and  --mem_bind  option  descriptions  in  srun man pages for more information.  The details
                    option is currently only supported for the show job command. To also list the  batch  script  for  batch
                    jobs, in addition to the details, use the script option described below instead of this option.
      
      And for the new interactive "script" option:
      
             script Causes the show job command to list the batch script for batch jobs in addition to the  detail  informa-
                    tion described under the details option above.
      
      Attached are the patch file for the changes and a text file with the results of the tests I did to check out the changes.   The patches are against SLURM 2.4.0-rc1.
      
              -Don Albert-
      5ec04e0e
  17. May 25, 2012
    • Don Albert's avatar
      Modify scontrol show job to require -dd option to print batch script. · 8ed1b303
      Don Albert authored
      I have implemented the changes as you suggested:   using a "-dd" option to indicate that the display of the script is wanted, and setting both the "SHOW_DETAIL" and a new "SHOW_DETAIL2" flag.
      
      Since "scontrol" can be run interactively as well,  I added a new "script" option to indicate that display of both the script and the details is wanted if the job is a batch job.
      
      Here are the man page updates for "man scontrol".   For the "-d, --details" option:
      
             -d, --details
                    Causes  the  show command to provide additional details where available.  Repeating the option more than
                    once (e.g., "-dd") will cause the show job command to also list the batch script, if the job was a batch
                    job.
      
      For the interactive "details" option:
      
             details
                    Causes  the  show  command  to provide additional details where available.  Job information will include
                    CPUs and NUMA memory allocated on each node.  Note that on computers  with  hyperthreading  enabled  and
                    SLURM  configured  to allocate cores, each listed CPU represents one physical core.  Each hyperthread on
                    that core can be allocated a separate task, so a job's CPU count and task count  may  differ.   See  the
                    --cpu_bind  and  --mem_bind  option  descriptions  in  srun man pages for more information.  The details
                    option is currently only supported for the show job command. To also list the  batch  script  for  batch
                    jobs, in addition to the details, use the script option described below instead of this option.
      
      And for the new interactive "script" option:
      
             script Causes the show job command to list the batch script for batch jobs in addition to the  detail  informa-
                    tion described under the details option above.
      
      Attached are the patch file for the changes and a text file with the results of the tests I did to check out the changes.   The patches are against SLURM 2.4.0-rc1.
      
              -Don Albert-
      8ed1b303
  18. May 23, 2012
  19. Feb 24, 2012
  20. Nov 30, 2011
  21. Oct 27, 2011
  22. Oct 04, 2011
  23. Sep 27, 2011
    • Morris Jette's avatar
      Add ability to reboot compute nodes on command · a15d868c
      Morris Jette authored
      Add the ability to reboot all compute nodes after they become idle. The
      RebootProgram configuration parameter must be set and an authorized user
      must execute the command "scontrol reboot_nodes". Patch from Andriy
      Grytsenko (Massive Solutions Limited).
      a15d868c
  24. Sep 13, 2011
  25. Aug 09, 2011
  26. Jul 22, 2011
  27. May 31, 2011
  28. Apr 10, 2011
    • Moe Jette's avatar
      scontrol: add support for the SLURM_CLUSTERS environment variable · c7045c83
      Moe Jette authored
      On our frontend host we support multiple clusters (Cray and non-Cray) by
      setting the SLURM_CLUSTERS environment variable accordingly.
      
      In order to use scontrol (e.g. for hold/release of a user job) from a
      frontend host to control jobs on a remote Cray system, we need support for
      the SLURM_CLUSTERS environment variable also in scontrol.
      c7045c83
  29. Mar 24, 2011
  30. Mar 23, 2011
  31. Mar 03, 2011
  32. Feb 23, 2011
Loading