summaryrefslogtreecommitdiffstats
path: root/src/H5Fmpio.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r961] Added barrier after MPI_File_set_size to prevent race condition:Robert Kim Yates1998-12-071-0/+10
* [svn-r960] Added interprocess coordination in H5F_istore_allocate around call...Robert Kim Yates1998-12-071-0/+94
* [svn-r955] Made debug print statements portable.Robert Kim Yates1998-11-301-4/+4
* [svn-r936] Changes since 19981119Robb Matzke1998-11-211-1/+1
* [svn-r925] Changes since 19981116Robb Matzke1998-11-181-7/+7
* [svn-r900] Changes since 19981106Robb Matzke1998-11-111-3/+0
* [svn-r882] Made modifications to support MPIO Pablo real-time tracing.Dan Wells1998-11-061-3/+3
* [svn-r859] Changes since 19981030Robb Matzke1998-11-021-3/+0
* [svn-r821] Set the metadata writing by 1 process to be TRUE by defaultAlbert Cheng1998-10-281-0/+5
* [svn-r802] Misc. white space adjustments here and there, mostly in comments.Robb Matzke1998-10-271-6/+8
* [svn-r800] Made a "htri_t" as a return value from "boolean" functions returningQuincey Koziol1998-10-261-5/+5
* [svn-r797] Changed comments from returning "SUCCEED/FAIL" to "non-negative/ne...Quincey Koziol1998-10-261-20/+8
* [svn-r770] H5B.c:Albert Cheng1998-10-211-1/+1
* [svn-r750] Put the MPIO header file inside the ifdef HAVE_PABLODan Wells1998-10-081-0/+2
* [svn-r749] Changes for Pablo Tracing.Dan Wells1998-10-081-0/+1
* [svn-r735] Changes since 19981002Robb Matzke1998-10-051-5/+8
* [svn-r707] Made correction to reading zeroes at end of file, in H5F_mpio_read.Robert Kim Yates1998-09-181-9/+7
* [svn-r637] Added include H5Fmpioprivate.hRobert Kim Yates1998-08-311-0/+1
* [svn-r632] Extended comment about elimination of redundant metadata writes.Robert Kim Yates1998-08-291-0/+7
* [svn-r630] Added code to eliminate redundant writes of metadata,Robert Kim Yates1998-08-281-1/+80
* [svn-r623] Cosmetic change: H5F_mpio_read uses local var use_types_this_time ...Robert Kim Yates1998-08-271-1/+1
* [svn-r596] Added conversion to MPI datatypes.Robert Kim Yates1998-08-171-52/+210
* [svn-r435] ./INSTALLRobb Matzke1998-06-231-1/+4
* [svn-r426] Fixed processing of debug string gotten from MPI_Info_get in H5F_m...Robert Kim Yates1998-06-121-4/+9
* [svn-r422] Added runtime debug flags for H5Fmpio routines,Robert Kim Yates1998-06-111-47/+103
* [svn-r418] ./html/Files.htmlRobb Matzke1998-06-101-14/+15
* [svn-r415] Problem:Albert Cheng1998-06-101-3/+17
* [svn-r414] Problem:Albert Cheng1998-06-101-14/+25
* [svn-r411] Added data-transfer-mode to various function to specify whichAlbert Cheng1998-06-071-18/+23
* [svn-r372] Removed redundant write from H5F_mpio_write.Robert Kim Yates1998-04-241-2/+3
* [svn-r365] Problems:Albert Cheng1998-04-231-8/+0
* [svn-r351] Removed the access_mode argument from H5Pset_mpi which was laterAlbert Cheng1998-04-171-7/+7
* [svn-r342] H5F_mpio_write and H5F_mpio_read now do collective versions of MPI-IORobert Kim Yates1998-04-101-7/+40
* [svn-r312] MPI_File_open now uses the comm and info as specificied inAlbert Cheng1998-03-081-3/+1
* [svn-r290] Changes since 19980206Robb Matzke1998-02-191-36/+76
* [svn-r234] Cleaned up conversion between MPIOffset and haddr_t in H5Fmpio.c.Robert Kim Yates1998-02-101-34/+54
* [svn-r224] Initial implementation of the upper levels of PHDF5. TheAlbert Cheng1998-02-061-8/+10
* [svn-r221] In H5F_mpio_open, if truncation was requested, all processes must ...Robert Kim Yates1998-02-051-21/+24
* [svn-r212] Fixed H5F_mpio_read's handling of number of bytes read,Robert Kim Yates1998-02-031-8/+33
* [svn-r211] Added hooks for MPI-IO low-level I/O module.Robert Kim Yates1998-02-021-0/+549