updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / tools / mpi2_test.c
blob978f77a025925715e71479fc0c825b0b8ab67108
1 #include <stdio.h>
2 #include <mpi.h>
3 main()
5 int y ;
6 MPI_Comm x ;
7 y = 1 ;
8 #if 1
9 x = MPI_Comm_f2c( y ) ;
10 y = MPI_Comm_c2f( x ) ;
11 #endif
12 fprintf(stderr,"y %d \n",y) ;