Code Monkey home page Code Monkey logo

Comments (7)

ctc1822 avatar ctc1822 commented on June 21, 2024 1

Thanks for the comments. I will try out cmake 3.27.

from dbcsr.

alazzaro avatar alazzaro commented on June 21, 2024

Why the 2.1 version? This problem was fixed in a more recent release...

from dbcsr.

ctc1822 avatar ctc1822 commented on June 21, 2024

Thanks a lot for your reply.

Archer2's cmake version is 3.20.4, which is below the required 3.22 in the recent releases.

Are there fixes I can do so that I can install 2.1 with an older version of cmake?

from dbcsr.

alazzaro avatar alazzaro commented on June 21, 2024

Well, frankly speaking, I don't remember, 2.1 is > 3 years old...
I would suggest to update cmake on your local directory, e.g.

CMAKE_VERSION=3.25.1
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.sh
mkdir -p cmake_install
sh cmake-${CMAKE_VERSION}-Linux-x86_64.sh --prefix=$PWD/cmake_install --skip-license
rm -f cmake-${CMAKE_VERSION}-Linux-x86_64.sh
export PATH=$PWD/cmake_install/bin:$PATH

from dbcsr.

aproeme avatar aproeme commented on June 21, 2024

As member of the ARCHER2 support team, I might suggest that you could very reasonably request a more recent version of cmake be centrally installed on ARCHER2 by contacting the service desk ([email protected]) - cmake 3.21.3 is the most recent version available as a centrally installed module.

Meanwhile, you could use a (centrally unsupported) install of cmake 3.27.7 located at:

/home/z19/shared/cmake/3.27.7

from dbcsr.

ctc1822 avatar ctc1822 commented on June 21, 2024

I have installed the latest DBCSR using a local cmake-3.28. Thanks a lot!

from dbcsr.

alazzaro avatar alazzaro commented on June 21, 2024

You are welcome!

from dbcsr.

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.