After testing with file(s) in parfeap/input, the parfeap command was successfull, but mpi submission
$PETSC_DIR/arch-linux2-c-debug/bin/mpiexec -n 2 $FEAPHOME8_5/parfeap/feap -ksp_type cg -pc_type jacobi
produced errors
Fatal error in PMPI_Isend: Invalid communicator, error stack:
PMPI_Isend(149): MPI_Isend(buf=0xa41620, count=3, INVALID DATATYPE, dest=0, tag=12, comm=0x0, request=0x9d20a8) failed
PMPI_Isend(79).: Invalid communicator
and another job
[1]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[1]PETSC ERROR: Argument out of range
[1]PETSC ERROR: Column too large: col 29295 max 29219
[1]PETSC ERROR: See
http://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting.
[1]PETSC ERROR: Petsc Release Version 3.7.6, unknown
[1]PETSC ERROR: /.../feap/ver85/parfeap/feap on a arch-linux2-c-debug
[1]PETSC ERROR: #577 MatSetValues_MPIAIJ() line 585 in .../repos/petsc/src/mat/impls/aij/mpi/mpiaij.c
[1]PETSC ERROR: #578 MatSetValues() line 1190 in .../repos/petsc/src/mat/interface/matrix.c
I already tested mpich (mpich-3.1.3) without feap and it did well.
Any clues what went wrong? Seems something clashes in PETSc.