Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r2531] Description: | Albert Cheng | 2000-09-10 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | The "FILENAME" declared extern in h5test.h is not always used. It was used in h5_cleanup to remove temporary files created during tests. Not all tests codes have used this routine. Indeed, quite a few of test programs do "#define FILENAME ". Also, h5_cleanup needs to work in tandem with h5_fixname. h5_fixname accepts an explicite base_name argument instead of using the global variable FILENAME. That is cleaner. Solution: Added char *base_name[] as a new argument to h5_cleanup, in the same style as h5_fixname. Removed "extern char *FILENAME..." from use. Also, undo some unnecessary declaration of "char *FILENAME" from some tests which don't use it at all (yet). Platforms tested: modi4-64(irix64), arabica(solari2.7), eirene(linux) (arabica could not launch tests automatically. I had to hack in LD_LIBRARY_PATH to make them run.) | ||||
* | [svn-r2528] Linking errors occured with these files. They link with ↵ | Bill Wendling | 2000-09-08 | 1 | -0/+4 |
| | | | | | | | libh5test, but libh5test wants FILENAME to be defined. I have no clue why this was working before... | ||||
* | [svn-r1995] configure.in: | Albert Cheng | 2000-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Makefile.in: acconfig.h: src/H5F.c: src/H5FDdpss.c: src/H5FDdpss.h: src/H5config.h.in: test/dpss_read.c: test/dpss_write.c: Changed the name DPSS to GRIDSTORAGE since that is the real name of the API from ANL. DPSS is just one of the protocols it can use. Changed a bug in the --with-ssl option. Makefile.in: Removed the copying of Makefile.dist since it caused problems when doing a make distclean in a --srcdir configured directory. | ||||
* | [svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND ↵ | Raymond Lu | 1999-12-21 | 1 | -1/+1 |
| | | | | H5_HAVE_DPSS. | ||||
* | [svn-r1925] DPSS is checked in. | Raymond Lu | 1999-12-21 | 1 | -0/+187 |