-- FreeFem++ v4.6 (Thu Apr 2 15:47:38 CEST 2020 - git v4.6) Load: lg_fem lg_mesh lg_mesh3 eigenvalue 1 : // hello.edp 2 : // 3 : // Discussion: 4 : // 5 : // This simple input file can be used to test that the FreeFem++ program 6 : // is available. 7 : // 8 : // Licensing: 9 : // 10 : // This code is distributed under the GNU LGPL license. 11 : // 12 : // Modified: 13 : // 14 : // 05 September 2021 15 : // 16 : // Author: 17 : // 18 : // John Burkardt 19 : // 20 : cout << "\n"; 21 : cout << "hello:\n"; 22 : cout << " freefem++ version.\n"; 23 : cout << " Request that freefem++ prove its existence by s ... : aying hello.\n"; 24 : cout << "\n"; 25 : cout << " Hello, world, from FreeFem++!\n"; 26 : // 27 : // Terminate. 28 : // 29 : cout << "\n"; 30 : cout << "hello:\n"; 31 : cout << " Normal end of execution.\n"; 32 : 33 : exit ( 0 ); 34 : 35 : sizestack + 1024 =1072 ( 48 ) hello: freefem++ version. Request that freefem++ prove its existence by saying hello. Hello, world, from FreeFem++! hello: Normal end of execution. current line = 33 exit(0) err code 0 , mpirank 0 CodeAlloc : nb ptr 3435, size :467128 mpirank: 0 Ok: Normal End