Merge pull request #1236 from edoapra/nmcoef2c-error

update of QA output files
This commit is contained in:
NWChem: Open Source High-Performance Computational Chemistry 2026-01-27 18:09:21 -08:00 committed by GitHub
commit 76d99599da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 111880 additions and 152506 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -46,7 +46,7 @@ fi
fi
# HOMEBREW_NO_AUTO_UPDATE=1 brew cask uninstall oclint || true
# HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install gcc "$MPI_IMPL" openblas python3 ||true
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall gcc hwloc gsed grep automake autoconf ||true
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall gcc hwloc gsed grep automake ||true
if [[ "$MPI_IMPL" != "build_mpich" ]]; then
brew list open-mpi >& /dev/null ; myexit=$?
if [[ $myexit == 0 ]]; then HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew unlink -q open-mpi ||true ; fi