Intel v.14+HDF5 - List of tests that raise seg fault.

Hi,
This is another thread related to tests that raise segmentation fault when
the intel compiler is used to build HDF5. I am using OSX 10.9, my intel
compiler version is 14.0.1, and the HDF5 library I am building is version
1.8.11.

My build command was:
CC=icc CXX=icpc FC=ifort ./configure
—prefix=$HOME/local/icc/netcdf/430_hdf5_serial_icc14
--enable-netcdf-4 --enable-hdf4-file-tests
--enable-extra-example-tests --enable-large-file-tests
--with-zlib=$HOME/local/icc/zlib/zlib12_icc14
--with-szlib=$HOME/local/icc/szip/szip21-icc14
—with-hdf5=$HOME/local/icc/HDF5/1811_v18-serial-icc14

By incrementally disabling tests that were raising segmentation fault, I
have found the following fortran tests to be problematic:

test_h5s_encode
test_scaleoffset
test_basic_select
test_select_combine
test_select_bounds

After this, the rest of the check proceeds perfectly fine and no other
issues are raised. I cannot comment yet whether or not the failed tests
reflect a problem with the integrity of my HDF5 build, or simply a problem
within the test code itself.

Best,
Deepak