On Nov 5, 2007, at 2:15 PM, Alfonso Balandra wrote:
> I installed LAM/MPI on two alpha DEC computers. Both have CentOS 4.3
> with lam-7.1.4. I used for gcc, g++ and fort (Compaq Fortran compiler)
> to compile lam.
>
> I used the following config line to cofigure LAM:
>
> ./configure FC=fort --with-rsh="ssh -x"
>
> it compile and installed correctly. But i get a "Segmentation vault"
> sign every time i run mpicc, mpic++ or mpif77 with arguments. And if i
> put trash like arguments i get a segmentation fault to. Instead of an
> error message, for example i put :
>
> mpicc akjdfalkdf ksdjfa
> Segmentation Fault
>
> I cant get what is the problem. Is not the source code because even
> with bad arguments it shows a segmentation fault.
It looks like there's a problem with our wrapper compilers on that
platform. This generally means there's something just generally wrong
with the LAM build, as the wrappers are some of the simplest code in
LAM/MPI. Unfortunately, Alpha Linux is not a platform we have access
to for testing. Can you run mpicc under a debugger and see where you
are getting the segmentation fault? It might be helpful to recompile
LAM with debugging symbols turned on, so that there's useful
information in the stack trace.
Good luck,
Brian
--
Brian Barrett
LAM/MPI Developer
Make today a LAM/MPI day!
|