I was just compiling it without any parallel computation. I am new and dont know how to do it.
So as an example I have to add this section in a script test.edp:
“macro dimension 2// EOM // 2D or 3D
include “ffddm.idp”
mesh ThGlobal = square(100,100); // global mesh
// Step 1: Decompose the mesh
ffddmbuildDmesh( M , ThGlobal , mpiCommWorld )
medit(“Th”+mpirank, MThi);”
and this “ff-mpirun -np 2 test.edp” in another script?