Merge commit '4d39dbdaa88b63df182fb3ca1d9133f2809277c1' into cpp-migration
[alexxy/gromacs.git] / cmake / TestMPI.c
1 #include <mpi.h> 
2
3 int main(int argc, char **argv)
4 {
5   MPI_Init(&argc,&argv);
6 }