Changes between Version 15 and Version 16 of C++ API
- Timestamp:
- 07/17/13 16:24:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++ API
v15 v16 19 19 The {{{MUSCLE_Init}}} function must be called before any of the other MUSCLE functions is used, and also before MPI_Init is called, if MPI is used. The usage is the same of MPI_Init: to initialize MUSCLE given the current arguments of main. After all MUSCLE calls have been made, MUSCLE_Finalize should be called. Usually: 20 20 {{{ 21 #include <muscle2/cmuscle.h> 22 21 23 int main(int argc, char *argv[]) 22 24 {