#include #include int main(int argc, char*argv[]) { MPI_Init(&argc, &argv); printf("Hi!\n"); MPI_Finalize(); return 0; }