Hello,
I just completed a fresh installation of ifort-icc compilers and installed the HDF5 package with the intel compilers. The installation seemed ok and the correct mod files have been produced. Then when I try to use the HDF5 I get the usual different compiler error:
/Users/manfredo/Desktop/ED2/ED/src/include
/usr/local/hdf5_mio/include
/usr/bin/ifort-14.0-base/compiler/include/intel64
/usr/bin/ifort-14.0-base/compiler/include
/usr/local/include
/usr/include
End of search list.
hdf5_coms.F90(3): error #7013: This module file was not generated by any release of this compiler. [HDF5]
use hdf5
-------^
compilation aborted for hdf5_coms.F90 (code 1)
make[1]: *** [hdf5_coms.o] Error 1
make: *** [all] Error 2
MacBook-Air-di-Manfredo:bin manfredo$ icc -v
icc version 14.0.4 (gcc version 4.8.1 compatibility)
Before installing the HDF5 with intel compilers I had a version compiled with gfortran. However before reinstalling it with ifort I cleaned all the files and now the only hdf5.mod file I have is the one produced during the intel compilation. Working on Mac OSX.
Thanks for any suggestions. Manfredo