Dear parFEAP users,
I'm looking to modify the parFEAP stiffness assembly process for my user package, and using a debugger would be very helpful. Can this be done? Based on the order of the terms in the input command (taken from parmanual84)
mpirun -n $NPROC $FEAPHOME8_4/parfeap/feap -ksp_type cg -pc_type jacobi
it seems that putting 'gdb' before it all loads MPI into gdb to be debugged. Is there a way to debug parFEAP itself in gdb, or some other debugger? Any tips are appreciated.
Best regards,
wklausler