File: mpi.diff

package info (click to toggle)
hdf5 1.8.4-patch1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 78,784 kB
  • ctags: 24,783
  • sloc: ansic: 336,089; f90: 24,685; sh: 15,156; cpp: 11,879; xml: 10,359; perl: 1,286; makefile: 1,257; yacc: 323; lex: 177
file content (14 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: hdf5-1.8.3/src/H5public.h
===================================================================
--- hdf5-1.8.3.orig/src/H5public.h	2009-08-06 16:37:19.000000000 +0200
+++ hdf5-1.8.3/src/H5public.h	2009-08-06 16:37:51.000000000 +0200
@@ -55,9 +55,6 @@
 #endif
 #ifdef H5_HAVE_PARALLEL
 #   include <mpi.h>
-#ifndef MPI_FILE_NULL		/*MPIO may be defined in mpi.h already       */
-#   include <mpio.h>
-#endif
 #endif