#include #include int main (int argc, char ** argv) { MPI_Init(&argc, &argv); MPI_Finalize(); exit(EXIT_FAILURE); }