You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Building release_29 with SST/MPI gives errors:
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/mpicc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/mpicxx - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found MPI_C: /usr/bin/mpicc (found version "3.1")
-- Found MPI_CXX: /usr/bin/mpicxx (found version "3.1")
-- Found MPI: TRUE (found version "3.1") found components: C CXX
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Checking for module 'libfabric'
-- Found libfabric, version 1.19.0rc1
-- Found LIBFABRIC: /home/liang/src/libfabric-build/lib/libfabric.so (Required is at least version "1.6")
-- Checking for module 'cray-drc'
-- No package 'cray-drc' found
-- Could NOT find CrayDRC (missing: CrayDRC_LIBRARIES)
-- Performing Test ADIOS2_HAVE_MPI_CLIENT_SERVER
CMake Error at /home/liang/src/adios2-build29/CMakeFiles/CMakeTmp/CMakeLists.txt:21 (add_executable):
Target "cmTC_1e80d" links to target "Threads::Threads" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at /usr/share/cmake-3.22/Modules/Internal/CheckSourceRuns.cmake:94 (try_run):
Failed to generate test project build system.
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/CheckCXXSourceRuns.cmake:76 (cmake_check_source_runs)
cmake/DetectOptions.cmake:435 (check_cxx_source_runs)
CMakeLists.txt:170 (include)
We have observed this in spack spack/spack#40832 and was corrected for master in #3893 which will be backported to release soon, I will close this when this is backported
Describe the bug
Building
release_29
with SST/MPI gives errors:To Reproduce
libfabric
from sourceExpected behavior
A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
166078056622.04~9d60db1 SMP PREEMPT_DYNAMIC Thu A x86_64 x86_64 x86_64 GNU/LinuxAdditional context
Following fix works
Following up
Was the issue fixed? Please report back.
The text was updated successfully, but these errors were encountered: