source: proiecte/SIMEO/Simeo/README @ 167

Last change on this file since 167 was 167, checked in by (none), 14 years ago

Simeo: added final project and also older proof of concept code.

We used Git for version control, so look at the Git repo
in SIMEO/Simeo/ for more info.

File size: 487 bytes
Line 
1Simeo
2=====
3
4More info at:
5https://ncit-cluster.grid.pub.ro/trac/PP2009/wiki/SIMEO
6
7
8Building
9--------
10
11mkdir build
12cd build
13cmake -D CMAKE_C_COMPILER=mpicc -D CMAKE_CXX_COMPILER=mpic++ -D BULLET_DIR=/path/to/bullet-dev/ ..
14make
15
16
17Running
18-------
19
20SimeoEngine with LocalGui:
21mpirun -n 21 build/src/SimeoEngine/SimeoEngine
22
23SimeoEngine with RemoteGui:
24mpirun -n 21 build/src/SimeoEngine/SimeoEngineNoGui <port>
25
26SimeoGui (client for RemoteGui):
27build/src/SimeoGui/SimeoGui <host> <port>
28
Note: See TracBrowser for help on using the repository browser.