jeffkinnison / florin

Flexible Learning-Free Reconstruction of Neural Circuits
MIT License
9 stars 2 forks source link

MPI - Static Scheduling and Task Execution #8

Closed jeffkinnison closed 4 years ago

jeffkinnison commented 5 years ago

FLoRIN is often run on systems that use specialized MPI implementations optimized for the system. In some cases, dynamic process management through MPI_Comm_spawn and mpi4py.futures is not available. In this case, a task queue built on standard send/recv semantics is needed to replace the more convenient map semantics of MPI_Comm_spawn.

This should be included in the update requested in #6.

jeffkinnison commented 4 years ago

Included in #9