We provide bash scripts to compile the code on
- Fedora using the HPX package (buildFedora.sh)
- Build all dependencies on your own (buildNLMech.sh)
We provide Dokcerfiles to build the latest stable version of NLMech on
- Fedora using the HPX package (Docker/Fedora)
- Fedora compiling HPX (Docker/FedoraAll)
You have to install Docker on your local machine and can play around with the code as following
cd Docker
docker build --tag=playground -f Fedora .
docker run playground
after the second command you will have a temrinal and can run the examples.
Note that the performance of the code in the docker image is not optimal and we recommend to compile the code on your own to get better performance.