mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
14 lines
230 B
CMake
14 lines
230 B
CMake
![]() |
|
||
|
|
||
|
TRIBITS_ADD_EXECUTABLE_AND_TEST(
|
||
|
simpleRCB_f90
|
||
|
SOURCES simpleRCB.f90 zoltanRCBmod.f90 mpi_h.f
|
||
|
ARGS
|
||
|
COMM mpi
|
||
|
NUM_MPI_PROCS 1-4
|
||
|
)
|
||
|
|
||
|
TRIBITS_COPY_FILES_TO_BINARY_DIR(FortranExamplesCopyFiles
|
||
|
SOURCE_FILES mesh.txt
|
||
|
)
|