STEllAR-GROUP / phylanx

An Asynchronous Distributed C++ Array Processing Toolkit
Boost Software License 1.0
75 stars 76 forks source link

Adding locality parameter to python execution interface #1151

Open hkaiser opened 4 years ago

hkaiser commented 4 years ago
taless474 commented 4 years ago

@hkaiser, are changes on tests/unit/distributed/remote_add.cpp on purpose?

hkaiser commented 4 years ago

@hkaiser, are changes on tests/unit/distributed/remote_add.cpp on purpose?

Uhh, no. No idea how that happened - thanks for noticing.

stevenrbrandt commented 4 years ago

The issue I have is this:

This situation would be fixed if we had access to a global data structure inside phylanx functions. That way, data could be exchanged between invocations of phylanx functions.