Dear All,
I am installing parfeap with Petsc 3.1. The serial code is compiled fine, but after I set petsc env, i cannot compile the parallel feap with mvapich-pgi nor mvapich-intel nor mpich2. Although gfortran can make it happen, but it should not able to run parallel case correctly. The compile error is like,
/ver83/program/mkside.f:92: undefined reference to `for_write_seq_fmt_xmit
After google a little bit, it is classic fortran-c programming problem. the libraries cannot be linked together. Thanks for any suggestions.
Shu