Skip to content
Snippets Groups Projects
  1. Jul 26, 2016
  2. Jun 22, 2016
  3. Jun 21, 2016
  4. Jun 18, 2016
  5. Jun 10, 2016
  6. Jun 08, 2016
  7. Jun 06, 2016
    • roryk's avatar
      77aea66c
    • roryk's avatar
      Fix PBSPro support. · 131c3698
      roryk authored
      PBSPro cannot schedule uninterruptable array jobs, so instead of running the
      engines as an array, we create a single engine job submission script and submit
      it repeatedly for each job.
      
      This commit also removes some dead code for dill support.
      
      Thanks to Endre Sebestyen (@razZ0r), Francesco Ferrari and Tiziana Castrignanò
      for raising the issue, providing an account with access to PBSPro on the Cineca
      cluster and testing that the fix works.
      131c3698
  8. May 25, 2016
  9. Apr 30, 2016
  10. Apr 28, 2016
  11. Mar 17, 2016
  12. Jan 26, 2016
  13. Jan 25, 2016
    • roryk's avatar
      Add preliminary support for UGE (an open source fork of SGE) · 295c472d
      roryk authored
      SGE's parallel environment specification is space-delimited and UGE is comma delimited.
      This handles fix handles both. Other than that it seems to work fine.
      
      Thanks to Andrew Oler for spotting this issue, figuring out what wrong, suggesting
      the fix and testing the fix.
      295c472d
  14. Jan 22, 2016
  15. Oct 08, 2015
    • chapmanb's avatar
    • roryk's avatar
      Fix for asking for too much memory on LSF. · 0582f7a2
      roryk authored
      If we wanted 8 GB per engine, 1 engine on the machine with
      4 cores for each engine, and the resources are per slot (core)
      we should be asking for 8 GB/4 cores = 2 GB/core per engine.
      
      If we are jamming 10 engines on the machine and we want 8 GB
      per engine and 4 cores for each engine and resources are per
      slot (core) then we need a total of 80 GB on the machine,
      and 40 cores so we should be asking for 2 GB/core.
      
      Before mem/self.cores for the 10 engine instance was asking
      for 8gb/4 cores = 2 gb/core. But then we were multiplying it
      by the number of engines, so we were asking for 20 gb/core.
      0582f7a2
  16. Aug 31, 2015
    • chapmanb's avatar
      Provide faster startup for IPython clusters · 96185a7f
      chapmanb authored
      More frequent heart monitor pings coupled with a larger number of misses
      enables an hour of interruptable time but quicker responsiveness on
      startup. Thanks to @mwojcikowski fixes #32
      96185a7f
  17. Aug 27, 2015
  18. Aug 17, 2015
  19. Aug 15, 2015
Loading