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:
13
thirdParty/Zoltan/example/Fortran/CMakeLists.txt
vendored
Normal file
13
thirdParty/Zoltan/example/Fortran/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
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
|
||||
)
|
Reference in New Issue
Block a user