Changes between Version 21 and Version 22 of C++ API
- Timestamp:
- 09/12/13 12:18:57 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++ API
v21 v22 21 21 void MUSCLE_Barrier_Destroy(char *barrier); 22 22 }}} 23 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 initializeMUSCLE given the current arguments of main. After all MUSCLE calls have been made, MUSCLE_Finalize should be called. Usually:23 The {{{MUSCLE_Init}}} function must be called before any of the other MUSCLE functions is used. It initializes MUSCLE given the current arguments of main. After all MUSCLE calls have been made, MUSCLE_Finalize should be called. Usually: 24 24 {{{ 25 25 #include <muscle2/cmuscle.h>