This file is indexed.

/usr/share/doc/freefem++/examples/examples++-mpi/chaleur3D-superludist.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
7
8
 // other
 // NBPROC 2
// ff-mpirun -np 4 chaleur3D-superludist.edp -glut ffglut  -n 20 -op 1  -dt 0.01 -niter 10

load "real_SuperLU_DIST_FreeFem"
real ttgv=-1;
string ssparams="nprow=1, npcol="+mpisize; 
include "Heat3d.idp"