idaholab/moose

Remove calling diagnostics from update_and_rebuild_libmesh.sh

milljm opened this issue · 0 comments

Motivation

Remove the call to diagnostics when running update_and_rebuild_libmesh.sh. It is no longer useful, and more importantly is causing warnings.

Design

Remove the following line(s):

perhaps:

DIAGNOSTIC_LOG="libmesh_diagnostic.log"

for sure:

$SCRIPT_DIR/diagnostics.sh > "$SCRIPT_DIR/$DIAGNOSTIC_LOG"

perhaps:

$* | tee -a "$SCRIPT_DIR/$DIAGNOSTIC_LOG" || exit 1

Impact

Remove diagnostic warnings when building libMesh using the update_and_rebuild_libmesh.sh script.