[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b1-12-g5c060df

Service Account noreply at mpich.org
Fri Mar 20 09:32:04 CDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  5c060dfd724cc468a2e4bf0e6e35135b355d87e7 (commit)
      from  4ae462b2c6d3b76da905170e888f3956a544f88b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/5c060dfd724cc468a2e4bf0e6e35135b355d87e7

commit 5c060dfd724cc468a2e4bf0e6e35135b355d87e7
Author: Wesley Bland <wbland at anl.gov>
Date:   Fri Mar 20 09:30:07 2015 -0500

    Extend timeouts for putfence1/getfence1
    
    These tests take a longer time on OSX due to the poor performance of
    malloc/calloc on OSX platforms. The extended timeout gives them a chance
    to complete.
    
    This could be better fixed in the future by only allocating the memory
    for the window once instead of over and over (~5000 times).
    
    No reviewer

diff --git a/test/mpi/rma/testlist.in b/test/mpi/rma/testlist.in
index 29fb487..cf80e82 100644
--- a/test/mpi/rma/testlist.in
+++ b/test/mpi/rma/testlist.in
@@ -1,8 +1,8 @@
 winname 2
 allocmem 2
-putfence1 4
+putfence1 4 timeLimit=500
 putfidx 4
-getfence1 4 timeLimit=400
+getfence1 4 timeLimit=500
 accfence1 4
 adlb_mimic1 3
 accfence2 4

-----------------------------------------------------------------------

Summary of changes:
 test/mpi/rma/testlist.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list