- 25 Jul, 2013 1 commit
-
-
The highest bit of tag space will now be reserved for failure notification. We are far above the required 32767, so this shouldn't be a problem. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 24 Jul, 2013 1 commit
-
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 23 Jul, 2013 2 commits
-
-
Antonio J. Pena authored
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Rob Latham authored
This parameter gets allocated and broadcasted but near as I can tell it's never actually used for anything.
-
- 22 Jul, 2013 1 commit
-
-
Ken Raffenetti reported the default GNU patch for FreeBSD is too old to recognise the --no-backup-if-mismatch flag. This fix switches to a manual removal approach. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 19 Jul, 2013 4 commits
-
-
Cleaned up spaces-tabs mismatch in patch file, and fixed a few parameters for the patch command. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
In MPIDI_CH3I_Win_allocate_shared, if the size of shared memory segment is 0, we just set window's base to NULL, do not allocate shared memory segment and mutex memory region. In MPIDI_CH3I_SHM_Win_free, we detach the shared memory segment and mutex memory region only when the size of shared memory segment is not 0. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
MPICH currently has a bug that causes it to abort when all processes provide zero bytes to the window allocation routine. While it can be considered a user error, the MPI-3 standard does not explicitly disallow this case.
-
MPIR_ERRTEST_ARGNULL is used in MPI_Get_accumulate and MPI_Rget_accumulate to verify that the address of a buffer is not NULL. However, a NULL buffer is valid when the count is zero or when a derived datatype of size 0 is used. Signed-off-by:
Jeff Hammond <jhammond@alcf.anl.gov>
-
- 18 Jul, 2013 6 commits
-
-
Pavan Balaji authored
strict builds no longer do gcc-specific things. We test each option to see if the compiler accepts them before using it.
-
Pavan Balaji authored
This program tests to make sure we can do zero-count or zero-size datatype RMA tests without the MPI library throwing errors.
-
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>
-
Patching libtool.m4 from autogen.sh to add compatibility with the NAG Fortran compiler plus shared libraries. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 17 Jul, 2013 1 commit
-
-
Pavan Balaji authored
This covers a small part of ticket #1835.
-
- 16 Jul, 2013 8 commits
-
-
Rob Latham authored
Since different file systems have different default hints, make a start at being a bit more sophisticated with respect to what we should compare against. If no arguments given, file_info will simply test that hints set can be retrieved. If given the -b (bluegene) or -u (unix file system) flag, file_info will check those default values. todo: add pvfs, lustre, and other file systems of interest. fixes tt #1810
-
-
(ibm) D191388 : MPICOM case with mpich2 hit Assertion failed issue (ibm) AIX71J Signed-off-by:
Charles Archer <archerc@us.ibm.com>
-
Signed-off-by:
Haizhu Liu <haizhu@us.ibm.com>
-
Signed-off-by:
Haizhu Liu <haizhu@us.ibm.com>
-
Kenneth Raffenetti authored
Fixes #1695 Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Pavan Balaji authored
We were using MPIR_PARAM_NEMESIS_ENABLE_CKPOINT in some cases and MPIR_PARAM_ENABLE_CKPOINT in some cases. This patch makes the names consistent. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Rob Latham authored
It would appear that we can get more than two gigs worth of data down to the write(2) and read(2) system call, but those syscalls fail to process all of it. Perfectly valid behavior for unix to return less than requested, but until now, ROMIO never dealt with it. Still to do: update Blue Gene drivers closes ticket #1742 , since that ticket is only asking about I/O to less than two gigs. Lots and Lots more work needed for larger than two gigs.
-
- 15 Jul, 2013 2 commits
-
-
Pavan Balaji authored
This environment is unused, since we never got it to work. The original idea was to push the configuration for all compilers into a single file. This never worked correctly, so it was disabled, but never deleted. We don't fall back to the original config.rpath which defaults to an acl_cv_ prefix since that's very buggy. The variables rely on not having that prefix.
-
Antonio J. Pena authored
Signed-off-by:
Wesley Bland <wbland@mcs.anl.gov>
-
- 09 Jul, 2013 2 commits
-
-
Pavan Balaji authored
-
Rob Latham authored
missed a free of an unused array in one case, and freed some arrays immediately after calling MPI_Alltoallv in an attempt to chip away at memory footprint.
-
- 08 Jul, 2013 3 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
Replace "-" with "\-", so the manpage shows a minus instead of a hyphen. Thanks to Torquil Macdonald Sørensen <torquil@gmail.com> for providing the initial patch. Signed-off-by:
Torquil Macdonald Sørensen <torquil@gmail.com> Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 07 Jul, 2013 3 commits
-
-
William Gropp authored
-
William Gropp authored
-
Pavan Balaji authored
-
- 06 Jul, 2013 3 commits
-
-
Pavan Balaji authored
This was added for terrible systems that rely on a slow DNS server to look up the local hostname. Most OSs do a much better job setting local host names in the local /etc/hosts file today. Even if they don't, we no longer do a large number of lookups anymore, so this should not be a problem.
-
Pavan Balaji authored
-
Pavan Balaji authored
We got a number of complaints with the recent move to prioritize clang over gcc. The biggest one was the lack of good OpenMP support in clang. http://clang-developers.42468.n3.nabble.com/RFC-OpenMP-Support-in-Clang-td4029194.html
-
- 03 Jul, 2013 1 commit
-
-
Wesley Bland authored
Bill found some misuse of MPIR_ERR_RECOVERABLE and few other error messages and wrote a test in autogen.sh to discover/report them. This fixes the errors raised by that test and re-enables it at autogen time. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 02 Jul, 2013 1 commit
-
-
Kenneth Raffenetti authored
Addresses #1887.
-
- 30 Jun, 2013 1 commit
-
-
William Gropp authored
-