Skip to content
Snippets Groups Projects
  1. Nov 10, 2021
  2. Nov 09, 2021
  3. Nov 08, 2021
  4. Nov 07, 2021
    • Izzard, Robert Dr (Maths & Physics)'s avatar
      Slurm is now basically working. · 495803e3
      I've added a new grid_option, num_processes, which is the number of processes launched by Python's multiprocessing. num_cores is used to set this:
      
      if > 0 use the number specified (as previously, so backwards compatibility is fine)
      if == 0 use the number of logical cores
      if == -1 use the number of physical cores
      
      Try running it with a command like:
      
      ---
      rm -rf /tmp/slurm ; nice python3.9 ./src/python/ensemble.py dists=Moe binaries=False r=100 verbosity=1 max_evolution_time=10 slurm_dir=/tmp/slurm slurm_partition=debug slurm_memory=100MB monte_carlo_kicks=0 save_ensemble_chunks=False num_cores=-1 slurm=1 slurm_njobs=2 num_cores=2
      ---
      
      You will want to change num_cores and slurm_njobs to suit. Each Slurm job gets num_processes cores allocated to it.
      
      Note: you should set your slurm directory to be empty. This isn't really required, but makes debugging a lot easier.
      
      You also have to set the slurm_partition by hand - this is something you need to find out based on your cluster. In the above example I use "debug" because this is the default.
      
      There are quite a few changes internally, particularly new functions to load, save and merge Population objects and their data (mostly) correctly, and updates to the dict merging functions that this required.
      
      please report bugs because there will be many!
      495803e3
  5. Nov 06, 2021
  6. Nov 05, 2021
  7. Nov 01, 2021
  8. Oct 21, 2021
  9. Oct 18, 2021
  10. Oct 15, 2021
  11. Oct 14, 2021
  12. Oct 13, 2021
  13. Oct 12, 2021
    • Izzard, Robert Dr (Maths & Physics)'s avatar
      time duration formatting has been improved (using the humanize module) · c2543c67
      I've fixed the _boxed formatting to strip ANSI codes when calculating string lengths (so you can use ANSI colours properly)
      
      changed the colours for the "failed systems" warning so it's absolutely obvious
      
      wrapped the JSON ensemble output in a write_ensemble() function which automatically gzips or bzips depending on the filename extension (or this can be explictly set in grid_options['compress_ensemble'] ).
      c2543c67
  14. Oct 10, 2021
  15. Oct 08, 2021
    • dh00601's avatar
      formatted the code · ed7b2039
      dh00601 authored
      ed7b2039
    • Izzard, Robert Dr (Maths & Physics)'s avatar
      updated the auto_resolution branch: · dd487c26
      implemented binary_grid-style statistics over last n_logging_stats verbose outputs (50 by default)
      
      added ANSI colour to output if in a terminal (i.e. with a tty)
      
      fixed the cmd-line parser to work in the form x=y as intended (downside: no help output, but that just said how to use the old parser which doesn't exist now)
      dd487c26
  16. Oct 07, 2021
  17. Sep 30, 2021
  18. Sep 26, 2021
  19. Sep 09, 2021
  20. Sep 08, 2021
  21. Aug 08, 2021
  22. Aug 07, 2021
  23. Aug 01, 2021
  24. Jul 28, 2021
  25. Jul 27, 2021
  26. Jul 26, 2021
  27. Jul 25, 2021
  28. Jul 24, 2021
  29. Jul 15, 2021
  30. Jul 13, 2021
Loading