pnnl / DHSVM-PNNL

41 stars 32 forks source link

Add CMake configuration option for 8-neighbor routing scheme #43

Closed wperkins closed 4 years ago

wperkins commented 4 years ago

I added a cmake configuration option the 8-neighbor routing scheme. If -D DHSVM_D8:BOOL=ON is specified, DHSVM is built with the 8-neighbor scheme instead of the default 4-neighbor.

wperkins commented 4 years ago

This should really be a run-time not compilation option. I've already caught myself several times building DHSVM incorrectly for a specific applications.