Unify handling of GMX_ENABLE_GPU_TIMING and GMX_DISABLE_GPU_TIMING
[alexxy/gromacs.git] / cmake / TestMPI.cpp
1 #include <mpi.h> 
2
3 int main(int argc, char **argv)
4 {
5   MPI_Init(&argc,&argv);
6 }