Coder Social home page Coder Social logo

Comments (2)

Thomas-Ulrich avatar Thomas-Ulrich commented on July 26, 2024

Hi,
The problem is at this line:
https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/pumi/package.py#L100
spack tries to find the libSimPartitionWrapper adapted to your mpi:
But it seems you are using cray-mpich version 7, and there is no such a file as libSimPartitionWrapper-mpich7.a

(base) ulrich@heisenbug:~$ ls /import/heisenbug-dump/ulrich/myLibs/SimLib/17.0-220511/lib/x64_rhel8_gcc83/
acisKrnl  libSimAbstract.a  libSimAdvMeshing.a  libSimField.a    libSimMeshing.a    libSimModel.a         libSimPartitionedMesh.a      libSimPartitionWrapper.a         libSimPartitionWrapper-openmpi3.a
psKrnl    libSimAcis2021.a  libSimDiscrete.a    libSimLicense.a  libSimMeshTools.a  libSimParasolid330.a  libSimPartitionedMesh-mpi.a  libSimPartitionWrapper-mpich3.a  libSimPartitionWrapper-openmpi4.a

you can try to manually change the line and see if that works:
mpi_id = spec["mpi"].name + '3'

from pumgen.

Tariq97 avatar Tariq97 commented on July 26, 2024

Hi,

Thank you for your reply and sorry for my late response.
The change you mentioned doesn't solve the issue. The same error as above is found.

Thanks,
Tariq

from pumgen.

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.