mdtest/src
Rob Latham aa604c1d38 Teach IOR about GPFS hints (gpfs_fcntl)
GPFS supports a "gpfs_fcntl" method for hinting various things,
including "i'm about to write this block of data".  Let's see if, for
the cost of a few system calls, we can wrangle the GPFS locking system
into allowing concurrent access with less overhead. (new IOR parameter
gpfsHintAccess)

Also, drop all locks on a file immediately after open/creation in the
shared file case, since we know all processes will touch unique regions
of the file.  It may or may not be a good idea to release all file locks
after opening.  Processes will then have to re-acquire locks already
held.   (new IOR parameter gpfsReleaseToken)
2013-10-03 18:07:49 -07:00
..
win Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
Makefile.am Impose proper file scoping and header usage. 2011-11-11 17:30:20 -08:00
aiori-HDF5.c Define H5_USER_16_API to enable HDF5 backwards compatibility 2013-07-18 15:01:15 -07:00
aiori-MPIIO.c Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
aiori-NCMPI.c Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
aiori-POSIX.c Teach IOR about GPFS hints (gpfs_fcntl) 2013-10-03 18:07:49 -07:00
aiori.h Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
ior.c Teach IOR about GPFS hints (gpfs_fcntl) 2013-10-03 18:07:49 -07:00
ior.h Teach IOR about GPFS hints (gpfs_fcntl) 2013-10-03 18:07:49 -07:00
iordef.h Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
parse_options.c Teach IOR about GPFS hints (gpfs_fcntl) 2013-10-03 18:07:49 -07:00
parse_options.h Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
utilities.c Remove dead code. 2012-01-08 19:43:41 -08:00
utilities.h Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00