This file is indexed.

/usr/share/doc/freefem++/examples/examples++-mpi/chaleur3D-mumps.edp is in freefem++-doc 3.19.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
// NBPROC 1
//ff-mpirun -np 4 chaleur3D-mumps.edp -glut ffglut -n 20 -op 1  -dt 0.01 -niter 10
load "MUMPS_FreeFem"
real ttgv=1e10;
string ssparams="nprow=1, npcol="+mpisize; 
include "Heat3d.idp"