GithubHelp home page GithubHelp logo

Comments (4)

mtaillefumier avatar mtaillefumier commented on September 7, 2024 1

they are quite few errors showing up. One is relatively simple and is due to the order in which the libraries are placed. The makefile recipe places the mpi dependency and the stdc++ library in between other libraries while it should be one of the last libraries. The other errors are due to the use of the old build system which we do not use at all.

I would use the cmake build system to be honest as it is more robust than the original one. Unless you have external constraints I would also use a more recent version of cp2k as the cmake build system contains many fixes.

To use the cmake build system, just add build_system=cmake to the spack command line. It should work for the version 2023.1 as well.

from spack.

mtaillefumier avatar mtaillefumier commented on September 7, 2024

I opened a PR #44650 attempting to fix the issue.

from spack.

SQLimit avatar SQLimit commented on September 7, 2024

Thanks for your kindly reply.

they are quite few errors showing up. One is relatively simple and is due to the order in which the libraries are placed. The makefile recipe places the mpi dependency and the stdc++ library in between other libraries while it should be one of the last libraries. The other errors are due to the use of the old build system which we do not use at all.

after run spack isntall --fresh <package> command, I was able to build [email protected] %[email protected] successfully.

I would use the cmake build system to be honest as it is more robust than the original one. Unless you have external constraints I would also use a more recent version of cp2k as the cmake build system contains many fixes.

newer version of [email protected] %[email protected] or %gcc@13 failed with dbcsr installation

CMake Error at CMakeLists.txt:181 (message):
  The listed MPI implementation does not provide the required mpi.mod
  interface.  When using the GNU compiler in combination with Intel MPI,
  please use the Intel MPI compiler wrappers.  Check the INSTALL.md for more
  information.

To use the cmake build system, just add build_system=cmake to the spack command line. It should work for the version 2023.1 as well.

from spack.

SQLimit avatar SQLimit commented on September 7, 2024

I opened a PR #44650 attempting to fix the issue.

thanks for your effort.

from spack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.