nonlocalmodels / buildscripts

Build scripts for users and developers

Home Page:https://nonlocalmodels.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build tools

Compilation

We provide bash scripts to compile the code on

  • Fedora using the HPX package (buildFedora.sh)
  • Build all dependencies on your own (buildNLMech.sh)

Docker

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.

About

Build scripts for users and developers

https://nonlocalmodels.github.io/

License:Boost Software License 1.0


Languages

Language:Shell 100.0%