Engility
  1. Engility

H5Tuner

Public

Network

 
AuthorCommitMessageCommit Date
Neil FortnerNeil Fortner
2b5ea19015aAdd chunk size option.
Neil FortnerNeil Fortner
c5984a1810cParameter value lists now accept the special string "unset" (not case sensitive) to cause the parameter not to be set in config.xml.
Neil FortnerNeil Fortner
00180211108Add command line interface for h5evolve. Added options for setting evolution parameters, executable. Removed need to set SCRATCH env var. config.xml now pointed to automatically. General code cleanup.
Neil FortnerNeil Fortner
1d76391ada1Fix indentation. Use H5TUNER_CONFIG_FILE to set location of config file.
Neil FortnerNeil Fortner
36d3f19a06dAdd new verbose level at level 1. This new level prints the message "H5Tuner library loaded" exactly once per process and nothing else. Old verbose levels increased by 1. Removed some unused debugging statements.
Neil FortnerNeil Fortner
f150b4b1895Remove autogenerated file evo/h5evolve_sample.py
Neil FortnerNeil Fortner
cd346c83ab3Remove lib directory, compiled libraries are put in src directory instead. make install now installs these libraries to prefix/lib
Neil FortnerNeil Fortner
7d90484c82aClean up autotools build. Remove the need for *ROOT environment variables, instead set CC=mpicc and pass --with-hdf5=<path to hdf5> and --with-mxml=<path to mxml> to configure.
Neil FortnerNeil Fortner
87078cd9e61Add support for H5Fopen with all parameters that apply. Add tests for H5Fopen. Other minor cleanup.
Neil FortnerNeil Fortner
146a36881daAdd support for verbose output of H5Tuner using "H5TUNER_VERBOSE" environment variable. Clean up string -> number parsing
Neil FortnerNeil Fortner
d3f988f93aaAdd support for setting config file name via "H5TUNER_CONFIG_FILE" environment variable
Neil FortnerNeil Fortner
163d422964bAdd support for serial file driver Add test for usage with serial file driver Other minor cleanup
Neil FortnerNeil Fortner
2a2d266c538Fix error message in GPFS test.
Neil FortnerNeil Fortner
98039af05ceAdd support for filename specifity for chunk settings with prefixed filenames (GPFS). Add testing for chunk settings. Other minor cleanup.
Neil FortnerNeil Fortner
0694aba3bd5Fix bugs in GPFS implementation/test (forgot to add files for last commit)
Neil FortnerNeil Fortner
59a5b07e27cFix bugs in GPFS parameter implementation / test. Remove autogenerated test/config.xml
Neil FortnerNeil Fortner
1ef626f6ed9Remove another autogenerated file.
Neil FortnerNeil Fortner
f792ca383bcRemove autogenerated files from repo.
Neil FortnerNeil Fortner
e4e20ab35c6Remove remaining uses of strstr, replace with strrchr for determining base name.
Neil FortnerNeil Fortner
339c29998b4Change set_gpfs_parameter to use strrchr instead of strstr Add test for GPFS parameters (must be manually enabled on GPFS for now)
Neil FortnerNeil Fortner
586eab37c3fRemove unused file unrandom.c and random_num.c
Neil FortnerNeil Fortner
bb73f02fee5Consolidate tests into one file. Remove independent tests (as collective/independent is not a tunable parameter currently). Fixed test to work with copied property lists. Expanded/improved tests. File-specific settigns now override global settings.
Neil FortnerNeil Fortner
ecb45e120c3Add property list copying for FAPL (was added for DCPL in previous commit). Note this broke the tests!
Neil FortnerNeil Fortner
a61d734efceRework H5Dcreate/DCPL implementation Fix filename handling in DCPL implementation
Neil FortnerNeil Fortner
ed683cc975bAdd error handling to autotuner_hdf5.c Other cleanup
Neil FortnerNeil Fortner
0243d3b29ecFix errors and most warnings introduced with recent merge
Neil FortnerNeil Fortner
c3a5d9343e8Remove tabs, other formatting
Neil FortnerNeil Fortner
53e0aa87ad2MMerge branch 'dev' of https://github.com/hdffede/H5Tuner
hdffedehdffede
2a5b123257fadded mpi info ops error code checking
hdffedehdffede
9377d263d81tackling portion of review feedback
hdffedehdffede
4e63379c198MMerge remote-tracking branch 'HDFGroup/master' into dev
Neil FortnerNeil Fortner
c4f29d5c3dbAdd CPPFLAGS to Makefile
hdffedehdffede
75e0f6fad59moving sample evolve
FedeFede
ca99ce04cedDelete .autotuner_hdf5_backup_Apr03.c
FedeFede
eeb75ab858dMMerge pull request #3 from HDFGroup/autotools Autotools
Larry KnoxLarry Knox
548a33de1e8MMerge branch 'autotools' of https://github.com/HDFGroup/H5Tuner into autotools c Merge with Fede's changes.
hdffedehdffede
90a921e7e5ereduced std output messages
hdffedehdffede
344c1393cc9removing lib/.gitkeep entry
Larry KnoxLarry Knox
fdd89540daeAdd RUNPARALLEL and RUNSERIAL, set RUNEXEC to RUNPARALLEL and make it work to run mpiexec -n3 <test> for the tests in the test and examples directories.
Larry KnoxLarry Knox
349d4acbf46Copy xmp and python files to build directories; add temporeary makefile for lib directory.
hdffedehdffede
1a5e1568443ret value type for dcreate1
hdffedehdffede
ec0c347f7fbret value for dcreate2
hdffedehdffede
b6acb0258careturn type changed
hdffedehdffede
353c135e2d6remove extension from name of independent tests
hdffedehdffede
47e2f086a09corrected execution sample string
hdffedehdffede
213d9d22e67split execution line for sample code
hdffedehdffede
43880c1813aremoved commented out lines
hdffedehdffede
4d632380990updated env var to use scratch env and config.xml for parameters additionally scratch is set to pwd by default if the scratch env var is not set
Larry KnoxLarry Knox
36e0cb6e546Convert src and test to Makefile.am with config/conclude.am
hdffedehdffede
9cc34611377corrected -c option in test makefile