Skip to content
Snippets Groups Projects
Select Git revision
22 results Searching

main_mpi.h

Blame
  • 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