add run example authored by Boman Romain's avatar Boman Romain
...@@ -22,9 +22,10 @@ cmake -G "MinGW Makefiles" .. ...@@ -22,9 +22,10 @@ cmake -G "MinGW Makefiles" ..
``` ```
mingw32-make -j 4 mingw32-make -j 4
``` ```
* run each program * run a program
``` ```
myedges.exe gmsh -2 ..\sandbox\mymesh.geo
.\bin\myedges.exe ..\sandbox\mymesh.msh
``` ```
## CECI clusters / linux ## CECI clusters / linux
...@@ -76,3 +77,6 @@ cmake .. ...@@ -76,3 +77,6 @@ cmake ..
``` ```
make -j 4 make -j 4
``` ```
* run a program
gmsh -2 ../sandbox/mymesh.geo
./bin/myedges.exe ../sandbox/mymesh.msh