1. 25 Jun, 2015 1 commit
  2. 20 May, 2015 4 commits
  3. 19 May, 2015 6 commits
    • Martin Perry's avatar
      thread task distribution support · a4473cf9
      Martin Perry authored
      dev-hyperthread1-2.patch - Common data structure, option, infrastructure changes
      a4473cf9
    • Martin Perry's avatar
      Add thread-distribution option documentation · 7a3e0e76
      Martin Perry authored
      On nodes that support more than one thread per core, each thread can be configured as a separate logical CPU. The srun -m option allows users to specify the method for distributing CPUs across sockets (block, cyclic or fcyclic), but not across cores. The method for distributing CPUs across cores is hardcoded as block. The attached patches implement an extension to the -m option to allow users to request block, cyclic or fcyclic distribution of CPUs across cores. I have also implemented a wildcard character (*) to allow users to request the default value for each distribution type. The new distribution is supported by the task/cgroup plugin only, not task/affinity. The new syntax of the -m option is as follows:
      
      -m, --distribution=
          *|block|cyclic|arbitrary|plane=<options> [:*|block|cyclic|fcyclic[:*|block|cyclic|fcyclic]][,Pack|NoPack]
      
      The main reason for this change is to provide better support for the Xeon Phi architecture, which allows up to four threads per core.
      This is dev-hyperthread1-1.patch - Documentation changes
      7a3e0e76
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · 33e7e5eb
      Morris Jette authored
      Conflicts:
      	src/plugins/switch/cray/util.c
      33e7e5eb
    • Morris Jette's avatar
      switch/cray: fix PMI_CRAY_NO_SMP_ENV env var · 697d3d38
      Morris Jette authored
      switch/cray: Revert logic added to 14.11.6 that set "PMI_CRAY_NO_SMP_ENV=1"
      if CR_PACK_NODES is configured.
      bug 1585
      697d3d38
    • Danny Auble's avatar
      ebb8000b
    • Danny Auble's avatar
      Fix missing comma · db3cd6ba
      Danny Auble authored
      db3cd6ba
  4. 18 May, 2015 2 commits
  5. 16 May, 2015 1 commit
  6. 15 May, 2015 10 commits
  7. 14 May, 2015 14 commits
  8. 13 May, 2015 2 commits