git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5197 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -42,6 +42,14 @@ int MPI_Init(int *argc, char ***argv) {return 0;}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
int MPI_Initialized(int *flag)
|
||||
{
|
||||
*flag = 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
int MPI_Comm_rank(MPI_Comm comm, int *me)
|
||||
{
|
||||
*me = 0;
|
||||
|
||||
Reference in New Issue
Block a user