typo in Fortran linkage; fixed doxygen to use parallel flag

This commit is contained in:
Marc Howison
2009-10-06 17:58:39 +00:00
parent 195d58693a
commit 5d4d62f5c2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
PREDEFINED = PARALLEL_IO
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
+1 -1
View File
@@ -901,7 +901,7 @@ _H5MultiBlock_read_data (
_H5Part_print_debug_detail (
"[%d] Waiting on read token from %d",
f->myproc, f->myproc - 1);
// wait to receive token before continuing with write
// wait to receive token before continuing with read
ret = MPI_Recv(
&token, 1, MPI_INT,
f->myproc - 1, // receive from previous proc
+1 -1
View File
@@ -43,7 +43,7 @@
h5pt_opena_align_, \
H5PT_OPENA_ALIGN )
#define h5pt_openr_par_align F77NAME ( \
h5pt_openr_par_align, \
h5pt_openr_par_align_, \
H5PT_OPENR_PAR_ALIGN )
#define h5pt_openw_par_align F77NAME ( \
h5pt_openw_par_align_, \