All,
There will very likely be a 1.3.2 release (and possibly more in the
1.3.x series) given that 1.4 has many planned features and is almost an
year away.
So, whenever you commit any bug fixes to trunk, remember that it is your
responsibility to merge them into the 1.3.x branch -- do not wait for
someone else to do the merge for you. Features that change ABI
compatibility (such as adding MPI-3 features) should not go into 1.3.x.
I see that some of the windows commits (r7442, r7443, r7444, r7445) have
not been merged, which I'm assuming is intentional.
Bill: r7447 looks like a bug-fix. Can you merge it into the 1.3.x branch?
Dave: r7462 adds the qsort capability to Comm_split. Can you merge it
into the 1.3.x branch?
Thanks,
-- Pavan
--
Pavan Balaji
http://www.mcs.anl.gov/~balaji
Torsten won the Best Paper Award at SC. Congrats Torsten!
Rajeev
Characterizing the Influence of System Noise on Large-Scale Applications by Simulation
Torsten Hoefler, Timo Schneider, Andrew Lumsdaine
Is there a good way to ask Fortran to not buffer stdout? In MPI_Init, we
currently do setbuf(stdout, NULL), so it works correctly for C programs,
but this doesn't seem to affect the Fortran programs.
-- Pavan
--
Pavan Balaji
http://www.mcs.anl.gov/~balaji