jmlapre
jmlapre
> @jmlapre - can you post the output from the panzer failure (or email)? The failing test is on the critical path for an application code. Hopefully it is a...
> @jmlapre - thanks for uploading the output. It looks like this build is not loading the right TPL module for netcdf. We need the netcdf module that is built...
> > > @jmlapre - thanks for uploading the output. It looks like this build is not loading the right TPL module for netcdf. We need the netcdf module that...
> @jmlapre, a couple of suggestions for GitHub PRs (or Issues) like this: > > 1. Give the PR name a meaningful title like "Migrate Intel 2021.3 build to gen-config...
Related to https://github.com/sstsimulator/sst-core/issues/1002
It happens with `linux/amd64 docker/dev-environments-default:stable-1` on my M1 Mac.
> @trilinos/framework Where are the results for PR_aue_srn_at1? This build seems to be failing in several PRs. That job was referring to an outdated branch and has been corrected. Try...
So to get started, install `ccache` and set the following environment variables: ``` export CCACHE_NODISABLE=true export CCACHE_DIR=${CCACHE_BIN/ccache} export CCACHE_BASEDIR="$HOME" # we may not need this setting export CCACHE_NOHARDLINK=true export CCACHE_UMASK=002...
Can't we use GitHub Actions and remove the `.clang-format` file entirely? I found two; there are likely more: * https://github.com/marketplace/actions/clang-format-check * https://github.com/marketplace/actions/clang-format-lint
See how this change to sst-sqe performs: https://github.com/sstsimulator/sst-sqe/pull/1198