CB-Cities
-
Docker image for CB-Cities pipe-network code https://hub.docker.com/r/cbcities/pipenetwork
-
Instructions for running pipe-network docker container: https://github.com/cb-geo/docker-pipenetwork/blob/master/README.md.
The following prerequisite packages can be found in the docker image:
See https://pipe-network-doc.cb-cities.com/ for more detailed instructions.
-
Run
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release /path/to/CMakeLists.txt
. -
Run
make clean && make -jN
(where N is the number of cores).
- Run
./pipe-network-test -s
(for a verbose output) orctest -VV
.