- 18 Dec, 2013 16 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>
-
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>
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
The configure auto-detects IB libraries in the following order. 1. If libdcfa.so is found, it's selected automatically. 2. If libibverbs.so is found, it's selected automatically. Note that the search path can be specified by using --with-dcfa=<path> option. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Add some minor error checking to fail more obviously. Add MPITEST_FILE_ERRORS_THROW_EXCEPTIONS to turn on file i/o exceptions for cxx tests. (ibm) Issue 8847 (ibm) ec58bb29b7f8051973303364c6f469bb291773e3 Signed-off-by:
Michael Blocksome <blocksom@us.ibm.com> Signed-off-by:
Rob Latham <robl@mcs.anl.gov>
-
Sameer Kumar authored
Does not include the win request tls optimization Signed-off-by:
Michael Blocksome <blocksom@us.ibm.com>
-
Rob Latham authored
the MPI_Type_size_x and MPI_Status_set_elements_x might not be available on older MPI implementations. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Rob Latham authored
- zap the TRACE_ERR routine - use ADIOI_MAX instead of pami-defined MAX - find proper header file for Kernel_GetPersonality Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Rob Latham authored
the "install these bits" part had been removed in the great makefile shakeup of late 2011. now "make install" installs a 'libromio' library Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 17 Dec, 2013 16 commits
-
-
Junchao Zhang authored
Signed-off-by:
Huiwei Lu <huiweilu@mcs.anl.gov>
-
Pavan Balaji authored
Changes from Toni: Modifications in documentation author formatting 1.- Modified the Spanish weird n-with-a-nice-tilde-on-top of Toni's last name to look as a regular letter instead of an even weirder thing. 2.- Included Toni's middle initial to match his bibliographic name. Removed "and" from authors on docs As the template introduces space among authors, it looks weird to me that the last author gets an "and" word in front of it. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Rob Latham authored
-
Rob Latham authored
If user lies about "romio_no_indep_rw" (does independent I/O anyway), ROMIO will open the file at the time of the read/write operation. this open call (Blue Gene, maybe others) might try to be clever, as when Blue Gene does a stat-and-broadcast. Since this open is now an independent open, not collective, pass in COMM_SELF Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Rob Latham authored
the old deferred open code explicitly checked for the presence of ADIOI_GEN_WriteStrided and ADIOI_GEN_ReadStrided functions in the file system specific struct. This is needlessly specific: lustre and bluegene, for example re-implemented two phase but as a different (and differently named) function Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Rob Latham authored
deferred open had been disabled, but it does not need to be. Thanks for drawing this to my attention, Paul Coffman <pkcoff@us.ibm.com>. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Junchao Zhang authored
Since ENABLE_PVAR_NEM is always defined as 0 or 1. Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
Fixes #1962 Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
With the macro, we can get pointers on counter/timer pvars. Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
To record how many times a timer is started, so we can easily calculate the average time of events. Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
Removed the gate surrounding this macro. Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
The return value of the callbacks is of less value. Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
Make the default of --enable-mpit-pvars= be 'none' instead of 'all' Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Junchao Zhang authored
Also deleted instr option in configure.ac Signed-off-by: Junchao Zhang<jczhang@mcs.anl.gov> (Reviewed by Bill Gropp)
-
Michael Blocksome authored
-
- 13 Dec, 2013 3 commits
-
-
Kenneth Raffenetti authored
Fixes #1883 Reviewed-by:
Michael Blocksome <blocksom@us.ibm.com>
-
Kenneth Raffenetti authored
Use the string format macro for MPI_Aint Signed-off-by:
Rob Latham <robl@mcs.anl.gov>
-
Rob Latham authored
Dave Goodell reported a situation where ROMIO would retry "forever" and suggested we give up after a large number of retries. Signed-off-by:
"Dave Goodell (dgoodell)" <dgoodell@cisco.com>
-
- 10 Dec, 2013 1 commit
-
-
const-ificaiton of MPI routines happened only in MPI-3. making ROMIO's const-ification optional lets us work standalone with older libraries. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 09 Dec, 2013 3 commits
-
-
the HINDEXED_BLOCK combiner did not exist in older MPI implementations Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
the bluegene drivers can rely on MPIX routines (declared in mpix.h) instead of device-internal routines (e.g. MPIX_Hardware() ) Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
older MPI implementations may not have MPI_Count. MPI_Aint is an ok substitute. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 08 Dec, 2013 1 commit
-
-
Add lines to README.vin on how to configure the DCFA network module which makes MPICH run on IB and Xeon Phi. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-