Rename the majority of remaining C files in the RTS to C++
[charm.git] / src / langs / pvmc / pvmc_main.C
blob22e26b916e517e34d042e76587e612a21d1742ea
1 #include "converse.h"
2 #include "pvmc.h"
4 void user_main(int argc, char **argv)
6   CmiPrintf("user_main probably not currently working\n");
7   /*  ConverseInit(argv); */
9   pvmc_init_bufs();
10 #ifdef PVM_DEBUG
11   CmiPrintf("Calling pvmc_init_comm()\n");
12 #endif
14   pvmc_init_comm();
16 #ifdef PVM_DEBUG
17   CmiPrintf("Starting pvmc_user_main\n");
18 #endif
20   pvmc_user_main(argc,argv);