Main.hpp 165 B

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