typo in Fortran linkage; fixed doxygen to use parallel flag
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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_, \
|
||||
|
||||
Reference in New Issue
Block a user