HDF5
  1. HDF5

performance

Public

Network

 
AuthorCommitMessageCommit Date
Frank.WillmoreFrank.Willmore
50ce5c275c6fixed read issue... it was lifecycle management related. Removed file close/reopen
Frank.WillmoreFrank.Willmore
be26b77f52fMMerge branch 'feature-subfiling' of https://bitbucket.hdfgroup.org/scm/~frank.willmore/performance into feature-subfiling
Frank WillmoreFrank Willmore
b909a0fc86asubfile reads are crashing, sending back to jelly to examine
Frank WillmoreFrank Willmore
46cb631956cback to edison
Frank WillmoreFrank Willmore
6ccd5ade470removed chunking stuff for subfiling case
Frank WillmoreFrank Willmore
3185c767ab6clean up, removed commented code and added outputs
Frank WillmoreFrank Willmore
0f4cffd4350MMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/~frank.willmore/performance into feature-subfiling fixed Conflicts: seism-core/src/Makefile.jelly
Frank WillmoreFrank Willmore
4703698c57cmove initialiation assignment to seismCoreAttributes.init()
Frank WillmoreFrank Willmore
31d97f33da8MMerge branch 'conditional-zfp' into feature-subfiling tired of building zfp stack for every system...
Frank WillmoreFrank Willmore
d9d5ef31708made zfp build depend on explicit definition of INCLUDE_ZFP
Frank WillmoreFrank Willmore
4e09953bf21adding Makefile.edison
Frank.WillmoreFrank.Willmore
a65940f0ba8Mmerged to allow serial runs... cleaned up subfile targets
Frank.WillmoreFrank.Willmore
9f42baf9896relaxed processor constraint to allow for serial runs (and therefore testing outside of queues)
Frank.WillmoreFrank.Willmore
554b55c6e80tested seism-read, now with timings. some clean-up.
Frank.WillmoreFrank.Willmore
0212d96b8adseism-read protype works... need to instrument for timing and clean up.
Frank.WillmoreFrank.Willmore
27b27f3eae8subfiling implemented and testing OK with subile.in test file
Frank.WillmoreFrank.Willmore
437b8f54f41rm this
Frank.WillmoreFrank.Willmore
5cfb2cf2b6cthis
Frank.WillmoreFrank.Willmore
ec35b470648Mcleanup and merge old feature branches before adding subfiling
Frank.WillmoreFrank.Willmore
f4dc343c1f9storing use_function_argv as vls, and now it works. stores argc, argv and passes test.
Frank.WillmoreFrank.Willmore
960039cd277unified naming convention for types
Frank.WillmoreFrank.Willmore
54d95322efcadded use_function to attributes type, check-slice and check-plugin still passing test
Frank.WillmoreFrank.Willmore
ffe7921d8b1Mcleaned up, merge of zfp feature branch
Frank.WillmoreFrank.Willmore
76bd275fe47added zfp libs to Makefile.jelly
Frank T WillmoreFrank T Willmore
57f1d44c149zfp now writes and reads, passing test
Frank T WillmoreFrank T Willmore
1c4fbbeb6c6MMerge branch 'feature-add-zfp' of https://bitbucket.hdfgroup.org/scm/hdffv/performance into feature-add-zfp
Frank T WillmoreFrank T Willmore
805d5ba9502Added zfp functionality to seism-core-slice.cc ... writes but need to add read to checker.
Frank.WillmoreFrank.Willmore
d43c2cd0ab8MMerge branch 'seism-core-plugin-for-sd-data'
Frank.WillmoreFrank.Willmore
2ccb7237399cleanup
Scot BreitenfeldScot Breitenfeld
e72fc7de47fadded check for failed makes
Scot BreitenfeldScot Breitenfeld
5e51be8a4f8added gnuplot file for plotting results
Scot BreitenfeldScot Breitenfeld
c616ae559a7misc. format
Scot BreitenfeldScot Breitenfeld
de478d4c27bAdded scripts directory for various misc. testing: Added scripts to benchmark applications using various versions of HDF5
Frank WillmoreFrank Willmore
fc102d4ecdbMMerge pull request #5 in HDFFV/performance from seism-core-plugin-for-sd-data to master tested fine for sd plugin on jelly and BW * commit 'c94c4098f7dfdf0552265877135a54e4deb7231a': modified: ../../.gitignore added plugin tests for bw, passed. added 'xyz' data file (10560x5x100 floats, a single time slice) to sd plugin Tested seism-core plugin for non-degenerate dataset, and is OK. Because of current arch, can only write same data each timestep. implemented raw data reader plug...
Frank T WillmoreFrank T Willmore
c94c4098f7d modified: ../../.gitignore
Frank T WillmoreFrank T Willmore
fcacdc7fa90added plugin tests for bw, passed.
Frank.WillmoreFrank.Willmore
d28d02ef791added 'xyz' data file (10560x5x100 floats, a single time slice) to sd plugin
Frank.WillmoreFrank.Willmore
12e7ca722aeTested seism-core plugin for non-degenerate dataset, and is OK. Because of current arch, can only write same data each timestep.
Frank.WillmoreFrank.Willmore
ca8265599c6implemented raw data reader plugin (sd) for seism-core
Frank.WillmoreFrank.Willmore
ca433e7a365MMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdffv/performance added dynamic fill feature
Larry KnoxLarry Knox
c4919f60e35MMerge pull request #3 in HDFFV/performance from ~LRKNOX/performance_lrk:master to master * commit 'e99e0781379043a0746b1aea02eb65c384b09083': bw_testbenchmarks version that runs h5core.' Remove -Wall from h5perf compile flags. It doesn't match craycc's syntax expectations. dd initial version of script to run benchmarks on blue waters and batch files to run h5core tests.
Larry KnoxLarry Knox
e99e0781379bw_testbenchmarks version that runs h5core.' Remove -Wall from Makefile for h5perf so cray_cc will compile it.
Larry KnoxLarry Knox
cb497411989Remove -Wall from h5perf compile flags. It doesn't match craycc's syntax expectations.
Larry KnoxLarry Knox
b0ff8bae7cedd initial version of script to run benchmarks on blue waters and batch files to run h5core tests.
Frank.WillmoreFrank.Willmore
1ea4f3e18afUpdated README.md to document dynamic feature
Frank.WillmoreFrank.Willmore
3e2bbd6bd1eadded mpi_rank_fill example
Frank.WillmoreFrank.Willmore
d99325235f8added spherical gaussian fill function and example script to call it up changed unsigned to hsize_t for dimension types
Frank.WillmoreFrank.Willmore
431bf273b1fadded working dlopen functionality to load a function for data to be written
Allen ByrneAllen Byrne
04626202dc7MMerge pull request #2 in HDFFV/performance from ~BYRN/performance_adb:master to master * commit 'c12eead340c3e80fe76697c0f25f8110db9d1ba6': buildbot python scripts using FTP Update scripts add combust_io Correct script name Correct path Update fortran and script changes Move Makefiles to src folder Add buildbot scripts
Allen ByrneAllen Byrne
c12eead340cbuildbot python scripts using FTP