StarNEig Library
v0.1.3
A task-based library for solving dense nonsymmetric eigenvalue problems
|
This file contains generic distributed memory interface functions. More...
Go to the source code of this file.
Functions | |
MPI communicator | |
void | starneig_mpi_set_comm (MPI_Comm comm) |
Sets a MPI communicator for the library. More... | |
MPI_Comm | starneig_mpi_get_comm () |
Returns the library MPI communicator. More... | |
Broadcast | |
void | starneig_mpi_broadcast (int root, size_t size, void *buffer) |
Broadcast a buffer. More... | |
void | starneig_broadcast (int root, size_t size, void *buffer) |
Broadcast a buffer. Deprecated. More... | |
This file contains generic distributed memory interface functions.