espresso icon indicating copy to clipboard operation
espresso copied to clipboard

Separate RPC interface and parallel core

Open fweik opened this issue 5 years ago • 2 comments

Currently thee parallel core (mpi synchronous) and frontend interface (callbacks) are fused together. This should be separated for clarity and for making sure only the latter is called from the script level, which has been one of the most common bugs in the past. Then we need to decide what to do in the future, because conceptually there is some overlap between direct callbacks and the script interface at the moment.

fweik avatar Sep 18 '19 13:09 fweik

I still think this still should be a priority. Includes clarification of the ownership of the globals (frontend vs core).

fweik avatar Jun 15 '20 12:06 fweik

The plan is to rewrite all algorithms to be fully parallel. We will remove the src/core dependency on the MpiCallbacks framework. All reductions to MPI rank 0 should be carried out by the ScriptInterface.

jngrad avatar May 26 '23 13:05 jngrad