- 30 Dec, 2013 6 commits
-
-
Antonio J. Pena authored
Mark those variables exclusively being used for assertions as potentially unused to avoid compiler warnings when the assertion macro does nothing. These show up with --enable-fast. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Antonio J. Pena authored
These only show up with --enable-fast Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warnings: "src/binding/cxx/initcxx.cxx", line 444: warning: missing return statement at end of non-void function "MPI::MPIR_Comm_delete_attr_cxx_proxy" "src/binding/cxx/initcxx.cxx", line 496: warning: missing return statement at end of non-void function "MPI::MPIR_Comm_copy_attr_cxx_proxy" Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warnings: "src/binding/cxx/initcxx.cxx", line 721: warning: variable "err" was set but never used "src/binding/cxx/initcxx.cxx", line 745: warning: variable "err" was set but never used "src/binding/cxx/initcxx.cxx", line 770: warning: variable "err" was set but never used Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warnings when compiling socksm.c with --enable-strict: src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.c: In function 'alloc_sc_plfd_tbls': src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.c:183:5: warning: the comparison will always evaluate as 'true' for the address of 'MPID_nem_tcp_g_lstn_sc' will never be NULL [-Waddress] src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.c:184:5: warning: the comparison will always evaluate as 'true' for the address of 'MPID_nem_tcp_g_lstn_plfd' will never be NULL [-Waddress] Reported in ticket #1966 Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes the following warnings (with --enable-strict): src/mpid/ch3/src/ch3u_rma_acc_ops.c: In function 'MPIDI_Get_accumulate': src/mpid/ch3/src/ch3u_rma_acc_ops.c:31:5: warning: unused variable 'mpiu_chklmem_stk_sz_' [-Wunused-variable] src/mpid/ch3/src/ch3u_rma_ops.c: In function 'MPIDI_Accumulate': src/mpid/ch3/src/ch3u_rma_ops.c:350:5: warning: unused variable 'mpiu_chklmem_stk_sz_' [-Wunused-variable] See ticket #1966 Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 29 Dec, 2013 3 commits
-
-
Test all compilers, not just gcc. Use nesting safe push/pop flag macros. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Charles Archer <archerc@us.ibm.com> Signed-off-by:
Michael Blocksome <blocksom@us.ibm.com> Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
(ibm) D192180: Changing MPIU_Malloc size from unsigned to size_t Signed-off-by:
Charles Archer <archerc@us.ibm.com> Signed-off-by:
Michael Blocksome <blocksom@us.ibm.com> Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 25 Dec, 2013 1 commit
-
-
Pavan Balaji authored
This patch tests the code when we are duping overlapping communicators (with two processes each) essentially forming a ring that should deadlock with blocking Comm_dup. With Comm_idup, this should work correctly as per the MPI standard.
-
- 20 Dec, 2013 5 commits
-
-
Pavan Balaji authored
-
Antonio J. Pena authored
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Antonio J. Pena authored
Fixes #1765. Patch contributed to mpich-discuss by Ian Hutchinson with minor style fixes. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Antonio J. Pena authored
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Rob Latham authored
as fallout from deferred open, we were doing the "scalable stat" from the first aggregator, but broadcasting the result from rank 0. now we broadcast from the process that actually has a meaningful value.
-
- 19 Dec, 2013 14 commits
-
-
Junchao Zhang authored
Old perl (e.g., Perl 5.10) does not support $_ in readdir. The fix is using an explicit variable instead. Fixes #1991 Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Junchao Zhang authored
When printing Fortran subroutine prototypes to the f90 module files, use dummy argument (i.e., C formal argument) names defined by MPI, instead of short names like v0, v1. The side-effect is that longer names may make a line exceed the length limit set by Fortran. So we also need to properly wrap long lines. The revise is to support Fortran keyword arguments. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Junchao Zhang authored
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Junchao Zhang authored
Revised Perl subroutine ReadInterface(), which is used to extract function prototypes from a file. Previously, ReadInterface only extracted argument types of C functions. With this revise, it also extracts argument names. This is needed to support Fortran keyword arguments. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Junchao Zhang authored
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Fixes #1928 Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Fixes #1963 Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
MPIR_CVAR_PROCTABLE_PRINT related code was originally commented out. Revert the code so that MPIR_CVAR_PROCTABLE_PRINT does what it means. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Added prefix MPIR_CVAR_ to GATHERV_INTER_SSEND_MIN_PROCS Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
The script extractcvars extracts cvar info from C source files. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Pavan Balaji authored
Signed-off-by:
Masamichi Takagi <masamichi.takagi@gmail.com>
-
- 18 Dec, 2013 11 commits
-
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Perform git mv files and rename names in files. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Remove PUT_DONE macro. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Modify the rate at which an control packet of notifying flow-control credit information is sent to three halves of the rate at which flow-control credit information is embedded into a packet. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Increase the maxiumum number of connections whose message arrival is detected by polling. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-