Difference between revisions of "Developer Documentation"
From Mpich
Line 14: | Line 14: | ||
** [[Code Coverage Reports]] | ** [[Code Coverage Reports]] | ||
* Miscellaneous | * Miscellaneous | ||
+ | ** [[:Category:Design Documents]] | ||
** [[Mailing lists]] | ** [[Mailing lists]] | ||
** [https://trac.mcs.anl.gov/projects/mpich2/report Bug Tracking] | ** [https://trac.mcs.anl.gov/projects/mpich2/report Bug Tracking] | ||
Line 24: | Line 25: | ||
** [[Updating the MPICH2 FAQ]] | ** [[Updating the MPICH2 FAQ]] | ||
** [[Pretty Make]] | ** [[Pretty Make]] | ||
− | |||
** [[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. | ||
* Auto-generated pages | * Auto-generated pages |
Revision as of 16:05, 18 April 2009
- Getting And Building MPICH2
- Branch Management
- Coding Standards
- Student Projects
- Frequently Asked Questions
- Interfacing to MPICH2 - This section contains information on interfacing to MPICH2, either with external tools such as debuggers and process managers, or by replacing functions within the MPI implementation, such as specifying a different implementation of an MPI collective operation.
- Testing
- Nightly Tests
- Special Tests - These tests are run manually, usually as part of gearing up for a release. Be sure to look at the date to make sure that you aren't looking at stale results. Information on running the special tests is at Testing MPICH2#Running the Special Tests.
- Writing New Tests
- Testing Crons
- Code Coverage Reports
- Miscellaneous
- Category:Design Documents
- Mailing lists
- Bug Tracking
- Recent Changes (requires ANL login)
- Fixing Bugs in Released Code
- Rules For Installation Targets
- Adding New Error Messages
- Creating a Release
- Updating the MPICH2 Web Pages
- Updating the MPICH2 FAQ
- Pretty Make
- Proposed MPIEXEC Extensions such as a standard set of command-line options for environment variables and support for multi-threaded applications.
- Auto-generated pages