- 07 May, 2009 13 commits
-
-
Rajeev Thakur authored
-
Jayesh Krishna authored
[svn-r4437] Reverting removal of mpiimpl.h from dbg_printf.c - done in r4432. Without this fix the build fails after r4432 if dbg is enabled.
-
Rajeev Thakur authored
-
Rajeev Thakur authored
-
Rajeev Thakur authored
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r4432] Move MPIU dbg stuff from mpiimpl.h to mpidbg.h . Now utils don't have to include mpiimpl.h to get dbg functionalities. Review&darius
-
Darius Buntinas authored
-
Anthony Chan authored
-
Darius Buntinas authored
[svn-r4429] fixes #29: In tcp, we're calling poll only once in a long while until we notice network activity (a connect request or something from the listener socket), then we poll more frequently (but still not every time). This will improve shared memory performance if the network is not being used.
-
Jayesh Krishna authored
[svn-r4427] Reverting change to explicitly define MPI_AINT32 as 32-bit VS intrinsic type - made in r4418 - since gnu compilers don't recognize the type. Without this fix the gnu lib build fails after r4418
-
Rob Latham authored
-
Pavan Balaji authored
places.
-
- 06 May, 2009 25 commits
-
-
Pavan Balaji authored
different set of argument list that is not associated with the application arguments. Also, fixed an accidental debug message that was left in the previous commit.
-
Pavan Balaji authored
servers from the remaining information in the partitions. This is a prerequisite to allowing the bootstrap servers to be independent of the central handle structure. We need this in order to allow the proxies to use dynamically generated ports, instead of statically assigned ones.
-
Rajeev Thakur authored
-
David Goodell authored
This substantially reduces MPI_Init times, although we are still performing O(N^2) PMI_Gets that needs to be reduced to O(1) or O(n) at the very least. Reviewed by desai@.
-
Rob Latham authored
-
Rob Latham authored
-
Jayesh Krishna authored
[svn-r4418] 1) Explicitly define MPI_AINT32 with 32-bit int (2) Correct typo - _WIN32_WINNT is the correct macro name (3) Adding defn for intsafe.h - this header will eventually be used for type safe conversions on windows
-
Jayesh Krishna authored
[svn-r4417] Fix VS compiler warnings - Handling unreferenced arg & removing return statement from unreachable code segment
-
Rob Latham authored
-
Darius Buntinas authored
[svn-r4415] removed unneeded in_or_out parameter from network_poll functions. Removed tcp_poll.c which became unnecessary and refactored related code.
-
Rob Latham authored
-
Rob Latham authored
that routine. So, bring in new hints added since last sync.
-
David Goodell authored
Resolves ticket #441, see it for more details. Also related is r4391. Reviewed by buntinas@.
-
Darius Buntinas authored
[svn-r4411] Fixed nemesis to correctly set vc state (instead of setting all vcs to active. Renamed MPIDI_Comm_get_vc to MPIDI_Comm_get_vc_set_active to alert caller to side-effect. Added MPIDI_CHANGE_VC_STATE macro to set the vc state and call debugging macro. Changed all places where vc state is changed to use this macro. Reviewed by goodell@.
-
Jayesh Krishna authored
[svn-r4410] Adding rules for building fortran 90 modules to windows makefile/scripts & Adding the module files to the 64-bit installer
-
Rob Latham authored
correct and ensures none of the fs-specific open routines will hang if they try to do anything clever (like broadcast stat info to all processors)
-
Rob Latham authored
processes with a single stat system call
-
Anthony Chan authored
Added AC_CONFIG_AUX_DIR in rlog's configure.in to get rid of install-sh.
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r4405] Adding the windows header file for NT intrinsics - to define the non-intrinsic windows data types. Without this fix the makefile builds fail after r4322.
-
Pavan Balaji authored
downstream connections in the future.
-
Pavan Balaji authored
calls.
-
Jayesh Krishna authored
[svn-r4402] Correcting the format of integer model & integer model map in windows configure. The integer model is *not* a single integer but a series in "r1, k1, r2, k2,..." format & both integer model and integer model map end with a comma separator.
-
Anthony Chan authored
[svn-r4401] fixed the rlog configure.in and Makefile.sm as well as top-level configure.in so rlog tools can be installed in $bindir. Fixed for req#497. -Thislline, and those below, will be ignored-- M configure.in M src/util/logging/rlog/configure.in M src/util/logging/rlog/Makefile.sm AM src/util/logging/install-sh
-
Anthony Chan authored
-
- 05 May, 2009 2 commits
-
-
Pavan Balaji authored
-
Jayesh Krishna authored
[svn-r4398] Adding F90 type create funcs - part of Extended fortran support - to fortran libs on windows. The 32-bit fortran libs should have the complete extented fortran support now.
-