We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa79743 commit 88e836eCopy full SHA for 88e836e
examples/3_MultiGPU/CMakeLists.txt
@@ -15,7 +15,6 @@ if(NOT CMAKE_BUILD_TYPE)
15
endif()
16
17
find_package(FTorch)
18
-find_package(MPI REQUIRED)
19
message(STATUS "Building with Fortran PyTorch coupling")
20
21
include(CheckLanguage)
@@ -29,7 +28,6 @@ endif()
29
28
# Fortran example
30
add_executable(multigpu_infer_fortran multigpu_infer_fortran.f90)
31
target_link_libraries(multigpu_infer_fortran PRIVATE FTorch::ftorch)
32
-target_link_libraries(multigpu_infer_fortran PRIVATE MPI::MPI_Fortran)
33
34
# Integration testing
35
if (CMAKE_BUILD_TESTS)
0 commit comments