Menu

Asynchronous MPI parallelism

A new flag engine_flag_async has been added for asynchronous communication. In this mode, engine_step calls engine_exchange_async which uses a spearate thread to handle communication.

The function engine_exchange_wait is used to wait for the communication to finalize.

In order to deal with this new feature, engine_rigid_sort has to be called before engine_rigid_eval.

Posted by Pedro Gonnet 2011-11-22

Log in to post a comment.

MongoDB Logo MongoDB