Hi, I have built a static petsc library on sgi running suse 10. When I run make test, I get the following message, which I am not able to decide if it is harmless or not. Please let me know if anyone has seen this in the past.
Regards, Manav manav at ericjohnson:petsc-2.3.3-p13> make test Running test examples to verify correct installation C/C++ example src/snes/examples/tutorials/ex19 run successfully with 1 MPI process ex19(10331): unaligned access to 0x6000000000f7c0e4, ip=0x40000000006a5b71 ex19(10330): unaligned access to 0x6000000000f9bcb4, ip=0x40000000006a5b71 ex19(10330): unaligned access to 0x6000000000f9bcac, ip=0x40000000006a5b71 ex19(10331): unaligned access to 0x6000000000f7c0dc, ip=0x40000000006a5b71 ex19(10330): unaligned access to 0x6000000000f9bcac, ip=0x40000000002d9750 ex19(10330): unaligned access to 0x6000000000f9bc6c, ip=0x200000000051b250 C/C++ example src/snes/examples/tutorials/ex19 run successfully with 2 MPI processes Graphics example src/snes/examples/tutorials/ex19 run successfully with 1 MPI process Completed test examples my configuration options are: ./config/configure.py --with-clanguage=C++ --with-c-support --with- fc=0 --with-shared=0 --with-debugging=no --with-mpi=true --with- mpirun=mpirun --with-mpi-include=/usr/include --with-mpi-lib=[/usr/lib/ libmpi++.so,/usr/lib/libmpi.so] --with-parmetis=true --with-parmetis- dir=/l/manav/codes/ParMetis-3.1 --with-blas-lib=[/usr/lib/libblas.so,- lgfortran] --with-lapack-lib=[/usr/lib/liblapack.so,-lgfortran] --with-x
