mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
MPI-parallelization upto IO file
This commit is contained in:
@ -2,15 +2,17 @@
|
||||
set(SourceFiles
|
||||
readFromTimeFolder.cpp
|
||||
readControlDict.cpp
|
||||
vtkFile/vtkFile.cpp
|
||||
geometryPhasicFlow/Wall/Wall.cpp
|
||||
geometryPhasicFlow/planeWall/planeWall.cpp
|
||||
geometryPhasicFlow/stlWall/stlWall.cpp
|
||||
geometryPhasicFlow/cylinderWall/cylinderWall.cpp
|
||||
geometryPhasicFlow/cuboidWall/cuboidWall.cpp
|
||||
#vtkFile/vtkFile.cpp
|
||||
#geometryPhasicFlow/Wall/Wall.cpp
|
||||
#geometryPhasicFlow/planeWall/planeWall.cpp
|
||||
#geometryPhasicFlow/stlWall/stlWall.cpp
|
||||
#geometryPhasicFlow/cylinderWall/cylinderWall.cpp
|
||||
#geometryPhasicFlow/cuboidWall/cuboidWall.cpp
|
||||
)
|
||||
|
||||
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry)
|
||||
#set(link_libs Kokkos::kokkos phasicFlow Particles Geometry)
|
||||
|
||||
set(link_libs Kokkos::kokkos phasicFlow)
|
||||
|
||||
pFlow_add_library_install(Utilities SourceFiles link_libs)
|
||||
|
||||
|
Reference in New Issue
Block a user