Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libmesh update #19370

Merged
merged 6 commits into from Nov 13, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions conda/libmesh/build.sh
Expand Up @@ -75,6 +75,7 @@ fi
source $SRC_DIR/configure_libmesh.sh
export INSTALL_BINARY="${SRC_DIR}/build-aux/install-sh -C"
METHODS="opt oprof devel dbg" configure_libmesh --prefix=${PREFIX}/libmesh \
--with-future-timpi-dir=${PREFIX}/libmesh \
loganharbour marked this conversation as resolved.
Show resolved Hide resolved
--with-vtk-lib=${BUILD_PREFIX}/libmesh-vtk/lib \
--with-vtk-include=${BUILD_PREFIX}/libmesh-vtk/include/vtk-${SHORT_VTK_NAME} \
$*
Expand Down
4 changes: 2 additions & 2 deletions conda/libmesh/meta.yaml
@@ -1,7 +1,7 @@
# Do not use jinja templating (A physical change to this file is required to trigger a build)
{% set build = 4 %}
{% set build = 0 %}
{% set strbuild = "build_" + build|string %}
{% set version = "2021.10.27" %}
{% set version = "2021.11.11" %}

package:
name: moose-libmesh
Expand Down
2 changes: 1 addition & 1 deletion conda/mpich/conda_build_config.yaml
Expand Up @@ -2,7 +2,7 @@
## Any changes made will require additional changes to any item above that.

moose_libmesh:
- moose-libmesh 2021.10.27 build_4
- moose-libmesh 2021.11.11 build_0

SHORT_VTK_NAME:
- 9.1
Expand Down
2 changes: 1 addition & 1 deletion libmesh
Submodule libmesh updated 225 files
13 changes: 13 additions & 0 deletions modules/doc/content/newsletter/2021_11.md
Expand Up @@ -43,4 +43,17 @@ If any issues with the new packages are experienced, please open a new

## libMesh-level Changes

- Exodus IGA fix for multiblock files
loganharbour marked this conversation as resolved.
Show resolved Hide resolved
- fix vector-index out of range
- Update TIMPI submodule
- Use more macros from autoconf submodule
- Dual shape function modification
- IGA files need RATIONAL\_BERNSTEIN mapping even for w=1.0
- Fix Apple M1 JIT
- Initialize version\_number in Xdr class.
- RB update: Enable EIM on element sides
- Add SVD in preconditioner type
- Only write Xdr header info on proc 0
- Calculator app improvements

## Bug Fixes and Minor Enhancements
1 change: 1 addition & 0 deletions scripts/update_and_rebuild_libmesh.sh
Expand Up @@ -164,6 +164,7 @@ if [ -z "$go_fast" ]; then

source $SCRIPT_DIR/configure_libmesh.sh
SRC_DIR=${SCRIPT_DIR}/../libmesh configure_libmesh --prefix=$LIBMESH_DIR \
--with-future-timpi-dir=$LIBMESH_DIR \
$DISABLE_TIMESTAMPS \
$VTK_OPTIONS \
$* | tee -a "$SCRIPT_DIR/$DIAGNOSTIC_LOG" || exit 1
Expand Down