Re: [OMPI users] Strange segfault in openmpi

2008-09-19 Thread Robert Kubrick
The line Signal code: Address not mapped (1) indicates that there is probably a mismatch between the runtime library and the linked version. Make sure that you link the program and run it using the same installation base. Are the libraries in / usr/mpi/fsl_openmpi_gcc_1.2.6 the same you use

[OMPI users] Strange segfault in openmpi

2008-09-19 Thread Daniel Hansen
I work for a supercomputing organization and we just installed the latest version of rocks/centos on our cluster. We compiled openmpi from source to customize it for our purposes. Since switching we have receive messages from users about errors, segfaults, etc. that we didn't see before. Here is