Changes between Version 15 and Version 16 of C++ API

Show
Ignore:
Timestamp:
07/17/13 16:24:20 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C++ API

    v15 v16  
    1919The {{{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: 
    2020{{{ 
     21#include <muscle2/cmuscle.h> 
     22 
    2123int main(int argc, char *argv[]) 
    2224{