[Pkg-ofed-commits] [infinipath-psm] branch master updated (950e54a -> 17e95b0)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Apr 3 20:04:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a change to branch master
in repository infinipath-psm.

      from  950e54a   Imported Upstream version 3.3+19.g67c0807.open
       new  4ae7325   Reduce virtual memory usage in non-SCIF builds. PSM would allocate enough shared memory for 256 processes when compiled without SCIF support. This patch instead uses the number of processors online or the number of mpi processes running to determine how much memory to allocate. However, if MPI_LOCALNRANKS or PSC_MPI_PPN are not set, then the number of cores online will be used to set how much virtual memory should be allocated. In that case the maximum number of jobs [...]
       new  7da21e3   Update .gitignore. Add compiled files and remove unused entries.
       new  225bbc9   Fix psm signal hijacking for JVM support. Bump minor ver. Fixes issue reported in https://www.open-mpi.org/community/lists/devel/2015/08/17838.php The minor version is increased by 1 to allow for openmpi to check for java support.
       new  3551492   Fix MPI error when PSM_SDMA is set to 1. Since the default value is 1, we will just ignore the user input if the user (or an MPI) tries to set PSM_SDMA to 1. This is a simple fix to prevent PSM from using invalid internal values after getting a value of 1 from PSM_SDMA.
       new  0fcd76e   Fix uninitialized and check for invalid values found by static analyzer.
       new  d67117d   Revert "From 83854b7dfb0f24939778a6e5caff15e03b8ee7a5 Mon Sep 17 00:00:00 2001"
       new  67c0807   Fix hang with 64K rank support when using Intel MPI. During MPI_Finalize with Intel MPI, many processes would hang in ips_proto_mq_isend. This problem was only noticed at a larger amount of ranks and nodes. This bug was introduced in 2b70a0f379c1a72b924bc4d5cf6ea19749c0bd57. There were some bit shift and mask errors with the change. The commidx base id was not properly used correctly in ips_epstate functions, causing some messages to never get received properly.
       new  07ed87d   Initialize variables
       new  3ed624f   Fix a few typos.
       new  4abbc60   Merge pull request #6 from ana/master
       new  17e95b0   Merge remote-tracking branch 'upstream/master'

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore               | 6 ++++++
 psm.h                    | 2 +-
 psm_diags.c              | 2 +-
 psm_error.c              | 2 +-
 psm_mq.h                 | 2 +-
 ptl.h                    | 2 +-
 ptl_am/am_reqrep_shmem.c | 2 +-
 ptl_ips/ips_spio.c       | 2 +-
 8 files changed, 13 insertions(+), 7 deletions(-)
 create mode 100644 .gitignore

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/infinipath-psm.git



More information about the Pkg-ofed-commits mailing list