Including DoD Nautilus in the list of computers for MFC #523
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.
Description
This Pull Request introduces changes to the files toolchain/bootstrap/modules.sh and toolchain/modules and includes file toolchain/templates/nautilus.mako. They are updated/included so that MFC can be compiled on DoD Nautilus supercomputer. This commit does not add anything extra
Type of change
Scope
If you cannot check the above box, please split your PR into multiple PRs that each have a common goal.
How Has This Been Tested?
The changes have been tested by loading the associated modules and computers introduced in toolchain/bootstrap/modules.sh and toolchain/modules. MFC has been compiled on both CPU and GPU, and by performing the pipeline
./mfc.sh run /path_to_input/input.py run -t pre_process simulation -b mpirun
the simulations run adequately. We note that by simply doing
./mfc.sh test
does not work, with the following error reported:
Error: Submitting batch file for Interactive failed.
which happens as the command above cannot be appended to -b mpirun
Test Configuration:
DoD Nautilus
Checklist
./mfc.sh format
before committing my codeIf your code changes any code source files (anything in
src/simulation
)No