MPIch hosts its code at https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:mpich

There are download files available for MPIch.

See all merge proposals.

MPIch has 1 active branch owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:mpich
Series: main
1 Development 2013-01-03 20:41:35 UTC
5787. tt#1771: allow `+` in `--prefix=`, et...

Author: goodell
Revision Date: 2013-01-03 20:41:35 UTC

tt#1771: allow `+` in `--prefix=`, etc.

Satish pointed out that we were causing problems when the user specified
directories with a `+` in them. The updated version uses a `|`, which
is a universally poor user choice for directory names (much like `:`
would be). Single quotes are now also used instead of double quotes.
This sed code is still pretty fragile in the case of exotic path names,
but it's better now. If this is still a problem for users, the next
step is either to give up on permitting make-time overrides of special
vars like `prefix` or to at least disable that functionality with a
configure switch of some sort.

Reviewed by balaji@.

11 of 1 result
You can't create new branches for MPIch.