hdf5-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hdf5-software [2015/06/08 09:36] – [HDF5] aorth | hdf5-software [2017/09/28 10:35] (current) – [Installation] aorth | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. The HDF5 Technology suite includes tools and applications for managing, manipulating, | HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. The HDF5 Technology suite includes tools and applications for managing, manipulating, | ||
| - | ==== v1.8.14 | + | ===== Information ===== |
| - | * Version: 1.8.14 | + | * Version: 1.8.19 |
| * Added: December, 2014 | * Added: December, 2014 | ||
| + | * Updated: September, 2017 | ||
| * Link: http:// | * Link: http:// | ||
| - | === Usage === | + | ===== Usage ===== |
| - | * Show all available | + | See versions of hdf5 which are available: |
| - | * Load hdf5 module: < | + | |
| + | < | ||
| - | === Installation === | + | Load a particular version: |
| - | * Download src tarball, its already compiled so just copy / | + | |
| - | wget "http:// | + | |
| - | cd hdf5-1.8.14-linux-centos6-x86_64-gcc447-shared | + | |
| - | sudo mkdir -p / | + | |
| - | sudo chown -R joguya: | + | |
| - | cp -r * / | + | |
| - | sudo chown -R root:root / | + | |
| - | * hdf5 module file< | + | < |
| - | #%Module1.0 | + | |
| - | ##################################################################### | + | |
| - | ## | + | |
| - | ## HDF5 Modulefile | + | |
| - | ## by James Oguya, <j.oguya@cgiar.org> | + | |
| - | ## January, 2015 | + | |
| - | ## | + | |
| - | set appname | + | List contents of an archive: |
| - | set version | + | |
| - | set prefix | + | |
| - | set exec_prefix | + | |
| - | set datarootdir | + | |
| - | set url " | + | |
| - | set msg " | + | |
| - | module-whatis | + | < |
| - | proc ModulesHelp { } { | + | Print referenced datasets: |
| - | puts stderr " | + | |
| - | } | + | |
| - | conflict | + | < |
| - | prepend-path | + | ===== Installation ===== |
| - | prepend-path | + | Notes from the sysadmin during installation: |
| - | prepend-path | + | |
| - | # load dependencies | + | < |
| - | if { ![is-loaded openmpi/1.8.2] } { | + | $ wget https:// |
| - | | + | $ tar xf hdf5-1.8.19.tar.gz |
| - | } | + | $ cd hdf5-1.8.19 |
| - | </ | + | $ scl enable devtoolset-4 bash |
| - | + | $ ./ | |
| - | * deploy the new module using ansible< | + | $ make |
| + | $ make check | ||
| + | $ sudo mkdir -p / | ||
| + | $ sudo chown aorth / | ||
| + | $ make install | ||
| + | $ sudo chown -R root / | ||
| + | Note that the '' | ||
hdf5-software.1433756197.txt.gz · Last modified: by aorth
