Skip to content
Snippets Groups Projects
  1. Oct 26, 2012
  2. Oct 25, 2012
  3. Aug 31, 2012
  4. Aug 28, 2012
  5. Aug 15, 2012
  6. Aug 07, 2012
  7. Aug 03, 2012
  8. Jun 07, 2012
  9. May 29, 2012
    • Rod Schultz's avatar
      Change SchedulerParamters option from "bf_res=" to "bf_resolution=" · 15520339
      Rod Schultz authored
      This change makes the code consistent with the documentation.
      Note that "bf_res=" will continue to be recognized for now.
      Patch from Rod Schultz, Bull.
      15520339
    • 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
  10. May 25, 2012
    • Rod Schultz's avatar
      Change SchedulerParamters option from "bf_res=" to "bf_resolution=" · 0f590296
      Rod Schultz authored
      This change makes the code consistent with the documentation.
      Note that "bf_res=" will continue to be recognized for now.
      Patch from Rod Schultz, Bull.
      0f590296
    • 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
  11. May 10, 2012
  12. May 04, 2012
  13. Apr 27, 2012
  14. Apr 26, 2012
    • Morris Jette's avatar
      Add sinfo output format option of "%R" for partition name. · 16efb8e1
      Morris Jette authored
      Sinfo output format of "%P" now prints "*" after default partition even if
      no field width is specified (previously included "*" only if no field width
      was specified. Added output format of "%R" to print partition name only
      without identifying the default partition with "*").
      16efb8e1
  15. Apr 17, 2012
  16. Apr 10, 2012
  17. Mar 20, 2012
  18. Feb 24, 2012
  19. Feb 17, 2012
  20. Jan 04, 2012
  21. Dec 19, 2011
    • Morris Jette's avatar
      Modify srun --multi-prog argument processing · 47f6502e
      Morris Jette authored
      Behavior of srun --multi-prog modified so that any program arguments
      specified on the command line will be appended to the program arguments
      specified in the program configuration file.
      47f6502e
  22. Nov 23, 2011
  23. Oct 21, 2011
  24. Oct 06, 2011
    • Morris Jette's avatar
      Add node_state flag of CLOUD · e9f7cc2f
      Morris Jette authored
      Add a node state flag of CLOUD and save/restore NodeAddr and NodeHostName
      information for nodes with a flag of CLOUD. Major update to elastic computing
      document.
      e9f7cc2f
  25. Oct 05, 2011
  26. Sep 13, 2011
  27. Aug 09, 2011
  28. Jul 28, 2011
    • Morris Jette's avatar
      Add ability to limit job's leaf switch count · 08e9f248
      Morris Jette authored
      Add the ability for a user to limit the number of leaf switches in a job's
      allocation using the --switch option of salloc, sbatch and srun. There is
      also a new SchedulerParameters value of max_switch_wait, which a SLURM
      administrator can used to set a maximum job delay and prevent a user job
      from blocking lower priority jobs for too long. Based on work by Rod
      Schultz, Bull.
      08e9f248
  29. Jun 27, 2011
  30. Jun 09, 2011
    • Moe Jette's avatar
      Support TaskPlugin stack · 5959583b
      Moe Jette authored
      More than one TaskPlugin can be configured in a comma separated list.
      Patch from Andriy Grytsenko (Massive Solutions Limited).
      5959583b
  31. Jun 07, 2011
  32. May 25, 2011
  33. May 17, 2011
  34. May 12, 2011
  35. Apr 22, 2011
  36. Apr 19, 2011
Loading