How to install the GraGLeS2D applicationΒΆ
- Check your Linux installation for cmake and make
- Pull the project from the git repository https://github.com/GraGLeS/GraGLeS2D
- Check your compiler. Both the Intel compiler (v14.0 or newer) and the GNU compiler can be utilized
- Open a console and go to the src directory
- create a build folder: mkdir build
- go to the build directory and run cmake “cmake ..”
- download the library: https://github.com/jemalloc
- ./configure the library and copy ‘’libjemalloc.so’’ and ‘’libjemalloc.so.2’’ (from lib directory) to your source directory
- Compile the program with make
- Find happily the binary in build
- copy one of the example paramter files ( see params folder ) into the build folder
- run the apllication with “GraGLeS_2D parameters.xml”