mdtest/src
Jeff Inman 28c94f8875 Fixed bug in aiori-HDFS.c where it was calling "free(fd);", which is bad.
Along the way, added a bunch of diagnostic output in the HDFS calls, which
only shows up at verbosity >= 4.  I'll probably remove this stuff before
merging with master.  Also, there's an #ifdef'ed-out sleep() in place,
which I used to attach gdb to a running MPI task.  I'll get rid of that
later, too.

Also, added another hdfs-related parameter to the IOR_param_t structure;
hdfs_user_name gets the value of the USER environment-variable as the
default HDFS user for connections.  Does this cause portability problems?
2014-08-28 15:39:44 -06:00
..
win Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
Makefile.am Initial commit of the new aiori-HDFS module. 2014-08-13 17:02:43 -06:00
aiori-HDF5.c Define H5_USER_16_API to enable HDF5 backwards compatibility 2013-07-18 15:01:15 -07:00
aiori-HDFS.c Fixed bug in aiori-HDFS.c where it was calling "free(fd);", which is bad. 2014-08-28 15:39:44 -06:00
aiori-MPIIO.c Initial commit of the new aiori-HDFS module. 2014-08-13 17:02:43 -06: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 Changed constants in aiori.h from decimal to hex 2014-08-28 15:35:51 -06:00
ior.c Fixed bug in aiori-HDFS.c where it was calling "free(fd);", which is bad. 2014-08-28 15:39:44 -06:00
ior.h Fixed bug in aiori-HDFS.c where it was calling "free(fd);", which is bad. 2014-08-28 15:39:44 -06:00
iordef.h Initial commit of the new aiori-HDFS module. 2014-08-13 17:02:43 -06:00
parse_options.c Don't have IOR_RDWR in open-flags, if only opening for reading or writing. 2014-08-25 15:51:28 -06:00
parse_options.h Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00
utilities.c Switched from ctime() to ctime_r(), for thread-safety. 2014-08-28 15:24:58 -06:00
utilities.h Add header to set code preferences for vi and emacs. 2012-01-08 19:43:41 -08:00