processors is added and error part modified

This commit is contained in:
Hamidreza Norouzi
2023-09-28 23:14:12 +03:30
parent 503ee6be5e
commit bb7dc17c67
6 changed files with 300 additions and 23 deletions

View File

@ -58,6 +58,7 @@ endif()
if(pFlow_Build_MPI)
find_package(MPI REQUIRED)
link_libraries(MPI::MPI_CXX)
endif()