• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LLNL / conduit / 726 / 1
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2017 08:08PM UTC
Files 59
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Apr 2017 07:23PM UTC coverage: 81.046% (-0.003%) from 81.049%
BUILD_SHARED_LIBS=ON MINICONDA=Miniconda2 ENABLE_COVERAGE=ON

push

travis-ci

web-flow
enh: add interface to view and set hdf5 options (#153)

* add interface to view and set hdf5 chunking and compression options
* add compact storage option

the supported options are:

chunking/enabled = "true" | "false"
  should chunking be used

chunking/threshold = (int)
  a threshold number of bytes in dataset before using chunking

chunking/chunk_size = (int)
  the size of chunks (in bytes) to be used

chunking/compression/method = "none" | "gzip"
  compression method

chunking/compression/level = (int)
  compression level option for gzip

compact_storage/enabled = "true" | "false"
  should compact storage be used

compact_storage/threshold = (int)
  a threshold max number of bytes in dataset to use compact storage

These options appear in relay::about() and can be set using:

io::hdf5_set_options(n);

Which is included in the conduit_relay_hdf5 header.

* add link of hdf5 for using with make example 

to solve issues with static build testing

* hdf5 group creation property tweaks

* add helper to check if hdf5 path exists

* enable compact by default, simplify chunking logic

7560 of 9328 relevant lines covered (81.05%)

1414.04 hits per line

Source Files on job 726.1 (BUILD_SHARED_LIBS=ON MINICONDA=Miniconda2 ENABLE_COVERAGE=ON)
  • Tree
  • List 0
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 726
  • Travis Job 726.1
  • 9ef98711 on github
  • Prev Job for BUILD_SHARED_LIBS=ON MINICONDA=Miniconda2 ENABLE_COVERAGE=ON on master (#721.1)
  • Next Job for BUILD_SHARED_LIBS=ON MINICONDA=Miniconda2 ENABLE_COVERAGE=ON on master (#731.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc