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

LLNL / conduit / 726
82%

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2017 08:08PM UTC
Jobs 1
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

pending completion
726

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

Jobs
ID Job ID Ran Files Coverage
1 726.1 (BUILD_SHARED_LIBS=ON MINICONDA=Miniconda2 ENABLE_COVERAGE=ON) 26 Apr 2017 08:08PM UTC 0
81.05
Travis Job 726.1
Source Files on build 726
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #726
  • 9ef98711 on github
  • Prev Build on master (#721)
  • Next Build on master (#731)
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