Skip to content
Snippets Groups Projects
  1. Jun 24, 2019
    • podlesny's avatar
      . · 39b69a16
      podlesny authored
      39b69a16
  2. Jun 21, 2019
    • podlesny's avatar
      . · 8e48508f
      podlesny authored
      8e48508f
  3. Jun 07, 2019
    • podlesny's avatar
      . · 0a83b8e0
      podlesny authored
      0a83b8e0
  4. Jun 05, 2019
    • podlesny's avatar
      . · e7a695c2
      podlesny authored
      e7a695c2
  5. May 17, 2019
    • podlesny's avatar
      . · 1ad8f154
      podlesny authored
      1ad8f154
  6. May 15, 2019
    • podlesny's avatar
      . · 5feb3944
      podlesny authored
      5feb3944
  7. May 12, 2019
    • podlesny's avatar
      . · d2c5e7e9
      podlesny authored
      d2c5e7e9
  8. May 09, 2019
    • podlesny's avatar
      . · 7fcefaf5
      podlesny authored
      7fcefaf5
  9. May 08, 2019
    • podlesny's avatar
      . · f3abb600
      podlesny authored
      f3abb600
  10. Apr 12, 2019
  11. Apr 11, 2019
    • podlesny's avatar
      . · 0a89a40f
      podlesny authored
      0a89a40f
  12. Mar 13, 2019
  13. Feb 06, 2019
    • podlesny's avatar
      . · e2433472
      podlesny authored
      e2433472
  14. Jan 22, 2019
  15. Nov 20, 2018
  16. Mar 28, 2018
    • podlesny's avatar
      . · 831307c6
      podlesny authored
      831307c6
  17. Mar 27, 2018
    • podlesny's avatar
      . · f90136e3
      podlesny authored
      f90136e3
  18. Mar 26, 2018
    • podlesny's avatar
      . · 04181c88
      podlesny authored
      04181c88
    • podlesny's avatar
      . · be8301e0
      podlesny authored
      be8301e0
    • podlesny's avatar
      . · 1557d88d
      podlesny authored
      1557d88d
  19. Mar 23, 2018
    • podlesny's avatar
      . · e106fe3c
      podlesny authored
      e106fe3c
  20. Mar 21, 2018
    • podlesny's avatar
      . · 9f57bf7c
      podlesny authored
      9f57bf7c
  21. Mar 20, 2018
    • podlesny's avatar
      . · 282c8f13
      podlesny authored
      282c8f13
  22. Mar 19, 2018
    • podlesny's avatar
      . · 90d7a0c7
      podlesny authored
      90d7a0c7
  23. Mar 17, 2018
    • podlesny's avatar
      . · 8dd38dc7
      podlesny authored
      8dd38dc7
    • podlesny's avatar
      . · 7e679c02
      podlesny authored
      7e679c02
  24. Mar 15, 2018
    • podlesny's avatar
      . · b19be4c2
      podlesny authored
      b19be4c2
  25. Mar 14, 2018
  26. Mar 09, 2018
    • podlesny's avatar
      . · 1ea86fdf
      podlesny authored
      1ea86fdf
  27. Mar 08, 2018
    • podlesny's avatar
      . · 77dc60fe
      podlesny authored
      77dc60fe
    • podlesny's avatar
      . · 3f238e86
      podlesny authored
      3f238e86
    • podlesny's avatar
      . · 84d34531
      podlesny authored
      84d34531
  28. Mar 06, 2018
    • podlesny's avatar
      . · 04961a91
      podlesny authored
      04961a91
  29. Mar 05, 2018
    • podlesny's avatar
      . · d79eba04
      podlesny authored
      d79eba04
  30. Feb 16, 2018
    • podlesny's avatar
      . · 09bbd1b5
      podlesny authored
      09bbd1b5
  31. May 22, 2017
  32. May 03, 2017
    • Elias Pipping's avatar
      [Output] Overhaul writer logic, rename writeVTK · 42ebaa04
      Elias Pipping authored
      - The configuration parameter io.writeVTK is now io.vtk.write
      - The configuration parameters restarts.first and restarts.spacing
        were moved into the io namespace
      - Restarts are stored in a separate file
      - VTK data, restarts (in HDF5), and the other HDF5 data are now
        each controlled through a parameter:
          io.data.write, io.restarts.write, io.vtk.write
      
      In particular, it is thus now possible to write VTK data while
      opening the data and restart files in read-only mode (or not at all);
      This makes it possible to, by keeping the restarts file (and the binary!)
      around, quickly (re-)compute a a small segment from the history.
      
      The likeliest scenario: VTK files are huge and for a computation with
      tens of thousands of timesteps (e.g. 30000), we know already (from the
      data, or just expect it) that an event occurred during the last 500
      timesteps. So we recompute them from a restart in the following mode:
      
        -io.restarts.first 29500
        -io.restarts.write false
        -io.data.write false
        -io.vtk.write true
      
      Note that care needs to be taken to use a number for io.restarts.first
      which is compatible with the old io.restarts.spacing
      42ebaa04
  33. Apr 30, 2017
    • Elias Pipping's avatar
      [Extend] Handle SIGINT, SIGTERM, and SIGXCPU · 5729c111
      Elias Pipping authored
      If either signal is detected, we try to terminate gracefully. If we're
      given enough time before a nastier signal like SIGKILL is sent, we'll
      then be able to finish computing and writing out the current timestep.
      
      If we do not take such precautions, chances are the HDF5 output will be
      corrupted.
      5729c111
Loading