DeliriumV01D / MPI-process-pool

This is simple MPI process pool implementation. Supporting disconnection and reconnection of the nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is simple MPI process pool implementation. Supporting disconnection and reconnection of the nodes. Tasks are added and results are received in the thread-safe queues in the process #0. Tasks are distributed to all processes. The implementation of the process pool is contained in the files tmpi_process_pool.h и tthread_safe_queue.h. This files only needed to use MPI process pool. Other files needed to buid the sample application. All kinds of cooperation are welcome.

About

This is simple MPI process pool implementation. Supporting disconnection and reconnection of the nodes.


Languages

Language:C++ 93.9%Language:CMake 4.4%Language:Batchfile 1.7%