Timeline


and .

10/03/09:

13:28 Ticket #844 (Hydra: rsh - support GNU inetutils rsh) closed by balaji
fixed: Yes, you are right. It does look like this is only a problem on older …
13:28 Changeset [5396] by balaji
Revert r5289. This was a bug in rsh that was fixed in the newer versions.
13:20 Ticket #678 (confdb macros) closed by balaji
fixed: Most of the cleanup is done. The only parts left are to get rid of the …

10/02/09:

17:19 Ticket #888 (ccreate1 error test fails) created by goodell
See: http://www.mcs.anl.gov/research/projects/mpich2/nightly/old/ […] …
17:15 Changeset [5395] by goodell
Flip the OPA svn:externals to r92 to pick up 64-bit PPC support. No …
13:09 Ticket #840 (possible MPD job launch performance regression in 1.1.1p1) closed by goodell
worksforme: I just retested ch3:nemesis:tcp on the eureka cluster at 796 processes on …
08:06 Ticket #598 (MPI_Aint+typecasting issues from IBM patches) closed by goodell
fixed: I believe that Bill has sorted this out at this point.
07:55 Ticket #216 (Incorrect behavior of MPICH2 C++ when Error handler MPI::ERRORS_RETURN is ...) closed by goodell
wontfix: Now that the C++ bindings have been deprecated in MPI-2.2, this ticket is …

10/01/09:

16:49 Changeset [5393] by jayesh
Updating the upgrade code for MPICH2 on windows for upcoming rc release
16:46 Changeset [5392] by jayesh
1) Updating windows proj dependencies for ch3sock channel. This was reqd …
16:42 Changeset [5391] by jayesh
Letting gnu compiler run within a cygwin bash prompt
16:37 Changeset [5390] by jayesh
Adding decl for thread private vars - was missing in r3177. Without this …
16:35 Changeset [5389] by jayesh
Adding channel deprecated msg for users choosing the SHM channel on …
13:11 Changeset [5388] by balaji
Remove the BLCR support information from the CHANGES file (this has been …
12:41 Ticket #887 (MPID_nem_init assumes malloc(0) returns a valid pointer) created by gropp
Assuming that malloc(0) is not null is a Linuxism. See lines 113 in …
11:43 Ticket #844 (Hydra: rsh - support GNU inetutils rsh) reopened by https://www.google.com/accounts/o8/id?id=AItOawlmBmkqBufNwgbjwoMgyyV90a0c_jmqP2k
On what versions of rsh it was tested? There is fast test: rsh localhost …
11:40 Changeset [5387] by gropp
avoid warnings about ifname declaration shadowing another declaration
11:36 Ticket #883 (Problems in MPI_Comm_create in mpich2-1.1.1p1 andrecent SVN version) closed by goodell
fixed: Edric, this is fixed in r5386. Let us know if you have any trouble with …
11:31 Changeset [5386] by goodell
Fix MPI_Comm_create with dynamic procs (ticket #883). MPI_Comm_create was …

09/30/09:

13:08 Ticket #886 (clean target in hydra does not remove .o files) closed by goodell
invalid: I think that this is just detritus left over in your working copy from …
12:48 Ticket #886 (clean target in hydra does not remove .o files) created by gropp
[…]
07:56 Ticket #771 (Problem with --with-aint-size=8) closed by gropp
fixed: It appears that I've found all the bugs identified here for …
07:51 Ticket #793 (Fwd: [mpich2-dev] fandcattrf90 test on BGP) closed by gropp
fixed: I believe my recent commits have fixed both the attribute problem when …
07:40 Changeset [5385] by gropp
Removed unnecessary CS_ENTER/EXIT

09/29/09:

16:58 Changeset [5384] by goodell
Require exactly autoconf 2.63 in maint/updatefiles. autoconf-2.64 is not …
15:58 Changeset [5383] by goodell
Fix sharedlib builds broken by the ABI change (r5359). No reviewer.
15:15 Changeset [5382] by jayesh
Adding sizes of C99 types and handling other unhandled defns in windows …
15:01 Ticket #885 (Can I submit a bug report?) created by gropp
I'm not sure it this will work - trac tells me to […] I don't know how …
12:24 Changeset [5381] by gropp
Fixes for attributes when sizeof(MPI_Aint) > sizeof(void*), needed when …
12:20 Changeset [5380] by gropp
Quiet compiler warnings about casting pointers to integers of different …
12:18 Changeset [5379] by gropp
Ensure Fortran90 libraries are cleaned
12:17 Changeset [5378] by gropp
Ensure that shared libraries are cleaned as well and static libraries
12:09 Changeset [5377] by gropp
Add MPIU_THREADPRIV_DECLs to the routines needed by non-MPICH2 MPIs (and a …
11:06 Ticket #884 (MPI_Get_elements not returning MPI_UNDEFINED when expected) created by sko@…
We have discovered a MPI_Get_elements() bug where the routine does not …

09/28/09:

17:22 Changeset [5376] by goodell
Make mpiu_valgrind.h inclusion unconditional to avoid non-debug link …
12:33 Changeset [5375] by gropp
Enhanced the F90 buildiface so that, like the F77 version, it may be used …

09/26/09:

17:20 Ticket #838 (req->dev.iov_offset and MPIDI_CH3U_Request_load_recv_iov()) closed by goodell
fixed: This should be fixed by r5374. OnDataAvail? functions (all functions …
17:04 Changeset [5374] by goodell
Fix subarray test failures introduced in r4099. The …
17:04 Changeset [5373] by goodell
Minor wibble, put the structure def outside of the macro. No reviewer.
17:04 Changeset [5372] by goodell
Add wrapper for the VALGRIND_CHECK_MEM_IS_DEFINED client request. No …
17:03 Changeset [5371] by goodell
Add missing NULL-pointer check in handle allocation code. No reviewer.

09/25/09:

12:03 Changeset [5370] by balaji
If the RMK already has the number of processes set, just use that instead …
11:46 Ticket #883 (Problems in MPI_Comm_create in mpich2-1.1.1p1 andrecent SVN version) created by Edric.Ellis@…
Hi, I’ve been trying some stuff out to see if we can upgrade to …
10:16 Changeset [5369] by balaji
Initial draft of the PBS RMK.

09/24/09:

18:16 Ticket #882 (MPICH2 32-bit to 64-bit communication) created by Ed Nieters <nieters@…>
I'm starting 3 processes from a batch file using mpiexec on MPICH2 1.0.7. …
12:21 Changeset [5368] by gropp
Use the correct type in the segment calls - it must be an MPI_Aint, not an …
11:30 Changeset [5367] by gropp
Added pragma to tell gcc (if a recent enough version is available) to …
11:28 Changeset [5366] by gropp
Fix misspelled comment
11:28 Changeset [5365] by gropp
Fix the make targets for configure files so that they are correctly built …

09/23/09:

20:23 Ticket #40 (Need test for type_create_indexed_block in ROMIO) closed by thakur
wontfix
20:16 Ticket #708 (mpich2-1 on an IBM AIX 5.2 machine) closed by thakur
wontfix: Don't have access to AIX 5.2
20:12 Ticket #779 (Lustre compilation error on FC7 Linux (but not FC4)) closed by thakur
fixed: Fixed in r5364
20:12 Changeset [5364] by thakur
fixes ticket #779
20:09 Ticket #796 (Troubleshooting) closed by thakur
worksforme: If you don't need to use Fortran, configure with --disable-f77
20:06 Ticket #875 (forrtl: severe (24): end-of-file during read, unit 5, file stdin) closed by thakur
worksforme
20:01 Ticket #881 (MPICH2 build fails on Solaris Opteron) created by joseph@…
Hi, I'm having issues compiling MPICH2 on Solaris 10 running on a 64-bit …
02:27 Changeset [5363] by goodell
Minor cleanups to the alltoallw_zeros test from r5362. Buffers weren't …

09/22/09:

20:35 Ticket #872 (problem in MPI_Alltoallw using empty data types) closed by goodell
fixed: This is fixed by r5362. Thanks again for the bug report. -Dave
20:34 Changeset [5362] by goodell
Fix alltoall{v,w} zero count/type hangs (ticket #872). This fixes the …
19:32 Ticket #880 (mpd generates a buffer overflow on a x86_64 computer (Intel i7)) closed by goodell
invalid: Hi John, It looks like you are using MPICH1 not MPICH2. MPICH1 is not …
19:19 Ticket #880 (mpd generates a buffer overflow on a x86_64 computer (Intel i7)) created by John G. Shaw <jshaw@…>
I installed mpich using the rpms from OpenSuse?-11.1. The machine is an …
15:33 Changeset [5361] by gropp
Use const for the file name to reduce compiler warning messages
13:19 Ticket #879 (weird error message with truncated message) closed by thakur
fixed: Fixed in mpich2 code base as well. resolving.
13:19 Changeset [5360] by thakur
fixes ticket #879

09/21/09:

06:32 Changeset [5359] by balaji
Updated the code to maintain the ABI versioning in the top-level …

09/20/09:

09:22 Changeset [5358] by gropp
Insure that Fortran ADDRESS_KIND is correctly set if --with-aint-size is …

09/18/09:

13:00 Ticket #879 (weird error message with truncated message) created by "Michael Hofmann" <michael.hofmann@…>
[…]

09/17/09:

15:41 Ticket #877 (Possible incorrect usage of *FUNC_ENTER* macro in MPIC_Sendrecv_replace()) closed by jayesh
fixed: Fixed in r5357 -jayesh
15:32 Changeset [5357] by jayesh
Explicitly declaring sendcount and recvcount that are logged by the rlog …
14:03 Changeset [5356] by jayesh
Adding Scalable graph topology, MPI_Reduce_scatter_block, MPI_Reduce_local …
09:58 Changeset [5355] by gropp
Added (or moved) MPIU_THREADPRIV_DECL so that the thread-private area is …
08:56 Changeset [5354] by gropp
Ensure that a build failure in the mpi-io directory causes the make to …

09/16/09:

15:31 Ticket #856 (MPICH2 on Vista) closed by thakur
wontfix: resolving until we hear further
15:30 Ticket #847 (problem parallelizing on nehalems) closed by thakur
invalid
14:16 Ticket #877 (Possible incorrect usage of *FUNC_ENTER* macro in MPIC_Sendrecv_replace()) created by jayesh
Dave, I believe you added this code in src/mpi/coll/helper_fns.c […] …
11:25 Changeset [5352] by chan
bugfix for cross compilation.
10:30 Changeset [5351] by jayesh
Using the NMPI_Isend() ver instead of directly using MPI_Isend(). Reviewed …
10:00 Changeset [5350] by jayesh
Removing old checkpointing code in wintcp - was missed in r5325

09/15/09:

21:20 Ticket #634 (mpiexec command issue) reopened by mambom1902@…
[…]
19:55 Changeset [5349] by thakur
added missing cflags to .c.lo target. Reported by Brian Smith.
19:09 Changeset [5347] by balaji
Change references to mpich2-maint to point to mpich-discuss in preparation …
18:35 Changeset [5346] by goodell
Fixes for the subarray test, including the infamous " No Errors". Nemesis …
18:04 Changeset [5345] by goodell
Fix for failing rqstatus test. The MPIR_Status_set_empty macro doesn't …
16:52 Changeset [5344] by jayesh
Adding support for C99 fixed-width types, C99 complex types, MPI_AINT and …
16:20 Ticket #876 (Fwd: Jumpshot question) created by "Jason PW Kabel" <jason.kabel@…>
[…] jumpshot_backwards_arrow.PNG
13:32 Changeset [5343] by balaji
Fix for the timeout test failure. Every process manager seems to have its …
11:40 Ticket #875 (forrtl: severe (24): end-of-file during read, unit 5, file stdin) created by Jamie T Tran <Jamie_T_Tran@…>
[…] c.txt m.txt mi.txt
09:04 Changeset [5342] by balaji
Forgot to add the copyright notice.

09/14/09:

18:37 Changeset [5341] by balaji
Added a version of the failing test reported by Bryan Putnam to the test …
14:57 Changeset [5340] by goodell
Fix a leak in MPI_Comm_create. Thanks to Bill for catching this. It …
14:55 Changeset [5339] by goodell
Don't require that "weighted" is set for the no-edges case. No reviewer.
14:55 Changeset [5338] by goodell
Copy NULL arrays correctly in topoutil.c. This simplifies the handling of …
14:54 Changeset [5337] by goodell
Don't check memcpy pointer args when len==0. The MPIU_MEM_CHECK_MEMCPY …
14:54 Changeset [5336] by goodell
Correctly handle zero-sized reallocs that return NULL. Realloc can return …
14:45 Changeset [5335] by balaji
Hydra doesn't support spawn yet; disable spawn tests.
14:43 Changeset [5334] by balaji
Updates to the HTML generation script to cleanup older directories.
08:40 Ticket #872 (problem in MPI_Alltoallw using empty data types) created by "Michael Hofmann" <michael.hofmann@…>
[…] alltoallvw_bug.c

09/13/09:

16:35 Changeset [5333] by balaji
The MPL's been moved to trunk. This directory is redundant.

09/12/09:

10:54 Changeset [5332] by balaji
Generate the test list in the expected format.
10:46 Changeset [5331] by balaji
Updated nightly test list and added support for PGI compilers in the …

09/11/09:

15:50 Changeset [5330] by balaji
Fixed a bug with respect to vfprintf usage that was causing some arguments …
09:37 Ticket #867 (Installing multiple versions of MPICH2 on a windows system) created by jayesh
Currently we prohibit users from installing different versions of MPICH2 …
04:40 Ticket #847 (problem parallelizing on nehalems) reopened by brandt.j@…
[…]

09/10/09:

12:57 Ticket #863 (Add more documentation on debugging MPI apps on windows) created by jayesh
We need to update the existing doc(in windows developers guide) with more …
07:11 Changeset [5328] by balaji
Initial draft of the CHANGES file for the 1.2rc1 release.
06:46 Changeset [5327] by balaji
Upgrade slurm's support level.
06:38 Changeset [5326] by balaji
Fix for the timeout failure from the nightly tests.
06:30 Changeset [5325] by buntinas
removing old checkpointing code
06:12 Changeset [5324] by balaji
Got rid of duplicate definition function.
03:24 Changeset [5322] by buntinas
warning stomps and eliminated the need for parameters to …
03:09 Changeset [5321] by buntinas
added ignores

09/09/09:

13:40 Ticket #852 (mpiexec return code 1 on success?) closed by thakur
worksforme: Resolving until we hear further
13:35 Ticket #847 (problem parallelizing on nehalems) closed by thakur
worksforme: Resolving until we hear further.
13:34 Ticket #853 (Problems with mpich) closed by thakur
worksforme
13:34 Ticket #854 (Hello, there are some problem about MPICH2, I did it many days , but I ...) closed by thakur
worksforme
13:27 Ticket #857 (some questions) closed by thakur
invalid: Yes, it supports all those MPI-2 features.
07:36 Changeset [5320] by buntinas
removed unnecessary includes
07:23 Ticket #855 (hello ,May I ask you a question? thank you~!) closed by thakur
worksforme
07:03 Changeset [5317] by buntinas
checkpointing interface fixes and warning stomps. Reviewed by pavan@
06:10 Changeset [5315] by balaji
We are planning to release 1.2rc1 first.
06:08 Changeset [5314] by balaji
Update ROMIO's external confdb links to use internal links.
06:02 Changeset [5313] by balaji
Update svn:ignore properties.
06:00 Changeset [5312] by balaji
Moved MPL into the mpich2 trunk and updated the MPL external links to …
05:48 Changeset [5311] by balaji
Cleanup the code to find directories that require autoreconf vs. autoconf.
01:24 Changeset [5309] by goodell
Fix for failing distgraph1 test on 64-bit platforms. No reviewer.

09/08/09:

11:40 Ticket #857 (some questions) created by Chunyan Bao <chunyan@…>
[…]
08:27 Changeset [5308] by goodell
Update MPI version number to 2.2 (MPI Forum ticket #101). Reviewed by …
08:05 Changeset [5307] by goodell
Scalable graph topology implementation (MPI Forum ticket #33). This …
08:05 Changeset [5306] by goodell
Add MPIU_REALLOC_* macros to simplify proper realloc usage. No reviewer.
03:05 Changeset [5305] by balaji
Update README to encourage users to send general installation/usage …

09/07/09:

12:17 Ticket #856 (MPICH2 on Vista) created by https://www.google.com/accounts/o8/id?id=AItOawnUlRSC-YukZbhtW1TqwabYO3AUoPSdgjE
Hi , I have been trying to make some headaway on this for hours now but I …
11:36 Changeset [5304] by balaji
We need to verify the communicator before freeing it. D'oh.
11:34 Changeset [5303] by balaji
Added query functions to verify that the comm returned by the distributed …
08:28 Changeset [5302] by balaji
Added some more fun cases to the MPI_Dist_graph_create test code.
03:09 Changeset [5301] by balaji
Some more improvements to the error output. Better correlation to the …

09/06/09:

21:06 Changeset [5300] by balaji
Added "requesting checkpoint" and "checkpoint completed" messages.
21:05 Changeset [5299] by balaji
Better debug output with separate prefixes for proxies and the UI, …
10:25 Changeset [5298] by balaji
Added testing for MPI_Dist_graph_create functionality as well.
09:54 Changeset [5297] by balaji
Added the distgraph1 test into the testlist.
09:47 Changeset [5296] by balaji
Update the version information in preparation for the 1.2 release.
09:35 Changeset [5295] by balaji
Added an initial test for the MPI_Dist_graph_create_adjacent functionality …
07:00 Ticket #855 (hello ,May I ask you a question? thank you~!) created by longsha zhou <zhoulongsha@…>
[…] untitled-part.html

09/04/09:

17:29 Ticket #835 (Hydra: Persistent proxy launch race) closed by balaji
fixed: Fixed in r5294. Resolving.
17:29 Changeset [5294] by balaji
Don't exit the proxy launcher in persistent mode till the proxies are …
16:27 Ticket #834 (Hydra: Persistent proxy aborts) closed by balaji
fixed: Fixed in r5293. Resolving.
16:26 Changeset [5293] by balaji
When we send a terminate command to the proxies, we should wait for the …
15:52 Ticket #839 (Hydra: stdout/stderr buffering) closed by balaji
fixed: This should be fixed in r5292. Resolving.
15:51 Changeset [5292] by balaji
Set the upstream stdin fd to non-blocking on the proxies. Otherwise, the …
14:33 Changeset [5291] by robl
update to point to other collaborators
08:50 Ticket #854 (Hello, there are some problem about MPICH2, I did it many days , but I ...) created by longsha zhou <zhoulongsha@…>
[…] untitled-part.html
03:26 Changeset [5290] by balaji
Use PAC_CHECK_HEADER_LIB_FATAL consistently. Reviewed by buntinas.

09/03/09:

22:05 Ticket #831 (Fatal error in MPI_Wait) closed by thakur
wontfix: resolving until we hear further.
22:03 Ticket #781 (Build of either "mpich2-1.1.1" or "mpich2-1.1.1p1" fails for "initcxx.cxx") closed by thakur
worksforme
21:59 Ticket #842 (mpich2 1.1.1p1 bug: "make -j 8" using intel 11.1 compiler-set) closed by thakur
invalid: Yes, parallel make is not currently supported, but we plan to.
21:22 Ticket #844 (Hydra: rsh - support GNU inetutils rsh) closed by balaji
fixed: Fixed in r5289. Resolving.
21:22 Changeset [5289] by balaji
Add -- to hide hydra parameters from rsh. See ticket #844.
21:17 Changeset [5288] by balaji
Set the svn:ignore properties for some newly generated files.
16:18 Ticket #833 (Installation under ubuntu 8.04) closed by chan
worksforme
12:40 Ticket #853 (Problems with mpich) created by "David Lyder" <david.lyder@…>
[…] untitled-part.html
12:20 Ticket #852 (mpiexec return code 1 on success?) created by Kenneth Yoshimoto <kenneth@…>
[…]
10:18 Changeset [5287] by gropp
Minor changes to a few tests to improve error reporting and to eliminate …
10:17 Changeset [5286] by gropp
Change use of MPI_Request_free after cancel, since some MPI …
10:15 Changeset [5285] by gropp
Update mtest.cxx to include some of the intercomm changes from mtest.c
10:14 Changeset [5284] by gropp
Check for MPI_Init_thread and allow MPI implementation that have …
10:13 Changeset [5283] by gropp
Add test for sufficient number of processes
02:24 Changeset [5282] by balaji
Update the release script to remove autom4te.cache files for releases. …
02:00 Ticket #833 (Installation under ubuntu 8.04) reopened by leonardo.bargigli@…
[…]
Note: See TracTimeline for information about the timeline view.