- 03 Dec, 2013 7 commits
-
-
Pavan Balaji authored
Signed-off-by:
Masamichi Takagi <masamichi.takagi@gmail.com>
-
Pavan Balaji authored
Signed-off-by:
Masamichi Takagi <masamichi.takagi@gmail.com>
-
dcfa_poll.c and dcfa_send.c are modified. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Replace manipulating req->status.count with MPIR_STATUS_SET_COUNT. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
DCFA is IB drivers for Xeon Phi running on McKernel. McKernel is an OS developed by the University of Tokyo. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
William Gropp authored
-
- 27 Nov, 2013 3 commits
-
-
Kenneth Raffenetti authored
Some devices may not require ICOMM_WORLD and could cause false 'context not freed' messages in debug mode. Signed-off-by:
Huiwei Lu <huiweilu@mcs.anl.gov>
-
Update MPI_Comm_create to use sparse, rather than dense, context_id allocation. This fixes incorrect context ID exhaustion errors caused by including processes that are not in the group of the new communicator in the allocation operation. This bug is exercised by test/mpi/cerrors/comm/too_many_comms3.c. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Adds a check to determine if context ID allocaiton failed because of exhaustion or fragmentation and improves error reporting. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 22 Nov, 2013 1 commit
-
-
Kenneth Raffenetti authored
Adds the -Werror flag to this test because in cases like icc/osx the compiler only throws a warning that it will ignore function __attribute__ defs, but in this case we need to know if they actually work. Fixes #1980 Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
- 21 Nov, 2013 2 commits
-
-
Kenneth Raffenetti authored
This reverts commit 9fd89d37.
-
Kenneth Raffenetti authored
Fixes #1980 Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
- 20 Nov, 2013 2 commits
-
-
Kenneth Raffenetti authored
Patch contributed by IBM. The ordering of this test was causing an issue in their builds.
-
Kenneth Raffenetti authored
Configures testsuite to only run certain large type/count tests on platforms that can supported larger memory allocations. Fixes #1975 Signed-off-by:
Rob Latham <robl@mcs.anl.gov>
-
- 19 Nov, 2013 1 commit
-
-
Wesley Bland authored
-
- 18 Nov, 2013 9 commits
-
-
Junchao Zhang authored
Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
Junchao Zhang authored
Move error checking from critical paths. Fixes #1978 Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
Junchao Zhang authored
Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
Junchao Zhang authored
Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
Junchao Zhang authored
Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Wesley Bland authored
There were no ABI changes during this RC release cycle. Therefore, we only update the revision (middle) number. The new string is 11:1:0.
-
Wesley Bland authored
-
Wesley Bland authored
3.1rc1 was released a few weeks ago, but we forgot to update the version number.
-
Wesley Bland authored
This was causing errors when printing the error descriptions in the manpages. Fixes #1979 Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
- 16 Nov, 2013 1 commit
-
-
Antonio J. Pena authored
The commented-out variable in 53640e26 is in fact hiddenly used by the macro MPIU_ERR_SET1, only if HAVE_ERROR_CHECKING is defined. That macro assumes the variable is declared and does not take it from its arguments. This hotfix declares the FCNAME[] variable if HAVE_ERROR_CHECKING is defined.
-
- 15 Nov, 2013 14 commits
-
-
Antonio J. Pena authored
Commented out in case we need it in the future. All other related functions have it, but they actually use it. This avoids a compiler warning. Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Moved a couple of variable declarations inside their block to avoid compilers complaining when those blocks are not compiled because of an #ifdef evaluated to false. Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Warnings related to unused variables intended to be used for debugging, but always declared. Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes compiler warnings complaining about a missing cast from void * to const void *. Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warnings: PGC-W-0095-Type cast required for this conversion (./src/mpid/ch3/include/mpidrma.h: 703) PGC-W-0095-Type cast required for this conversion (./src/mpid/ch3/include/mpidrma.h: 864) Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warning: PGC-W-0155-Pointer value created from a nonlong integral type (tools/ckpoint/ckpoint.c: 86) Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
They were causing compiler warnings Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
src/mpi/init/init.c: In function 'PMPI_Init': src/mpi/init/init.c:78:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable] src/mpi/init/initthread.c: In function 'PMPI_Init_thread': src/mpi/init/initthread.c:554:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable] Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes warnings in mpid_type_debug.c about unused variables in MPIDI_Datatype_printf. Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warning in ch3u_handle_connection.c whith --enable-strict: src/mpid/ch3/src/ch3u_handle_connection.c:317:194: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warnings when compiling pmip_cb.c with --enable-strict: pm/pmiserv/pmip_cb.c:803:9: warning: null argument where non-null required (argument 1) [-Wnonnull] pm/pmiserv/pmip_cb.c:803:9: warning: null argument where non-null required (argument 2) [-Wnonnull] Related to ticket #1966 Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warning when compiling tcp_init.c with --enable-strict: src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_init.c: In function 'GetSockInterfaceAddr': src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_init.c:248:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Reported in ticket #1966 Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes compiler warnings related to the possible use of uninitialized memory in mpiu_chkpmem_stk_[0] and mpir_sched_chkpmem_stk_[0]. A couple of examples: src/mpid/ch3/src/ch3u_rma_sync.c: In function 'MPIDI_CH3I_Recv_rma_msg': src/mpid/ch3/src/ch3u_rma_sync.c:1265:5: warning: 'mpiu_chkpmem_stk_[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] src/mpi/coll/iallgather.c: In function 'MPIR_Iallgather_bruck': src/mpi/coll/iallgather.c:329:5: warning: 'mpir_sched_chkpmem_stk_[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] While the code seems correct, this patch avoids the warning. See ticket #1966 Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warnings (with --enable-strict): src/mpi/coll/opminloc.c: In function 'MPIR_MINLOC': src/mpi/coll/opminloc.c:85:24: warning: variable 'flen' set but not used [-Wunused-but-set-variable] src/mpi/coll/opmaxloc.c: In function 'MPIR_MAXLOC': src/mpi/coll/opmaxloc.c:86:24: warning: variable 'flen' set but not used [-Wunused-but-set-variable] See ticket #1966 Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-