lp:mpich

Created by VCS imports on 2008-08-18 and last modified on 2013-01-03
Get this branch:
bzr branch lp:mpich

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
MPIch
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was on 2017-11-06.

Import started on 2017-11-10 on pear and finished on 2017-11-10 taking 30 seconds — see the log
Import started on 2017-11-08 on pear and finished on 2017-11-08 taking 40 seconds — see the log
Import started on 2017-11-07 on russkaya and finished on 2017-11-07 taking 1 minute — see the log
Import started on 2017-11-07 on pear and finished on 2017-11-07 taking 40 seconds — see the log

Recent revisions

5787. By goodell on 2013-01-03

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@.

5786. By goodell on 2013-01-03

fix dylib creation on OS X if fortran is disabled

This is a follow-on to r10622 and tt#1570. Eric Borisch reported that
shared libraries were not generated on Darwin platforms when
`--disable-f77` and `--disable-fortran` are passed. The fix in r10622
was buggy, but hopefully this one works a bit better.

If you're debugging this in the future, search for `_lt_disable_F77` in
the generated configure file to help understand why we expect `F77=no`
to prevent libtool problems (and possibly help debug the future
problem).

Reviewed by balaji@.

5785. By balaji on 2013-01-03

Added CHANGES log for mpich-3.0.1 and mpich-3.0.2.

No reviewer.

5784. By balaji on 2013-01-03

Merge hydra-specific hwloc patches from r10740.

No reviewer.

5783. By balaji on 2013-01-03

Upgrade to hwloc-1.6.1rc1.

No reviewer.

5782. By balaji on 2013-01-03

Redo the twovec test to get rid of the MPI_Wtick() test which makes no
sense. Also improve the code to make sure the datatype creation time
does not depend on the data size.

Reviewed by goodell.

5781. By dinan on 2012-12-31

Removed duplicate declaration from mpi.h.in

Removed duplicate PMPI_Comm_create_group declaration. Patch provided by Jed
Brown.

5780. By dinan on 2012-12-29

Removed stale mpix header inclusion in test case

The "#include 'mpix.h'" is no longer needed in the mutexes test case; the
needed declarations have been moved to mpi.h.

5779. By balaji on 2012-12-26

Missed out some mpich2 --> mpich renames.

No reviewer.

5778. By gropp on 2012-12-21

Add necessary checks for long long support

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.