Update CMakeLists.txt , add mpiexec to issue46_tst run (#418)

This commit is contained in:
Ivan Rostov
2023-05-25 22:47:39 +02:00
committed by GitHub
parent 662cd51fc1
commit 3e3e12fef2
+1 -1
View File
@@ -675,7 +675,7 @@ function(build_tests)
add_executable(issue46 PARPACK/TESTS/MPI/issue46.f)
target_link_libraries(issue46 parpack arpack BLAS::BLAS LAPACK::LAPACK ${EXTRA_LDFLAGS})
add_test(issue46_tst ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/issue46)
add_test(issue46_tst mpiexec -n 2 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/issue46)
endif()
if(ICB)