Update Intro authored by ge68wax's avatar ge68wax
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Copy and paste these commands to start with a working ExaHyPE application and initialize the demo application _Euler_ADERDG_: Copy and paste these commands to start with a working ExaHyPE application and initialize the demo application _Euler_ADERDG_:
git clone https://gitlab.lrz.de/exahype/ExaHyPE-Engine git clone https://gitlab.lrz.de/exahype/ExaHyPE-Engine
cd ExaHyPE-Engien cd ExaHyPE-Engine
./Submodules/updateSubmodules ./Submodules/updateSubmodules
Now you are ready to follow the Tutorial you can find in the wiki. Now you are ready to follow the Tutorial you can find in the wiki.
...@@ -14,7 +14,7 @@ After the simulation finished you will find some files with the suffix .vtk in T ...@@ -14,7 +14,7 @@ After the simulation finished you will find some files with the suffix .vtk in T
We support g++ and intel compilers. If you don't have a g++ compiler install it via apt-get We support g++ and intel compilers. If you don't have a g++ compiler install it via apt-get
```sudo apt-get install g++``` ```sudo apt-get install g++```
Then run Then run
```export COMPILER=GNU´´´ ```export COMPILER=GNU```
To run programms on multiple threads it is **nescessary** that you have Intel TBB installed. You can find the most recent version at [TBB](https://github.com/01org/tbb/releases) To run programms on multiple threads it is **nescessary** that you have Intel TBB installed. You can find the most recent version at [TBB](https://github.com/01org/tbb/releases)
In case you get an error like this ```Can not find libtbb.so.2``` In case you get an error like this ```Can not find libtbb.so.2```
... ...
......