20090 Commits

Autor SHA1 Mensagem Data
Darius Buntinas 2cfe339ca2 [svn-r225] changed makefiles and scripts to use svn rather than cvs 2007-11-28 21:51:40 +00:00
Anthony Chan 3888f0a422 [svn-r224] updated the code to procname file 2007-11-28 21:43:58 +00:00
Pavan Balaji d401503c31 [svn-r223] Removed RDMA and MM devices and IB channel within CH3. 2007-11-28 21:27:04 +00:00
Anthony Chan fef5d0c852 [svn-r222] Replaced lines of getenv() + strcmp() with CLOG_Util_getenvbool(). 2007-11-28 20:25:09 +00:00
Anthony Chan dbaddba501 [svn-r221] added CLOG_Util_getenvbool() to replaced all getenv() codes for boolean values.
Added support of MPE_SAME_TMPDIR which selects the old way of calling mkstemp() on each process or the scalable way of calling mkstemp() on root and then bcast the filename to everybody in comm_world.
2007-11-28 20:24:06 +00:00
Darius Buntinas 28ca1b2212 [svn-r220] added TAGS to svn:ignore property 2007-11-28 18:51:41 +00:00
Anthony Chan 02d4e232c4 [svn-r219] added nullified versions of MPE_Log_get_solo_eventID and get_state_eventIDs to get -mpe=nolog work. 2007-11-28 02:39:56 +00:00
Anthony Chan dffb0ac3a9 [svn-r218] removed CLOG_Util_abort() so mpe_logf.c can be used with serial MPI implementation. 2007-11-28 02:34:43 +00:00
Anthony Chan 77b6617fa1 [svn-r217] Added PMPI_Ssend prototype/definition into MPI null implementation. 2007-11-28 00:38:53 +00:00
Darius Buntinas f56d0cc35c [svn-r216] heterogeneous bugfix for segment_init 2007-11-27 21:36:38 +00:00
Darius Buntinas 1cd88ac225 [svn-r215] heterogeneous bugfix for Dataloop_stream_size. it used to assume that a struct could only occur at the top level of a datatype (e.g., you couldn't have a vector of structs) 2007-11-27 20:35:29 +00:00
David Goodell 530dbddd79 [svn-r214] Make mpich2 compile again. An incorrect (non-existant) variable name was
referenced and caused gcc to choke.

[reviewer: buntinas@mcs.anl.gov]
2007-11-27 20:31:25 +00:00
Jayesh Krishna 0619e4d9fb [svn-r213] 1) Add header file for POSIX IO funcs for windows. 2) Windows does not handle open(NULL,..) - hence check if filename == NULL before calling open() 2007-11-27 19:30:58 +00:00
David Goodell 736c88b4b2 [svn-r210] Fix incorrect MPIDI_FUNC_ENTER to MPIDI_FUNC_EXIT. 2007-11-26 22:03:44 +00:00
David Goodell 2394c1a88c [svn-r209] Fix deref of NULL by some datatype debugging code when duplicating a builtin datatype. 2007-11-26 21:58:33 +00:00
David Goodell 43026324c1 [svn-r208] Fix a warning about an uninitialized variable that you only get when you compile with --enable-strict. 2007-11-26 21:54:56 +00:00
David Goodell 4fb4e092a8 [svn-r207] Add _ENTER/_EXIT macros to MPID_nem_seg_alloc. 2007-11-26 21:52:23 +00:00
David Goodell 4d5a1e1575 [svn-r206] Incredibly minor formatting submission. 2007-11-26 21:46:55 +00:00
David Goodell 978e48e551 [svn-r205] Fix an implicit definition warning in the f90 bindings. This warning only shows up if you compile
with -Wall (equivalently configure's --enable-strict argument).
2007-11-26 21:33:25 +00:00
David Goodell 7a14bf8ad2 [svn-r204] Fix for a potential bug in some datatype debugging code. Configure now determines the correct
printf-style format specifier(s) for the MPI_Aint type.
2007-11-26 21:23:52 +00:00
Robert Latham 9b9edfbbca [svn-r200] forgot to close file. 2007-11-26 19:14:37 +00:00
Darius Buntinas bf63641b22 [svn-r199] changed references to CVS directory to .svn 2007-11-26 17:38:13 +00:00
Darius Buntinas f8a5b247b9 [svn-r197] maint/updatefiles checked for the presence of CVS directories. This was fixed to check for .svn directories. 2007-11-26 17:30:22 +00:00
Bradley Penoff 41c5c831ac [svn-r194] added support for MPICH_SCTP_NAGLE_ON environment variable 2007-11-26 04:16:07 +00:00
Bradley Penoff 3c9b554934 [svn-r193] equate hostname length read from file to length determined from syscall for binding particular interfaces from a file 2007-11-24 09:39:22 +00:00
David Goodell 6797966fb8 [svn-r188] Remove dead code from some of the nemesis network modules. Most of this code was completely
commented out.

[reviewer: buntinas@mcs.anl.gov]
2007-11-21 18:55:07 +00:00
Robert Latham 0f4742a9e1 [svn-r181] error handling for MPI_File routines in simple 2007-11-19 19:47:54 +00:00
Anthony Chan 2e9fd082da [svn-r149] updated with more argument checks 2007-11-14 01:34:43 +00:00
Anthony Chan 20a4c59f21 [svn-r148] added infrastructure to piggyback argument data to MPI states through MPE_LOG_BYTES. Specically added message size byteinfo for MPI_Alltoall() and MPI_Alltoallv(). Also, added optional code to generate processor_name file in MPI_Finalize() 2007-11-14 00:29:46 +00:00
Anthony Chan 1e24d71086 [svn-r147] replaced MPI_Send by MPI_Ssend to fix the buffer exhaustion problem seen on 2 to 20 racks BG/L 2007-11-14 00:18:35 +00:00
Anthony Chan 0c3f13f4a1 [svn-r146] redirect the logging message to stderr 2007-11-14 00:16:36 +00:00
Anthony Chan 27924b3f85 [svn-r145] Added comm_spawn tests and Makefile instruction. 2007-11-13 22:52:44 +00:00
Robert Latham d06d859a8f [svn-r144] we sure talked about this long enough... teach ROMIO how to take in hints from
the environment (an env var, a hint config file).
2007-11-13 08:14:33 +00:00
Ralph Butler b49a749a4b [svn-r125] Fix typos 2007-11-08 23:47:44 +00:00
Ralph Butler 281008a6cb [svn-r124] Fix typo 2007-11-08 23:22:30 +00:00
Jayesh Krishna d81392e389 [svn-r123] Unmap network drives correctly -- Refer to Req 3681 2007-11-08 21:51:41 +00:00
Darius Buntinas d738d82481 [svn-r116] nemesis: removed invalid MPIDI_FUNC_ENTER/EXIT macro calls 2007-11-06 17:53:10 +00:00
Pavan Balaji 91f01e3dc4 [svn-r102] Removed the cvsignore files. 2007-11-02 23:01:21 +00:00
Pavan Balaji f8b7de3f3a [svn-r101] Updated CVS Ignore rules. 2007-11-02 22:58:17 +00:00
Pavan Balaji 6a1cbdcfc4 [svn-r100] Added all components in the right places. 2007-11-02 22:50:19 +00:00