On Tue, 2009-12-08 at 09:36 -0500, Terry Dontje wrote: > You can get it from the svn branch repo: > https://svn.open-mpi.org/svn/ompi/branches/v1.5 > You might as well also try 1.4 which should also be clean: > https://svn.open-mpi.org/svn/ompi/branches/v1.4
I can confirm that for both branches the patch applies cleanly, the test is run and that the test passes. For v1.4 I did a in-tree build, for v1.5 I did a VPATH build. There was an error in the v1.4 code though, after my check had passed the check command went on to fail with this error. This is a fresh checkout, r22287M with the only configure option specified being --prefix The checks did pass if I ran "make install" before running "make check", the v1.5 tree didn't need this however. I guess that means this is a build issue rather than a problem with the actual code. Ashley, /bin/sh ../../libtool --tag=CC --mode=link gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Wno-long-double -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -o ddt_pack ddt_pack.o ../../ompi/libmpi.la -lnsl -lutil -lm libtool: link: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Wno-long-double -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -o .libs/ddt_pack ddt_pack.o -Wl,--export-dynamic ../../ompi/.libs/libmpi.so -lnsl -lutil -lm -pthread -Wl,-rpath -Wl,/tmp/v1.4/lib make[3]: Leaving directory `/mnt/home/debian/ashley/code/tmp/v1.4/test/datatype' make check-TESTS make[3]: Entering directory `/mnt/home/debian/ashley/code/tmp/v1.4/test/datatype' /mnt/home/debian/ashley/code/tmp/v1.4/test/datatype/.libs/lt-checksum: error while loading shared libraries: libopen-pal.so.0: cannot open shared object file: No such file or directory FAIL: checksum /mnt/home/debian/ashley/code/tmp/v1.4/test/datatype/.libs/lt-position: error while loading shared libraries: libopen-pal.so.0: cannot open shared object file: No such file or directory FAIL: position ======================================================== 2 of 2 tests failed Please report to http://www.open-mpi.org/community/help/ ======================================================== make[3]: Leaving directory `/mnt/home/debian/ashley/code/tmp/v1.4/test/datatype' make[3]: *** [check-TESTS] Error 1 make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/mnt/home/debian/ashley/code/tmp/v1.4/test/datatype' make[1]: Leaving directory `/mnt/home/debian/ashley/code/tmp/v1.4/test' make[1]: *** [check-recursive] Error 1 make: *** [check-recursive] Error 1 ashley@alpha:~/code/tmp/v1.4$ -- Ashley Pittman, Bath, UK. Padb - A parallel job inspection tool for cluster computing http://padb.pittman.org.uk