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
cd build
CXX=g++ cmake -DIqsMPI=ON -DIqsUtest=ON -DIqsPython=ON -DIqsNoise=OFF -DBuildExamples=ON ..
make -j10
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- MPI functionality: enabled.
-- Python interface with MPI: enabled.
-- UnitTest tested for compatibility with MPI.
-- Checking for module 'mpi-cxx'
-- No package 'mpi-cxx' found
-- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find MPI (missing: MPI_CXX_FOUND)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.22/Modules/FindMPI.cmake:1830 (find_package_handle_standard_args)
CMakeLists.txt:70 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/tony/Desktop/Quamtum/Intel/build/intel-qs/build/CMakeFiles/CMakeOutput.log".
See also "/home/tony/Desktop/Quamtum/Intel/build/intel-qs/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
Please tell me how to eliminate this error?
The text was updated successfully, but these errors were encountered:
cd build
CXX=g++ cmake -DIqsMPI=ON -DIqsUtest=ON -DIqsPython=ON -DIqsNoise=OFF -DBuildExamples=ON ..
make -j10
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- MPI functionality: enabled.
-- Python interface with MPI: enabled.
-- UnitTest tested for compatibility with MPI.
-- Checking for module 'mpi-cxx'
-- No package 'mpi-cxx' found
-- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find MPI (missing: MPI_CXX_FOUND)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.22/Modules/FindMPI.cmake:1830 (find_package_handle_standard_args)
CMakeLists.txt:70 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/tony/Desktop/Quamtum/Intel/build/intel-qs/build/CMakeFiles/CMakeOutput.log".
See also "/home/tony/Desktop/Quamtum/Intel/build/intel-qs/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
Please tell me how to eliminate this error?
The text was updated successfully, but these errors were encountered: