change of selctors, cmake config for float compilation

This commit is contained in:
hamidrezanorouzi
2022-09-30 11:43:19 +03:30
parent fb3763004d
commit 77408f16af
11 changed files with 325 additions and 29 deletions

View File

@ -20,6 +20,7 @@ option(USE_STD_PARALLEL_ALG "Use TTB std parallel algorithms" ON)
option(pFlow_Build_Serial "Build phasicFlow and backends for serial execution" OFF)
option(pFlow_Build_OpenMP "Build phasicFlow and backends for OpenMP execution" OFF)
option(pFlow_Build_Cuda "Build phasicFlow and backends for Cuda execution" OFF)
option(pFlow_Build_Double "Build phasicFlow with double precision variables" ON)
set(BUILD_SHARED_LIBS ON CACHE BOOL "Build using shared libraries" FORCE)