Coder Social home page Coder Social logo

Comments (4)

ksagiyam avatar ksagiyam commented on July 17, 2024

As suggested on Slack, this might be an issue of HDF5. I would first try using the older HDF5 on the HPC, and see if it fixes.

cd /your/path
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.2/src/hdf5-1.12.2.tar.bz2
export PETSC_CONFIGURE_OPTIONS="--download-hdf5=/your/path/hdf5-1.12.2.tar.bz2"
python3 firedrake-install

Note that due to this issue #3514 you might need to put petsc_options.discard("--download-hdf5") at

"to have PETSc built against $HDF5_DIR.")
in the script before running firedrake-install.

from firedrake.

Ainlina avatar Ainlina commented on July 17, 2024

I am using the Docker image to avoid any potential install weirdness; is a correct HDF5 supposed to be bundled in there? I don't have root on these machines so can only run firedrake-install inside an Apptainer sandbox which tends to be quite janky and often fail.

from firedrake.

ksagiyam avatar ksagiyam commented on July 17, 2024

The docker image contains the latest HDF5 (1.14). 1.14 seems to work mostly fine, but some users have had to downgrade to 1.12 in their settings for some reason.

from firedrake.

Ainlina avatar Ainlina commented on July 17, 2024

It appears that this is to do with network file systems; saving to /tmp seems to work, so as a workaround I'll do that then move the file - I don't have access to any local disk storage on my machine because of how my organisation has set it up.

from firedrake.

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.