Skip to content
GitLab
Explore
Sign in
Admin message
Pour rappel, le service sera inaccessible ce lundi 02/03/26 midi pour raison de mise à jour.
Changes
Page history
add run example
authored
Feb 07, 2020
by
Boman Romain
Show whitespace changes
Inline
Side-by-side
Build.md
View page @
5f1ea7e1
...
@@ -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