Difference between revisions of "Developer Documentation"
From Mpich
(add a page for Summit) |
|||
(22 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
** [[Building MPICH For Development]] | ** [[Building MPICH For Development]] | ||
*** [[BGQ|Blue Gene/Q]] | *** [[BGQ|Blue Gene/Q]] | ||
− | ** [[ | + | *** [[Cray|XC40]] |
− | *** [[ | + | *** [[Summit|UCX]] |
− | * [[ | + | * [[Contributing to MPICH]] - '''Please Read Before Contributing''' |
− | * [[ | + | ** [[Version Control Systems 101]] |
+ | ** [[Coding Standards]] | ||
+ | *** [[Code formatting and code-cleanup.sh]] | ||
+ | ** [[Git|Git usage in MPICH]] | ||
* [[Creating New Bug Tickets]] | * [[Creating New Bug Tickets]] | ||
* [[Using the Hydra Process Manager]] | * [[Using the Hydra Process Manager]] | ||
Line 15: | Line 18: | ||
** [[HPCToolkit by example]] | ** [[HPCToolkit by example]] | ||
* [[Frequently Asked Questions]] | * [[Frequently Asked Questions]] | ||
+ | * [[ABI Compatibility Initiative]] | ||
* Testing | * Testing | ||
− | ** [[Nightly Tests]] | + | ** [[Nightly Tests]] (deprecated) |
− | ** [http://www.mpich.org/static/cron/specialtests/index.htm Special Tests] | + | ** [http://www.mpich.org/static/cron/specialtests/index.htm Special Tests] (deprecated) |
** [[Jenkins]] is used to run a number of test configurations on every push to certain Git repositories. See that page for more information. | ** [[Jenkins]] is used to run a number of test configurations on every push to certain Git repositories. See that page for more information. | ||
** [[Writing New Tests]] | ** [[Writing New Tests]] | ||
** [[Testing Crons]] | ** [[Testing Crons]] | ||
** [[Code Coverage Reports]] | ** [[Code Coverage Reports]] | ||
+ | ** [[MPICH ABI Tests]] | ||
+ | ** [[Helpful Compiler Flags for Testing]] | ||
+ | * '''Design Docs:''' [[:Category:Design Documents]] | ||
* Miscellaneous | * Miscellaneous | ||
− | |||
** [[Etags|Using etags on the MPICH source tree]] | ** [[Etags|Using etags on the MPICH source tree]] | ||
** [http://www.mpich.org/support/mailing-lists/ Mailing lists] | ** [http://www.mpich.org/support/mailing-lists/ Mailing lists] | ||
Line 35: | Line 41: | ||
** [[Proposed MPIEXEC Extensions]] such as a standard set of command-line options for environment variables and support for multi-threaded applications. | ** [[Proposed MPIEXEC Extensions]] such as a standard set of command-line options for environment variables and support for multi-threaded applications. | ||
** A list of assorted [[Compiler Quirks]] to be aware of. | ** A list of assorted [[Compiler Quirks]] to be aware of. | ||
+ | ** [[Shifting toward C99]] | ||
+ | ** [[Creating MPICH Manpages]] | ||
* Auto-generated pages | * Auto-generated pages | ||
** [http://www.mpich.org/static/cron/errors/globsyms.htm A list of non-conforming global symbols] | ** [http://www.mpich.org/static/cron/errors/globsyms.htm A list of non-conforming global symbols] |
Latest revision as of 22:34, 12 November 2019
- Getting And Building MPICH
- Contributing to MPICH - Please Read Before Contributing
- Creating New Bug Tickets
- Using the Hydra Process Manager
- Checkpointing
- Student Projects
- Tools
- Frequently Asked Questions
- ABI Compatibility Initiative
- Testing
- Nightly Tests (deprecated)
- Special Tests (deprecated)
- Jenkins is used to run a number of test configurations on every push to certain Git repositories. See that page for more information.
- Writing New Tests
- Testing Crons
- Code Coverage Reports
- MPICH ABI Tests
- Helpful Compiler Flags for Testing
- Design Docs: Category:Design Documents
- Miscellaneous
- Using etags on the MPICH source tree
- Mailing lists
- Bug Tracking
- Recent Changes
- Fixing Bugs in Released Code
- Rules For Installation Targets
- Adding New Error Messages
- Creating a Release
- Managing Commits in Trunk and Release Branches
- Proposed MPIEXEC Extensions such as a standard set of command-line options for environment variables and support for multi-threaded applications.
- A list of assorted Compiler Quirks to be aware of.
- Shifting toward C99
- Creating MPICH Manpages
- Auto-generated pages