Code Monkey home page Code Monkey logo

Comments (2)

victorapm avatar victorapm commented on August 12, 2024

Hi @cwsmith,

you can use netlib's implementation of BLAS/LAPACK instead. I've tried also ESSL, but apparently there's a problem with it in spack, see spack/spack#7901.

Make sure that Spectrum MPI and Netlib-lapack are listed in your packages.yaml file. It will look like:

packages:
  spectrum-mpi:
    paths:
       [email protected]%xl arch=linux-rhel7-ppc64le: $MPI_ROOT
    buildable: false
  netlib-lapack:
    paths:
       [email protected]%xl arch=linux-rhel7-ppc64le: $LAPACK_DIR
    version: [3.8.0]
    buildable: false
  all:
    providers:
      mpi: [spectrum-mpi]
      blas: [netlib-lapack]

In Lassen, you would do:

module load spectrum-mpi
module load lapack
spack install [email protected]%[email protected]~complex~debug~int64~internal-superlu~mixedint+mpi~openmp+shared~superlu-dist

Alternatively, you can download a tarball of hypre at https://github.com/hypre-space/hypre/releases and run:

cd hypre/src
./configure --enable-shared
make -j $NP

This would produce an install similar to the one requested via Spack.

from hypre.

cwsmith avatar cwsmith commented on August 12, 2024

@victorapm Using netlib-lapack instead of openblas worked. Thank you.

from hypre.

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.