using System; using MPI; class MPIHello { static void Main(string[] args) { using (new MPI.Environment(ref args)) { // MPI program goes here! } } }
MPI.Unsafe.MPI_Send(...); и MPI.Unsafe.MPI_Reсv(...);
MPI.Unsafe.MPI_Init(int *argc, char ***argv)
static void Main(string[] args) { .... }