Resolving bugs with build and clone processes #151
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes a few minor changes to resolve bugs associated with building and cloning, including:
module load git-lfs
before cloning on Orion.conda: command not found
when building under the EVA python environment #135 by addingmodule purge
to the beginning ofbuild.sh
. Previously, if you had the eva modules loaded,build.sh
would fail. This quick change prevents that error by forcing you to unload all modules before building.link_mpasjedi_expr.sh
by adding the${BUMPLOC}
directory name to prevent a linking error during build on Orion. Previously, the linking failed on due to the link directory not being specified which lead tocannot overwrite directory
error. This error did not occur on Hera.Note that there is still an ongoing bug with building on Orion (#146). Restarting the build resolves that issue, but I am still actively investigating the root cause.