Skip to content
Snippets Groups Projects
  1. Sep 08, 2020
  2. Sep 07, 2020
    • Avi Vajpeyi's avatar
      Merge branch 'liscence' into 'master' · c10538ec
      Avi Vajpeyi authored
      add license
      
      See merge request !72
      c10538ec
    • Avi Vajpeyi's avatar
      add license · 191f80c9
      Avi Vajpeyi authored
      191f80c9
    • Avi Vajpeyi's avatar
      Merge branch 'dev' into 'master' · 81274648
      Avi Vajpeyi authored
      Version 1.0 Fixes
      
      See merge request !63
      81274648
    • Avi Vajpeyi's avatar
      Tweaks to enable code profiling using cProfile · e6272b3c
      Avi Vajpeyi authored
      - Calling pool.wait() for worker tasks is redundant. This is done automatically when creating the pool. If the workers are never told to quit, this code is never executed
      - Tell workers to quit when the job is done by passing None though. This lets the tasks continue executing other code.
      - Created a modified schwimmbad.MPIPool: when a worker thread is told to quit, it will kill the task, but this prevents the profiler from writing the output. Added an option to disable sys.exit
      e6272b3c
  3. Aug 10, 2020
  4. Aug 06, 2020
  5. Jul 17, 2020
  6. Jun 04, 2020
  7. May 21, 2020
  8. Apr 02, 2020
  9. Mar 31, 2020
  10. Mar 29, 2020
  11. Mar 17, 2020
  12. Mar 08, 2020
  13. Mar 03, 2020
  14. Mar 02, 2020
  15. Feb 28, 2020
  16. Feb 27, 2020
  17. Feb 26, 2020
Loading