Skip to content
Snippets Groups Projects
  1. Apr 02, 2012
  2. Mar 27, 2012
  3. Feb 24, 2012
  4. Feb 21, 2012
  5. Feb 20, 2012
  6. Jan 31, 2012
  7. Jan 27, 2012
  8. Jan 23, 2012
    • Philip D. Eckert's avatar
      here it is · d254296c
      Philip D. Eckert authored
      Moe,
      
      Here it is, I have added a subroutine to env.c to
      unset the user's environment and then called it
      from sbatch in main. I also removed the comment
      from the sbatch man page indicating that it
      wasn't working the same for a regular user as
      it did for Moab. It should now be functionally
      the same.
      
      I think there is still a difference between how
      sbatch functions with an environment in a file
      than it does from when Moab excve'd the environment.
      However, I'm not sure what it would be at this
      point.
      
      Again,  for so many iterations....
      
      Phil
      d254296c
  9. Jan 22, 2012
    • Philip D. Eckert's avatar
      last one · 16e6fcd6
      Philip D. Eckert authored
      Moe,
      
      After doing more extensive testing, I came to realize
      that we had made a bad basic assumption. We believed
      that the user's environment should only be what was
      sent in the file via the --export-file option.
      
      However, that broke the previous behavior, especially
      in regard to Moab jobs. It also caused the SLURM
      defined environment variables to be lost as well.
      
      This patch will enable the correct behavior for Moab
      on top of SLURM whne using the --export-file option,
      but the behavior is less that pefect for using it
      stand alone with sbatch. When using the option with
      sbatch as a user, the file environment is read in,
      and then when the env_array_merge is made, some
      variables may get overwritten. This is good for
      the SLURM and MPI vairables, but not so good for
      others., The problem is trying to reconcile two
      sources of environment is very problematic.
      
      I also added a caveat in the man page.
      
      I made changes in my branch of SchedMD SLURM
      for 2.3, here is the patch.
      
      Phil
      16e6fcd6
  10. Jan 19, 2012
  11. Jan 18, 2012
  12. Jan 13, 2012
  13. Jan 11, 2012
  14. Jan 09, 2012
  15. Dec 02, 2011
  16. Nov 21, 2011
  17. Nov 18, 2011
    • jette's avatar
      Added accounting notes about requeued jobs · e2a04389
      jette authored
      Note that if a job is requeued, it's submit time is changed and the record appears
      as a duplicate job with a different submit time. Patch by Bill Brophy, Bull.
      e2a04389
  18. Oct 31, 2011
  19. Oct 28, 2011
    • Morris Jette's avatar
      Add backfill scheduler resolution parameter · b86bc225
      Morris Jette authored
      Backfill scheduling - Add SchedulerParameters configuration parameter of
      "bf_res" to control the resolution in the backfill scheduler's data about
      when jobs begin and end. Default value is 60 seconds (used to be 1 second).
      b86bc225
  20. Oct 27, 2011
  21. Oct 18, 2011
  22. Oct 12, 2011
    • Mark A. Grondona's avatar
      cgroups: Update cgroup.conf manpage · 1f9ae9d8
      Mark A. Grondona authored
      Update cgroup.conf(5) with documentation for new parameters
      CgroupMountpoint, MinRAMSpace, MaxRAMPercent and MaxSwapPercent.
      Also include information about handling of AllowedRAMSpace when
      memory is not explicitly allocated by SLURM.
      1f9ae9d8
  23. Sep 30, 2011
  24. Sep 28, 2011
    • Morris Jette's avatar
      Advise use of logrotate · 91e543d4
      Morris Jette authored
      Advise use of the logrotate tool in order to avoid SLURM log files
      from growing too large. Patch from Rod Shultz, Bull.
      91e543d4
    • Morris Jette's avatar
      Do not treat absense of gres.conf file as fatal error. · 38e0af47
      Morris Jette authored
      Do not treat the absence of a gres.conf file as a fatal error on systems
      configured with GRES, but set GRES counts to zero. These counts can be
      Counts can be altered by node_config_load() in the gres plugin.
      38e0af47
  25. Sep 12, 2011
    • Morris Jette's avatar
      Update sacct man page for long state descriptions · 810a9db9
      Morris Jette authored
      The "+" sign only appears to indicate that there is more information than the current field width can hold.  For example  "CANCELLED+"  can indicate that the state is actually "CANCELLED by nnn".   Increasing the field width with the %NUMBER format modifier will show this. Patch by Don Albert, Bull.
      810a9db9
  26. Sep 01, 2011
  27. Aug 24, 2011
  28. Aug 22, 2011
  29. Aug 19, 2011
    • Morris Jette's avatar
      Fix typo sstat man page · 3a3f7007
      Morris Jette authored
      Change "AveVSize" to "AveVMSize" in sstat man page to match the code.
      Addresses SchedMD bugzilla entry 7 by Cray.
      3a3f7007
  30. Aug 16, 2011
  31. Aug 11, 2011
    • Morris Jette's avatar
      Modify srun --test-only use on Bluegene/Q · f0cdba99
      Morris Jette authored
      on a Bluegene/Q system when srun's --test-only option is used within
      an existing allocation then launch the job directly with the slurmd
      daemon and do not use IBM's "runjob" command. Useful for testing.
      f0cdba99
  32. Aug 09, 2011
Loading