Select Git revision
Forked from
Gmsh / Gmsh
Source project has a limited visibility.
main_mpi.h 168 B
#ifndef MAIN_MPI_INCLUDED
#define MAIN_MPI_INCLUDED
#include <string>
int main_mpi(int nbproc, int myrank, std::string path, int nparts);
#endif //MAIN_MPI_INCLUDED