AmpTools
AmpToolsInterfaceMPI.h
Go to the documentation of this file.
1 #if !defined(AMPTOOLSINTERFACEMPI)
2 #define AMPTOOLSINTERFACEMPI
3 
5 
6 using namespace std;
7 
9 
10  public:
11 
13 
14  void finalizeFit();
15 
16  private:
17 
18  int m_rank;
19  int m_numProc;
20 
21 };
22 
23 
24 
25 #endif