mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Zoltan is added as thirdParty package
This commit is contained in:
12
thirdParty/Zoltan/example/CPP/CMakeLists.txt
vendored
Normal file
12
thirdParty/Zoltan/example/CPP/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
TRIBITS_ADD_EXECUTABLE_AND_TEST(
|
||||
exampleBLOCK
|
||||
SOURCES exampleBLOCK.cpp
|
||||
ARGS
|
||||
COMM serial mpi
|
||||
NUM_MPI_PROCS 1-4
|
||||
)
|
||||
|
||||
TRIBITS_COPY_FILES_TO_BINARY_DIR(CPPExamplesCopyFile
|
||||
SOURCE_FILES objects.txt
|
||||
)
|
Reference in New Issue
Block a user