Skip to content

Instantly share code, notes, and snippets.

@wyphan
Last active February 23, 2022 20:34
Show Gist options
  • Save wyphan/225751c0a96a435dde96508517272721 to your computer and use it in GitHub Desktop.
Save wyphan/225751c0a96a435dde96508517272721 to your computer and use it in GitHub Desktop.
Tests for Spack PR #29155
==> magma: Executing phase: 'cmake'
==> [2022-02-23-15:06:30.273193] 'cmake' '-G' 'Unix Makefiles' '-DCMAKE_INSTALL_PREFIX:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv' '-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo' '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=OFF' '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON' '-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF' '-DCMAKE_INSTALL_RPATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/lib;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/lib64' '-DCMAKE_PREFIX_PATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc' '-DCMAKE_INSTALL_PREFIX=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv' '-DCMAKE_INSTALL_NAME_DIR:PATH=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/lib' '-DBLAS_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DLAPACK_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DBUILD_SHARED_LIBS=ON' '-DUSE_FORTRAN=yes' '-DMAGMA_ENABLE_CUDA=ON' '/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-src'
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- The Fortran compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/spack/lib/spack/env/gcc/gcc - 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: /opt/spack/lib/spack/env/gcc/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /opt/spack/lib/spack/env/gcc/gfortran - skipped
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- Performing Test COMPILER_SUPPORTS_C99
-- Performing Test COMPILER_SUPPORTS_C99 - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
-- Could NOT find OpenMP_Fortran (missing: OpenMP_Fortran_FLAGS OpenMP_Fortran_LIB_NAMES)
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND OpenMP_Fortran_FOUND)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CUDA: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda (found version "11.6")
-- Found CUDA 11.6
-- CUDA_INCLUDE_DIRS: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/include
-- CUDA_CUDART_LIBRARY: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so
-- compile for CUDA arch 3.0 (Kepler)
-- compile for CUDA arch 3.5 (Kepler)
-- compile for CUDA arch 3.7 (Kepler)
-- compile for CUDA arch 5.0 (Maxwell)
-- compile for CUDA arch 6.0 (Pascal)
-- Define -DMAGMA_HAVE_CUDA -DMAGMA_CUDA_ARCH_MIN=300
-- User set LAPACK_LIBRARIES. To change, edit LAPACK_LIBRARIES using ccmake (set to empty to enable search).
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
CMake Deprecation Warning at CMakeLists.txt:730 (cmake_policy):
The OLD behavior for policy CMP0037 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- pkgconfig lib/pkgconfig/magma.pc
-- Flags
-- CMAKE_INSTALL_PREFIX: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv
-- CFLAGS: -std=c99 -Wall -Wno-unused-function
-- CXXFLAGS: -std=c++11 -Wall -Wno-unused-function
-- NVCCFLAGS: -Xcompiler;-fPIC;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_60,code=compute_60
-- FFLAGS: -Dmagma_devptr_t="integer(kind=8)"
-- LIBS: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libblas.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/liblapack.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libnvf.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so CUDA_cublas_LIBRARY-NOTFOUND CUDA_cusparse_LIBRARY-NOTFOUND
-- blas_fix: (MacOS Accelerate only)
-- LAPACK_LIBRARIES: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so
-- CUDA_CUDART_LIBRARY: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so
-- CUDA_CUBLAS_LIBRARIES: CUDA_cublas_LIBRARY-NOTFOUND
-- CUDA_cusparse_LIBRARY: CUDA_cusparse_LIBRARY-NOTFOUND
-- Fortran modules: /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma_param.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma_cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma_zfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magmablas_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magmablas_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magmablas_cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magmablas_zfortran.mod
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_LIBRARY (ADVANCED)
linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-src
linked by target "magma" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-src
CUDA_cusparse_LIBRARY (ADVANCED)
linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-src
linked by target "magma" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-src
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BLAS_LIBRARIES
CMake Generate step failed. Build files cannot be regenerated correctly.
==> magma: Executing phase: 'cmake'
==> [2022-02-23-15:31:22.775106] 'cmake' '-G' 'Unix Makefiles' '-DCMAKE_INSTALL_PREFIX:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx' '-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo' '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=OFF' '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON' '-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF' '-DCMAKE_INSTALL_RPATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/lib;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/lib64' '-DCMAKE_PREFIX_PATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr' '-DCMAKE_INSTALL_PREFIX=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx' '-DCMAKE_INSTALL_NAME_DIR:PATH=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/lib' '-DBLAS_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DLAPACK_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DBUILD_SHARED_LIBS=ON' '-DUSE_FORTRAN=yes' '-DMAGMA_ENABLE_CUDA=ON' '/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-src'
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- The Fortran compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/spack/lib/spack/env/gcc/gcc - 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: /opt/spack/lib/spack/env/gcc/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /opt/spack/lib/spack/env/gcc/gfortran - skipped
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- Performing Test COMPILER_SUPPORTS_C99
-- Performing Test COMPILER_SUPPORTS_C99 - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
-- Could NOT find OpenMP_Fortran (missing: OpenMP_Fortran_FLAGS OpenMP_Fortran_LIB_NAMES)
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND OpenMP_Fortran_FOUND)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CUDA: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda (found version "11.6")
-- Found CUDA 11.6
-- CUDA_INCLUDE_DIRS: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/include
-- CUDA_CUDART_LIBRARY: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so
-- compile for CUDA arch 3.0 (Kepler)
-- compile for CUDA arch 3.5 (Kepler)
-- compile for CUDA arch 3.7 (Kepler)
-- compile for CUDA arch 5.0 (Maxwell)
-- compile for CUDA arch 6.0 (Pascal)
-- Define -DMAGMA_HAVE_CUDA -DMAGMA_CUDA_ARCH_MIN=300
-- User set LAPACK_LIBRARIES. To change, edit LAPACK_LIBRARIES using ccmake (set to empty to enable search).
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
CMake Deprecation Warning at CMakeLists.txt:730 (cmake_policy):
The OLD behavior for policy CMP0037 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- pkgconfig lib/pkgconfig/magma.pc
-- Flags
-- CMAKE_INSTALL_PREFIX: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx
-- CFLAGS: -std=c99 -Wall -Wno-unused-function
-- CXXFLAGS: -std=c++11 -Wall -Wno-unused-function
-- NVCCFLAGS: -Xcompiler;-fPIC;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_60,code=compute_60
-- FFLAGS: -Dmagma_devptr_t="integer(kind=8)"
-- LIBS: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libblas.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/liblapack.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libnvf.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so CUDA_cublas_LIBRARY-NOTFOUND CUDA_cusparse_LIBRARY-NOTFOUND
-- blas_fix: (MacOS Accelerate only)
-- LAPACK_LIBRARIES: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so
-- CUDA_CUDART_LIBRARY: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so
-- CUDA_CUBLAS_LIBRARIES: CUDA_cublas_LIBRARY-NOTFOUND
-- CUDA_cusparse_LIBRARY: CUDA_cusparse_LIBRARY-NOTFOUND
-- Fortran modules: /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma_param.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma_cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma_zfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magmablas_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magmablas_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magmablas_cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magmablas_zfortran.mod
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_LIBRARY (ADVANCED)
linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-src
linked by target "magma" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-src
CUDA_cusparse_LIBRARY (ADVANCED)
linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-src
linked by target "magma" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-src
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BLAS_LIBRARIES
CMake Generate step failed. Build files cannot be regenerated correctly.
$ spack clean
==> Removing all temporary build stages
$ spack gc
==> There are no unused specs. Spack's store is clean.
$ spack install magma cuda_arch=70 ^nvhpc+mpi+blas+cuda
[+] /usr (external cmake-3.22.2-m4rzztfxetzh27wrot6kih2alfcm44hq)
[+] /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc
==> Installing magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv
==> No binary for magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv found: installing from source
==> Using cached archive: /opt/spack/var/spack/cache/_source-cache/archive/6c/6cd83808c6e8bc7a44028e05112b3ab4e579bcc73202ed14733f66661127e213.tar.gz
==> No patches needed for magma
==> magma: Executing phase: 'cmake'
==> Error: ProcessError: Command exited with status 1:
'cmake' '-G' 'Unix Makefiles' '-DCMAKE_INSTALL_PREFIX:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv' '-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo' '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=OFF' '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON' '-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF' '-DCMAKE_INSTALL_RPATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/lib;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/lib64' '-DCMAKE_PREFIX_PATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc' '-DCMAKE_INSTALL_PREFIX=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv' '-DCMAKE_INSTALL_NAME_DIR:PATH=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/lib' '-DBLAS_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DLAPACK_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DBUILD_SHARED_LIBS=ON' '-DUSE_FORTRAN=yes' '-DMAGMA_ENABLE_CUDA=ON' '/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-src'
1 error found in build log:
86 -- LAPACK_LIBRARIES: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpit
xgva2oc/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utad
xzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gc
c-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux
-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpitxgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so
87 -- CUDA_CUDART_LIBRARY: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-utadxzbv5omf6m2jidi4vnpit
xgva2oc/Linux_x86_64/22.2/cuda/lib64/libcudart.so
88 -- CUDA_CUBLAS_LIBRARIES: CUDA_cublas_LIBRARY-NOTFOUND
89 -- CUDA_cusparse_LIBRARY: CUDA_cusparse_LIBRARY-NOTFOUND
90 -- Fortran modules: /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-buil
d-hlamsdt/magma_param.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hl
amsdt/magma.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magm
a_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma
_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma_
cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma_z
fortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magmabla
s_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/magma
blas_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt/ma
gmablas_cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-hlamsdt
/magmablas_zfortran.mod
91 -- Configuring done
>> 92 CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
93 Please set them or make sure they are set and tested correctly in the CMake files:
94 CUDA_cublas_LIBRARY (ADVANCED)
95 linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrps
iqjerqvv/spack-src
96 linked by target "magma" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqv
v/spack-src
97 CUDA_cusparse_LIBRARY (ADVANCED)
98 linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrps
iqjerqvv/spack-src
See build log for details:
/home/wyp/.spack/stage/spack-stage-magma-2.6.1-hlamsdtk2q7pqfzdaa3qsrpsiqjerqvv/spack-build-out.txt
$ spack clean
==> Removing all temporary build stages
$ spack gc
==> There are no unused specs. Spack's store is clean.
$ spack install magma cuda_arch=70 ^nvhpc
[+] /usr (external cmake-3.22.2-m4rzztfxetzh27wrot6kih2alfcm44hq)
==> Installing nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr
==> No binary for nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr found: installing from source
==> Using cached archive: /opt/spack/var/spack/cache/_source-cache/archive/8d/8dfb4007d6912b2722946358ac69409592c1f03426d81971ffbcb6fc5fea2cb8.tar.gz
==> No patches needed for nvhpc
==> nvhpc: Executing phase: 'install'
==> nvhpc: Successfully installed nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr
Fetch: 1m 49.97s. Build: 6m 2.16s. Total: 7m 52.13s.
[+] /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr
==> Installing magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx
==> No binary for magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx found: installing from source
==> Using cached archive: /opt/spack/var/spack/cache/_source-cache/archive/6c/6cd83808c6e8bc7a44028e05112b3ab4e579bcc73202ed14733f66661127e213.tar.gz
==> No patches needed for magma
==> magma: Executing phase: 'cmake'
==> Error: ProcessError: Command exited with status 1:
'cmake' '-G' 'Unix Makefiles' '-DCMAKE_INSTALL_PREFIX:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx' '-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo' '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=OFF' '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON' '-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF' '-DCMAKE_INSTALL_RPATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/lib;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/lib64' '-DCMAKE_PREFIX_PATH:STRING=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr' '-DCMAKE_INSTALL_PREFIX=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx' '-DCMAKE_INSTALL_NAME_DIR:PATH=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/lib' '-DBLAS_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DLAPACK_LIBRARIES=/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so' '-DBUILD_SHARED_LIBS=ON' '-DUSE_FORTRAN=yes' '-DMAGMA_ENABLE_CUDA=ON' '/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-src'
1 error found in build log:
86 -- LAPACK_LIBRARIES: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6
jp2u7tr/Linux_x86_64/22.2/compilers/lib/libblas.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xi
bhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/liblapack.so;/opt/spack/opt/spack/linux-ubuntu20.04-zen2/gc
c-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/compilers/lib/libnvf.so;/opt/spack/opt/spack/linux
-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so
87 -- CUDA_CUDART_LIBRARY: /opt/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.3.0/nvhpc-22.2-l2xibhmrpdtnedy4mvfvdayb6
jp2u7tr/Linux_x86_64/22.2/cuda/lib64/libcudart.so
88 -- CUDA_CUBLAS_LIBRARIES: CUDA_cublas_LIBRARY-NOTFOUND
89 -- CUDA_cusparse_LIBRARY: CUDA_cusparse_LIBRARY-NOTFOUND
90 -- Fortran modules: /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-buil
d-aeoghcs/magma_param.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-ae
oghcs/magma.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magm
a_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma
_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma_
cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma_z
fortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magmabla
s_sfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/magma
blas_dfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs/ma
gmablas_cfortran.mod;/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-aeoghcs
/magmablas_zfortran.mod
91 -- Configuring done
>> 92 CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
93 Please set them or make sure they are set and tested correctly in the CMake files:
94 CUDA_cublas_LIBRARY (ADVANCED)
95 linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zy
vx2s4svx/spack-src
96 linked by target "magma" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4sv
x/spack-src
97 CUDA_cusparse_LIBRARY (ADVANCED)
98 linked by target "magma_sparse" in directory /home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zy
vx2s4svx/spack-src
See build log for details:
/home/wyp/.spack/stage/spack-stage-magma-2.6.1-aeoghcsuox3i7gye7k65p7zyvx2s4svx/spack-build-out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment