#include <iostream>
#include <cstring>
+#ifndef WIN32
+#include <unistd.h>
+#endif
+
MPI2Connector::MPI2Connector()
{
MPI_Comm_size( MPI_COMM_WORLD, &_nb_proc );
#include <sstream>
#include <cmath>
+#ifndef WIN32
+#include <unistd.h>
+#endif
+
using namespace std;
#include <sstream>
#include <cmath>
+#ifndef WIN32
+#include <unistd.h>
+#endif
+
using namespace std;
#include <stdexcept>
#include <stdlib.h>
+#ifndef WIN32
+#include <unistd.h>
+#endif
+
//================================================================================
/*!
* \brief Get path to the resources file.
#include <iostream>
#include <mpi.h>
+#ifndef WIN32
+#include <unistd.h>
+#endif
+
#include "MPIAccessTest.hxx"
#include <cppunit/TestAssert.h>
#include <iostream>
#include <mpi.h>
+#ifndef WIN32
+#include <unistd.h>
+#endif
+
#include "MPIAccessTest.hxx"
#include <cppunit/TestAssert.h>