-- FreeFem++ v4.1 (Sat, Nov 13, 2021 7:40:01 PM - git v4.10) file : E:\FreeFem++\examples\mpi\cavityNewtow-MUMPS.edp Load: lg_fem lg_mesh lg_mesh3 eigenvalue 1 : // run with MPI: ff-mpirun -np 4 script.edp 2 : // time on 4 proc times: compile 0.013393s, execution 2.28842s, mpirank:0 3 : // time on 1 proc times: compile 0.012316s, execution 4.92302s, mpirank:0 4 : // NBPROC 4 5 : 6 : load "MUMPS_mpi"(load: loadLibary E:\FreeFem++\\.\MUMPS_mpi = 0) 7 : 8 : verbosity=0; 9 : real ttgv=1e30; 10 : 11 : /* 12 : Incompressible Navier Stokes 13 : with Taylor-Hood Finite element 14 : No linearity : Newton methode 15 : continuation on Reynols Number 16 : Mesh adaptation 17 : */ 18 : real reymax = 9000; // ok < 125000 19 : mesh Th=square(8,8); 20 : Th=change(Th,fregion=nuTriangle%mpisize The Identifier mpisize does not exist Error line number 20, in file E:\FreeFem++\examples\mpi\cavityNewtow-MUMPS.edp, before token mpisize current line = 20 Compile error : line number :20, mpisize error Compile error : line number :20, mpisize code = 1 mpirank: 0 try getConsole E:\FreeFem++\examples\mpi\cavityNewtow-MUMPS.edp