I am a newbie. I installed the code and ran the examples successfully. I wrote a program to extract data from the xdmf and h5 files successfully. I made this same program into a subroutine and tried to link it with a large code of mine and got several "undefined references" such as the following 2. I am using Intel Composer XE (Fortran) and RHEL 5 Linux.
Undefined reference h5lib_mp_h5open_f Undefined reference h5_dble_interface_mp_h5dread_double_scalar I added -L to point to the /lib directory, I added -l with the fortran library name, nothing seemed to work. I compile the main code with ifort, and my subroutine with h5fc. Thank you! -- View this message in context: http://hdf-forum.184993.n3.nabble.com/Fortran-undefined-references-tp3141209p3141209.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
