Branch: refs/heads/checkpoint_component
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 465a054e6eaf0a7527b7172c7f14a9bbf50da803
      
https://github.com/STEllAR-GROUP/hpx/commit/465a054e6eaf0a7527b7172c7f14a9bbf50da803
  Author: Adrian Serio <adrian.se...@gmail.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M examples/1d_stencil/1d_stencil_4_checkpoint.cpp
    M hpx/util/checkpoint.hpp
    M tests/unit/util/CMakeLists.txt
    M tests/unit/util/checkpoint.cpp
    A tests/unit/util/checkpoint_component.cpp

  Log Message:
  -----------
  Support Checkpointing Components
 - Fixed checkpoint.cpp to make floats constant
   -> Makes msvs happy
 - Adding checkpoint_component.cpp
 - Raise abstraction level in checkpoint
   -> Create new function arch_data that will be overloaded to properly
      handle components
 - Adding in components to test
 - Working component checkpointing!
   -> Checkpoints a server
   -> Still needs to create a new client
 - Create new client on restored server
 - Adding functionality to enable checkpointing of clients
   -> Checkpoints the server the client points to
   -> Still need to add functionality to restore which would
      create a new client with the resurrected server
 - Allowing components to be restored with provided client
   -> Users can now use clients to  checkpoint and restore
      servers
 - Updating Documentation
 - Preparing unit test for checkpointing components
 - Fixing 1d_stencil_4_checkpoint example for Win/Mac
 - Fixing compilation on gcc
 - Adding documentation for checkpointing components
 - Clean up code with Clang-Format
   -> Update year on license


  Commit: 6a263b1e464f8436ea34d1fd954b86945aac68d1
      
https://github.com/STEllAR-GROUP/hpx/commit/6a263b1e464f8436ea34d1fd954b86945aac68d1
  Author: Adrian Serio <adrian.se...@gmail.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M hpx/util/checkpoint.hpp

  Log Message:
  -----------
  Fixing typos


  Commit: 5cc2f2e000872b97d8b15e1041d3147cbc1d53ae
      
https://github.com/STEllAR-GROUP/hpx/commit/5cc2f2e000872b97d8b15e1041d3147cbc1d53ae
  Author: Adrian Serio <adrian.se...@gmail.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M hpx/util/checkpoint.hpp
    M tests/unit/util/checkpoint_component.cpp

  Log Message:
  -----------
  Prevent blocking during checkpointing
 - Created `prep` function to handle clients
  - Ensures `get_id` will be ready
  - Passes future of `get_prt` to dataflow
 - Removes a "bad example" from
   `checkpoint_component.cpp`
 - Adding headers for for inspect


  Commit: 630b9eaabbbb90092785fb4de80e6b110994aaf1
      
https://github.com/STEllAR-GROUP/hpx/commit/630b9eaabbbb90092785fb4de80e6b110994aaf1
  Author: Adrian Serio <adrian.se...@gmail.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M tests/unit/util/checkpoint_component.cpp

  Log Message:
  -----------
  Removing end line whitespace


  Commit: 9ec815c494741b2e35c46f87f9107aacba838b4e
      
https://github.com/STEllAR-GROUP/hpx/commit/9ec815c494741b2e35c46f87f9107aacba838b4e
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M docs/sphinx/manual/miscellaneous.rst
    M hpx/runtime/naming/name.hpp
    M hpx/runtime/naming_fwd.hpp
    M hpx/util/checkpoint.hpp
    M src/runtime/naming/name.cpp
    M tests/unit/util/CMakeLists.txt
    M tests/unit/util/checkpoint.cpp
    M tests/unit/util/checkpoint_component.cpp

  Log Message:
  -----------
  Cleaning up things, adapting to new serialization module

- flyby: transferring old documentation


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/465a054e6eaf%5E...9ec815c49474
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to