mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
benchmarks
cmake
doc
solvers
src
tutorials
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
9 lines
362 B
C++
9 lines
362 B
C++
// the configured options and settings for Tutorial
|
|
#define phasicFlow_VERSION_MAJOR @phasicFlow_VERSION_MAJOR@
|
|
#define phasicFlow_VERSION_MINOR @phasicFlow_VERSION_MINOR@
|
|
#cmakedefine BUILD_SHARED_LIBS
|
|
#cmakedefine pFlow_Build_Serial
|
|
#cmakedefine pFlow_Build_OpenMP
|
|
#cmakedefine pFlow_Build_Cuda
|
|
#cmakedefine USE_STD_PARALLEL_ALG
|
|
#cmakedefine pFlow_Build_Double |