Coder Social home page Coder Social logo

pe-scripts's People

Contributors

bavier avatar kevinstratford avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

pe-scripts's Issues

HYPRE --enable-persistent

There is a report that --enable-persistent may cause a memory leak when hypre is used via PETSc. This would need to be investigated.

PETSc should include HYPRE

The dependency of PETSc on HYPRE should be activated via the appropriate configuration options and tested.

MUMPS AOCC OpenMP

Compiling against OpenMP in AOCC causes deadlock in almost all of the
standard MUMPS examples (irrespective of OMP_NUM_THREADS).

This needs to be investigated.

PT-Scotch tests failing

Two tests fail as part of "make ptcheck" (all three PrgEnv):

check_prog_dgord
check_prog_dgscat-dggath

This may be a mistake in the installation of the relevant executables. To be checked.

Trilinos MUMPS support

There's a problem in the Trilinos configuration which means the relevant
mumps library names are default "mumps" etc.

This will not play with the mpi/openmp extensions built for modules.
One could add a symbolic link in the mumps library directory.

Bugs in boost script?

Hello,
I have tried installing boost 1.72 on Archer 2 with the script provided (boost.sh). I had two issues:

  1. The package download (the wget command) didn't work. I had to download the package separately and disable the following lines in the script:
test -e boost_$_VERSION.tar.bz2 \
  || wget https://sourceforge.net/projects/boost/files/boost/$_VERSION/boost_$_VERSION.tar.bz2 -O boost_$_VERSION.tar.bz2 \
  || fn_error "could not fetch source"
echo "$SHA256SUM  boost_$_VERSION.tar.bz2" | sha256sum --check \
  || fn_error "source hash mismatch"
tar xf boost_$_VERSION.tar.bz2 \
  || fn_error "could not untar source"

  1. The patching gives some errors. I disabled the patching by removing the relevant lines in the script.

After these two modifications, I was able to install boost

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.