File: Index.md

package info (click to toggle)
mpich 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 251,828 kB
  • sloc: ansic: 1,323,147; cpp: 82,869; f90: 72,420; javascript: 40,763; perl: 28,296; sh: 19,399; python: 16,191; xml: 14,418; makefile: 9,468; fortran: 8,046; java: 4,635; pascal: 352; asm: 324; ruby: 176; awk: 27; lisp: 19; php: 8; sed: 4
file content (51 lines) | stat: -rw-r--r-- 2,382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# MPICH Developer Documentation Wiki

- [Getting And Building MPICH](source_code/Github.md)
    - [Building MPICH For Development](source_code/Building_MPICH_For_Development.md)
        - [Blue Gene/Q](source_code/BGQ.md)
        - [XC40](source_code/Cray.md)
        - [UCX](source_code/Summit.md)

- [Contributing To MPICH](source_code/Contributing_to_MPICH.md)
    - [Git Workflow](source_code/Git_Workflow.md)
    - [Coding Standards](source_code/Coding_Standards.md)
        - [Code Formatting And Cleanup Script](source_code/Code_Formatting_And_Cleanup_Script.md)
    - [Developer Guide](developer_guide.md)

- [Creating New Bug Reports](source_code/Bug_Tickets.md)
- [Using the Hydra Process Manager](how_to/Using_the_Hydra_Process_Manager.md)

- Tools
    - [MPE](tools/MPE_by_example.md)
    - [TAU](tools/TAU_by_example.md)
    - [HPCToolkit](tools/HPCToolkit_by_example.md)

- [FAQ](faq/Frequently_Asked_Questions.md)
- [ABI Compatibility Initiative](testing/ABI_Compatibility_Initiative.md)

- Testing
    - [Nightly Tests](testing/Nightly_Tests.md) (Out Of Date)
    - [Special Tests](https://www.mpich.org/static/cron/specialtests/index.htm) (Out Of Date)
    - [Jenkins](testing/Jenkins.md)
    - [Writing New Tests](testing/Writing_New_Tests.md)
    - [Testing Crons](testing/Testing_Crons.md)
    - [Code Coverage Reports](testing/Code_Coverage_Reports.md)
    - [MPICH ABI Tests](testing/MPICH_ABI_Tests.md)
    - [Helpful Compiler Flags](testing/Helpful_Compiler_Flags_For_Testing.md)

- [Design Documentation](design/Design_Documentation_Index.md)

- Options
    - [MPI+Argobots](options/MPI_Argobots.md)

- Miscellaneous
    - [Using etags On The MPICH Source Tree](source_code/Etags.md)
    - [Mailing Lists](https://www.mpich.org/support/mailing-lists/)
    - [Rules For Installation Targets](source_code/Rules_For_Installation_Targets.md)
    - [Adding New Error Messages](how_to/Adding_New_Error_Messages.md)
    - [Creating A Release](source_code/Creating_A_Release.md)
    - [Managing Commits In Trunk And Release Branches](source_code/Managing_Commits_In_Trunk_and_Release_Branches.md)
    - [Proposed MPIEXEC Extensions](design/Proposed_MPIEXEC_Extensions.md)
    - [Compiler Quirks](source_code/Compiler_Quirks.md)
    - [Shifting Towards C99](source_code/Shifting_Toward_C99.md)
    - [Creating MPICH Manpages](source_code/Creating_MPICH_Manpages.md)