mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
5937bcd021
Bug fix, sort of. Description: Some compilers, e.g., intel compiler, would take a long time to compiler H5detect.c if optimization is on. Solution: Setup special make rules for H5detect to be compiled always with optimization off by using -g. Since H5detect is run once to generate H5Tinit.c, it does not matter that much if it is optimized or not. Platforms tested: "h5committested". Tested in Titan too. |
||
---|---|---|
.. | ||
Attributes.txt | ||
Dependencies | ||
h5_attribute.c | ||
h5_chunk_read.c | ||
h5_compound.c | ||
h5_drivers.c | ||
h5_extend_write.c | ||
h5_group.c | ||
h5_mount.c | ||
h5_read.c | ||
h5_reference.c | ||
h5_select.c | ||
h5_write.c | ||
Makefile.in | ||
ph5example.c |