It looks like the dapl/openib_cma/dapl_ib_extensions.c file is not being included in the library. <br><br># nm -u /usr/lib64/libdaplofa.so.2.0.0 | grep dap<br>                 U dapl_extensions<br>                 U dapls_cqe_to_event_extension<br>
<br>In my Makefile, I have this:<br><br>~snip~<br>        dapl/openib_cma/dapl_ib_extensions.c<br>#am__objects_1 = dapl_udapl_libdaplofa_la-dapl_ib_extensions.lo<br>am_dapl_udapl_libdaplofa_la_OBJECTS =  \<br>        dapl_udapl_libdaplofa_la-dapl_init.lo \<br>
~snip~<br>        dapl_udapl_libdaplofa_la-dapl_ib_mem.lo $(am__objects_1)<br><br>I don't understand the build philosophy, but for some reason it looks like file is getting excluded on purpose.<br><br>BTW, I'm building on PPC.<br>
<br>Chuck<br><br><br><div class="gmail_quote">On Feb 8, 2008 12:25 PM, Arlin Davis <<a href="mailto:ardavis@ichips.intel.com">ardavis@ichips.intel.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">LEI CHAI wrote:<br>> I modified mvapich2 to compile with udapl v2 and used mvapich2 to compile and run an MPI latency program (osu_latency.c in osu_benchmarks). I set LD_LIBRARY_PATH=dapl-2.0.6/lib, but it didn't run (cannot open IA) and by setting the debug information I saw the error below. I've made sure mvapich2 was compiled with header files in include/dat2/ and linked with libdat2.so. And when I set LD_LIBRARY_PATH=dapl-2.0.5/lib I was able to run the program successfully.<br>
><br>> Lei<br>><br>><br><br></div>Can you check the 2.0.6 libraries for extensions?<br><br>nm /usr/lib64/libdat2.so | grep extensions<br>00000000001093a4 b g_dat_extensions<br><br>nm /usr/lib64/libdaplofa.so.2.0.0 | grep extensions<br>
00000000000169a0 T dapl_extensions<br><br>Also, can you set DAT_DBG_TYPE=0xffff, retry, and send the output.<br><br>Thanks,<br><div><div></div><div class="Wj3C7c"><br>-arlin<br>_______________________________________________<br>
general mailing list<br><a href="mailto:general@lists.openfabrics.org">general@lists.openfabrics.org</a><br><a href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general" target="_blank">http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general</a><br>
<br>To unsubscribe, please visit <a href="http://openib.org/mailman/listinfo/openib-general" target="_blank">http://openib.org/mailman/listinfo/openib-general</a><br></div></div></blockquote></div><br>