I don't know which libraries it's not finding for you but you could set 
LD_LIBRARY_PATH to point to them ? You could also add "--host=cray" to your 
configure opts to prevent it from executing the conftest (very useful if you 
set —enable-parallel because it can't execute MPI-linked applications locally 
on a login node). The configure summery will report an extremely old type of 
Cray but all of the test should pass.

Sean B

From: Aron Ahmadia <[email protected]<mailto:[email protected]>>
Reply-To: HDF Users Discussion List 
<[email protected]<mailto:[email protected]>>
Date: Tuesday, February 4, 2014 10:35 AM
To: HDF Users Discussion List 
<[email protected]<mailto:[email protected]>>
Subject: Re: [Hdf-forum] Building shared libraries on the Cray XE6

Hi Sean,

Thanks for the quick feedback!  That was actually one of the first things I 
tried, but the hdf5 autoconf build script by default tries to execute test 
programs on the front-end node, and so using:

export XTPE_LINK_TYPE=dynamic

caused the configure script to build dynamically-loaded test executables in the 
configure state that then failed due to broken shared library links.

Is this a configuration problem in our system?  If so, please ping me off-list 
so I can notify our application environment administrators.

Regards,
Aron
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org

Reply via email to