pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/openmpi



Module Name:    pkgsrc
Committed By:   asau
Date:           Wed Oct 17 23:27:35 UTC 2012

Modified Files:
        pkgsrc/parallel/openmpi: Makefile PLIST distinfo options.mk
        pkgsrc/parallel/openmpi/patches: patch-ai patch-aj patch-ak
Removed Files:
        pkgsrc/parallel/openmpi: PLIST.vt
        pkgsrc/parallel/openmpi/patches:
            patch-ompi_contrib_vt_vt_etc_Makefile.in
            patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp

Log Message:
Update to OpenMPI 1.6.2
Don't build VampirTrace anymore, it will be introduced as separate package.

Changes in v1.6.2 as compared to v1.6.1:

- Fix issue with MX MTL. Thanks to Doug Eadline for raising the issue.
- Fix singleton MPI_COMM_SPAWN when the result job spans multiple nodes.
- Fix MXM hang, and update for latest version of MXM.
- Update to support Mellanox FCA 2.5.
- Fix startup hang for large jobs.
- Ensure MPI_TESTANY / MPI_WAITANY properly set the empty status when
  count==0.
- Fix MPI_CART_SUB behavior of not copying periods to the new
  communicator properly. Thanks to John Craske for the bug report.
- Add btl_openib_abort_not_enough_reg_mem MCA parameter to cause Open
  MPI to abort MPI jobs if there is not enough registered memory
  available on the system (vs. just printing a warning). Thanks to
  Brock Palen for raising the issue.
- Minor fix to Fortran MPI_INFO_GET: only copy a value back to the
  user's buffer if the flag is .TRUE.
- Fix VampirTrace compilation issue with the PGI compiler suite.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/parallel/openmpi/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/parallel/openmpi/PLIST
cvs rdiff -u -r1.6 -r0 pkgsrc/parallel/openmpi/PLIST.vt
cvs rdiff -u -r1.10 -r1.11 pkgsrc/parallel/openmpi/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/openmpi/options.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/openmpi/patches/patch-ai
cvs rdiff -u -r1.2 -r1.3 pkgsrc/parallel/openmpi/patches/patch-aj \
    pkgsrc/parallel/openmpi/patches/patch-ak
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/parallel/openmpi/patches/patch-ompi_contrib_vt_vt_etc_Makefile.in \
    
pkgsrc/parallel/openmpi/patches/patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index