Main.hpp 186 B

12345678910111213
  1. #ifndef MAIN_HPP
  2. #define MAIN_CPP
  3. #include "GSATHybride.hpp"
  4. extern int world_rank;
  5. extern int world_size;
  6. void help(char*);
  7. void mpiWait(GSATThreadMPI*);
  8. void mpiNotify(int);
  9. #endif