[root@hack02 openpa]# pwd /home/Guest/Download/mpich2-1.1/src/openpa [root@hack02 openpa]# ls aclocal.m4 confdb configure.in Makefile.am README test autom4te.cache configure COPYRIGHT Makefile.in src [root@hack02 openpa]# make check > make_check_console.txt make: *** No rule to make target `check'. Stop. [root@hack02 openpa]# ./configure > configure_console.txt [root@hack02 openpa]# make > make_console.txt [root@hack02 openpa]# cd test [root@hack02 test]# ls Makefile Makefile.am Makefile.in opa_test.h sanity.c test_barriers.c test_primitives.c [root@hack02 test]# make test_barriers > make_test_barriers_console.txt [root@hack02 test]# ./test_barriers > test_barriers_console.txt Illegal instruction [root@hack02 test]# ================================ Testing memory barrier sanity