Main.hpp 150 B

1234567891011
  1. #ifndef MAIN_HPP
  2. #define MAIN_CPP
  3. #include "GSATThreadMPI.hpp"
  4. extern int world_rank;
  5. void help(char*);
  6. void mpiSync(GSATThreadMPI*, bool);
  7. #endif