Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 3ce27f263009068b4e250fb171efc7be845f5f10
      
https://github.com/STEllAR-GROUP/hpx/commit/3ce27f263009068b4e250fb171efc7be845f5f10
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/runtime_handlers.cpp

  Log Message:
  -----------
  Fix launch process test with APEX enabled

The test segfaulted trying to access parent task information from
another locality. This happened because parent task handling was enabled
when the initial number of localities was 1. However, even when the
initial number of localities is 1 additional localities can connect
later (as in the launch process test) leading to APEX trying to acccess
task information from another locality. This changes the behaviour to
only enable parent task handling when networking is disabled.


  Commit: b9f1ce92b4ee2668d42888e37c53ea81185f4fc5
      
https://github.com/STEllAR-GROUP/hpx/commit/b9f1ce92b4ee2668d42888e37c53ea81185f4fc5
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M src/runtime_handlers.cpp

  Log Message:
  -----------
  Merge pull request #4341 from msimberg/apex-launch-process

Fix launch process test with APEX enabled


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/a112a0b99ea2...b9f1ce92b4ee
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to