Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails with Intel 19.1 #7

Open
iholod1 opened this issue Mar 31, 2021 · 0 comments
Open

build fails with Intel 19.1 #7

iholod1 opened this issue Mar 31, 2021 · 0 comments

Comments

@iholod1
Copy link

iholod1 commented Mar 31, 2021

-- The C compiler identification is Intel 19.1.0.20200306
-- The CXX compiler identification is Intel 19.1.0.20200306
-- Check for working C compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicc
-- Check for working C compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicpc
-- Check for working CXX compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicpc -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found MPI_C: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicc (found version "3.1")
-- Found MPI_CXX: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicpc (found version "3.1")
-- Found MPI: TRUE (found version "3.1")
-- Found OpenMP_C: -qopenmp (found version "5.0")
-- Found OpenMP_CXX: -qopenmp (found version "5.0")
-- Found OpenMP: TRUE (found version "5.0")
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /u/iholod/bin/CombBLAS/build

[ 47%] Building CXX object ReleaseTests/CMakeFiles/GalerkinNew.dir/GalerkinNew.cpp.o
/u/iholod/bin/CombBLAS/include/CombBLAS/SpParMat.cpp(2803): error: no instance of overloaded function "std::vector<_Tp, _Alloc>::push_back [with _Tp=std::tuple<IT={int64_t={long}}, IT={int64_t={long}}, NT={double}>, _Alloc=std::allocator<std::tuple<IT={int64_t={long}}, IT={int64_t={long}}, NT={double}>>]" matches the argument list
argument types are: ({...})
object type is: std::vector<std::tuple<IT, IT, NT>, std::allocator<std::tuple<IT, IT, NT>>>
btuples[rbid][cbid][owner].push_back({ridx_l, cidx_l, tuples.numvalue(i)});
^
/usr/include/c++/4.8/bits/stl_vector.h(919): note: this candidate was rejected because arguments do not match
push_back(value_type&& __x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant