Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A ADIOS2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 97
    • Issues 97
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Podhorszki, Norbert
  • ADIOS2
  • Issues
  • #1732
Closed
Open
Issue created Sep 11, 2019 by Podhorszki, Norbert@pnbOwner

Problem installing version 2.4.0, parallel build

Created by: dpugmire

Ahoy! I'm having a problem installing version 2.4.0, parallel. cmake version is 13.4.5

ran cmake as follows: cmake -DADIOS2_BUILD_EXAMPLES:BOOL=OFF -DADIOS2_BUILD_TESTING:BOOL=OFF -DADIOS2_USE_ZeroMQ:BOOL=OFF -DADIOS2_USE_Fortran:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=install_path_dir -DCMAKE_C_FLAGS:STRING=" -O2" -DCMAKE_CXX_FLAGS:STRING=" -O2" -DADIOS2_USE_SST:BOOL=ON -DADIOS2_USE_MPI:BOOL=ON -DCMAKE_C_COMPILER:STRING=/usr/bin/gcc -DCMAKE_CXX_COMPILER:STRING=/usr/bin/g++ -DCMAKE_MPI_C_COMPILER=/usr/bin/mpicc -DCMAKE_MPI_CXX_COMPILER=/usr/bin/mpicxx ..

build works fine. However, make install fails with this message:

CMake Error at CMakeLists.txt:5 (find_package): By not providing "Findadios2_mpi.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "adios2_mpi", but CMake did not find one.

Could not find a package configuration file provided by "adios2_mpi" with any of the following names:

adios2_mpiConfig.cmake
adios2_mpi-config.cmake

Add the installation prefix of "adios2_mpi" to CMAKE_PREFIX_PATH or set "adios2_mpi_DIR" to a directory containing one of the above files. If "adios2_mpi" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/tmp/tmp.LeCK43E66t/CMakeFiles/CMakeOutput.log". Failed

I seek wisdom. Thanks, Dave

Assignee
Assign to
Time tracking