39 #ifndef STARNEIG_DISTR_HELPERS_H 40 #define STARNEIG_DISTR_HELPERS_H 48 #ifndef STARNEIG_ENABLE_MPI 49 #error "This header should be included only when STARNEIG_ENABLE_MPI is defined." 129 #endif // STARNEIG_DISTR_HELPERS_H MPI_Comm starneig_mpi_get_comm()
Returns the library MPI communicator.
void starneig_mpi_broadcast(int root, size_t size, void *buffer)
Broadcast a buffer.
This file contains StarNEig library configuration.
void starneig_broadcast(int root, size_t size, void *buffer)
Broadcast a buffer. Deprecated.
void starneig_mpi_set_comm(MPI_Comm comm)
Sets a MPI communicator for the library.