Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<div style="background-color: yellow; border: 2px solid red; margin: 4px; padding: 2px; font-weight: bold; text-align: center;">
The HAL documentation has moved to <a href="https://docs.ncsa.illinois.edu/systems/hal/">https://docs.ncsa.illinois.edu/systems/hal/</a>. Please update any bookmarks you may have.
<br>
Click the link above if you are not automatically redirected in 7 seconds.
</br>
</div>
<meta http-equiv="refresh" content="7; URL='https://docs.ncsa.illinois.edu/systems/hal/en/latest/user-guide/software.html'" />

Table of Contents

Slurm Wrapper Suite

...

Code Block
sudo apt install libssl1.1 libssl-dev

Install tar2h5 software

Code Block
github clone https://github.com/HDFGroup/tar2h5.git

...


cd tar2h5

...


cmake .

...


make

Uninstall tar2h5 software

Code Block
make clean

...


Run CTest

...


ctest

Run tar2h5 software

Code Block
./bin/archive_checker ./demo/tar2h5-demo.tar

...


./bin/archive_checker_64k ./demo/tar2h5-demo.tar

...


./bin/h5compactor ./demo/tar2h5-demo.tar

...


./bin/h5compactor-sha1 ./demo/tar2h5-demo.tar

...


./bin/h5shredder ./demo/tar2h5-demo.tar

Visualization with HDFCompass

https://support.hdfgroup.org/projects/compass/

Output File Format

  • compactor output sample
    Image Added
  • compactor-sha1 output sample
    Image Added
  • shredder output sample
    Image Added