Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Speedup mpich tests by trying less sizes.
[simgrid.git] / teshsuite / smpi / mpich3-test / include / mpitestconf.h
index eb39223af574acc9bd140cf37ab84e4f7ef74099..2e073ada6824d6fc4a92b37800958097622012e4 100644 (file)
@@ -57,8 +57,9 @@
 //#define HAVE_FORTRAN_BINDING 0
 
 /* Define to 1 if you have the `getrusage' function. */
+#ifndef WIN32
 #define HAVE_GETRUSAGE 1
-
+#endif
 /* Define if struct hostent contains h_addr_list */
 #define HAVE_H_ADDR_LIST 1
 
@@ -93,7 +94,7 @@
 /* #undef HAVE_MPI_INIT_THREAD */
 
 /* Define if MPI_INTEGER16 is available */
-/* #undef HAVE_MPI_INTEGER16 */
+#define HAVE_MPI_INTEGER16 1
 
 /* Define if MPI-IO (really ROMIO) is included */
 //#define HAVE_MPI_IO 1
 #define HAVE_STRING_H 1
 
 /* Define to 1 if you have the <sys/resource.h> header file. */
+#ifndef WIN32
 #define HAVE_SYS_RESOURCE_H 1
-
+#endif
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1