> The way to find out what's going on here is to do something like
> mpirun -np 2 xterm -e gdb step-32
> This opens two windows in which you can run step-32 under gdb. Simply
> type 'run' and see which of the two processes dies and where, using
> the 'backtrace' command.
It looks like I'm having a shared libraries issue. Both processes die and
gdb tells me
Program received signal SIGABRT, Aborted.
0x00007fffeb281a75 in *__GI_raise (sig=<value optimized out>)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
in ../nptl/sysdeps/unix/sysv/linux/raise.c
../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or
directory.
Is there an optional argument to --enable-shared to let deal know where to
look for libraries? Raise.c is on my machine in /usr/share/gnulib/lib/,
which is clearly not where it was looking.
Jennifer
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii