Yes, I verified using htop. About the partition, is fine. If my file is called Iblock, I can see all the Iblock_XXXX files according the cores I'm using.
I noticed other thing: if I run my problem with 8 cores, the program stops in the iteration 300 (I need to compute 450) but with 16 cores the problem appears in the iteration 150.
The command lines I'm using are
$FEAPHOME8_3/parfeap/feap
for partition, and
$PETSC_DIR/externalpackages/mpich2-1.0.8/bin/mpiexec -np nproc $FEAPHOME8_3/parfeap/feap -ksp_type cg -pc_type jacobi
for solving the problem, am I right?
Thanks