Skip to content
Snippets Groups Projects
  1. Jul 05, 2017
  2. Jun 19, 2017
  3. May 26, 2017
  4. May 18, 2017
  5. May 15, 2017
  6. May 11, 2017
  7. Apr 21, 2017
  8. Mar 30, 2017
  9. Mar 27, 2017
    • Kerri Wait's avatar
      Update provision_slurm.py.j2 to import defaultdict to silence this error · 0cccb855
      Kerri Wait authored
      Traceback (most recent call last):
       File "/usr/local/sbin/provision_slurm.py", line 100, in <module>
         mk_slurmuser_batch(usergroup,"default")
       File "/usr/local/sbin/provision_slurm.py", line 67, in mk_slurmuser_batch
         userdict = defaultdict(list)
      NameError: global name 'defaultdict' is not defined
      0cccb855
  10. Mar 24, 2017
  11. Mar 21, 2017
  12. Mar 20, 2017
  13. Mar 10, 2017
  14. Feb 23, 2017
  15. Feb 07, 2017
  16. Feb 01, 2017
  17. Jan 06, 2017
    • Gin Tan's avatar
      Merge branch 'gpu_upgrade' into 'master' · c7b1c722
      Gin Tan authored
      Extend the GPU role
      
      The GPU role used to just detect if any driver was installed and skip installation if one was found
      it will now execute nvidia-smi to determine the current driver version and compare it against the desired
      driver version, installing in the case of mismatch
      
      Note that if an existing driver is installed, the nvidia persistence daemon must be stopped before installation can proceed
      
      See merge request !114
      c7b1c722
    • Chris Hines's avatar
      Extend the GPU role · 2b1ad616
      Chris Hines authored
      The GPU role used to just detect if any driver was installed and skip installation if one was found
      it will now execute nvidia-smi to determine the current driver version and compare it against the desired
      driver version, installing in the case of mismatch
      
      Note that if an existing driver is installed, the nvidia persistence daemon must be stopped before installation can proceed
      2b1ad616
  18. Jan 05, 2017
    • Gin Tan's avatar
      Merge branch 'gluster_fix' into 'master' · f5b091e5
      Gin Tan authored
      Alter the way gluster peer probe works
      
      I had the syntax incorrect when the glsuter cluster consists of more than two nodes. We're not attempting to use three node clusters so we can't get split brain
      
      See merge request !112
      f5b091e5
Loading