Changes between Version 21 and Version 22 of C++ API

Show
Ignore:
Timestamp:
09/12/13 12:18:57 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C++ API

    v21 v22  
    2121void MUSCLE_Barrier_Destroy(char *barrier); 
    2222}}} 
    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 initialize MUSCLE given the current arguments of main. After all MUSCLE calls have been made, MUSCLE_Finalize should be called. Usually: 
     23The {{{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: 
    2424{{{ 
    2525#include <muscle2/cmuscle.h>