15 Some bindings

15.1 MPI bindings

15.1.1 Overview

We provide some bindings for the MPI library to natively handle PnlObjects.

The functionnalities described in this chapter are declared in pnl/pnl_mpi.h.

15.1.2 Functions

All the following functions return an error code as an integer value. This returned value should be tested against MPI_SUCCESS to check that no error occurred.

For more expect users, we provide the following nonblocking functions.

15.2 The save/load interface

The interface is only accessible when the MPI bindings are compiled since it is based on the Packing/Unpacking facilities of MPI.

The functionnalities described in this chapter are declared in pnl/pnl_mpi.h.