This repository serve as a backup for my Maxwell-TD code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Qi Jian Lim 6c05defaa1 Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
..
Attributes.txt Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
CMakeLists.txt Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
CMakeTests.cmake Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
Makefile.am Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
Makefile.in Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
README Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_attribute.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_chunk_read.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_cmprss.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_compound.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_crtatt.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_crtdat.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_crtgrp.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_crtgrpar.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_crtgrpd.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_debug_trace.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_drivers.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_dtransform.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_elink_unix2win.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_extend.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_extend_write.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_extlink.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_group.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_interm_group.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_mount.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_rdwt.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_read.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_ref2reg_deprec.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_ref_compat.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_ref_extern.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_reference_deprec.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_select.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_shared_mesg.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_subset.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds-eiger.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds-exc.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds-exclim.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds-percival-unlim-maxmin.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds-percival-unlim.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds-percival.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds-simpleIO.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_vds.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5_write.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
ph5_filtered_writes.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
ph5_filtered_writes_no_sel.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
ph5_subfiling.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
ph5example.c Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
run-all-ex.sh Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
run-c-ex.sh.in Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
testh5cc.sh.in Fix: add HybridMesher as normal source folder (not submodule) 3 months ago

README

                               HDF5 Examples

This directory contains example programs for the installed APIs and scripts to
compile and run them. Examples in the c and hl/c subdirectories are always
installed, and those in fortran, hl/fortran, c++ and hl/c++ will be installed
when fortran or c++ are enabled.

Running the run-all-ex.sh script in this directory will run the scripts and in
turn the examples in all the subdirectories where examples are installed. The
scripts can also be run individually. The appropriate compile scripts in the
bin directory for this install will be used by default to compile and link the
example programs. Note that h5redeploy must be run if these binaries are
copied or extracted in a directory other than the one where they were initially
installed. Compile scripts from other locations can be used by setting an
environment variable prefix to the path of the directory containing the bin
directory with the compile scripts h5cc, h5fc, etc. For example, export
prefix=/usr/local/hdf5 to use h5cc, h5fc, etc. in /usr/local/hdf5/bin.