Skip to content

TEAR-ERC/tandem-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

tandem-env

tandem requires some dependencies. The Docker image provided with this repositories contains all necessary dependencies to build tandem.

Example usage:

$ docker pull uphoffc/tandem-env
$ docker run -it -v $(pwd):/home -u $(id -u):$(id -g) uphoffc/tandem-env
# git clone https://github.com/TEAR-ERC/tandem.git
# cd tandem/
# git submodule update --init
# mkdir build && cd build
# cmake .. -DPOLYNOMIAL_DEGREE=6
# make -j8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published