Change Summary for MPICH2 for week of Jul 15, 2007

This list was automatically generated on Mon Jul 16 04:09:40 2007 .

Information on all weekly change summaries is available.

List of revisions

Files for each revision

add a prototype for MPIR_Grequest_progress_poke src/include/mpiimpl.h
add in code to deal with NFS brokenness src/mpi/romio/adio/common/ad_open.c
add the mpix_grequest_class_create error message src/mpi/errhan/errnames.txt
Added "-mapall" option to mpiexec to map all network drives currently mapped by the user executing mpiexec command src/pm/smpd/mp_parse_command_line.c src/pm/smpd/smpd_host_util.c src/pm/smpd/smpd_mapdrive.c
Added CPPFLAGS to the targets that produce the preprocessed source files maint/simplemake.in
Added blank for readability src/mpid/ch3/channels/ssm/configure.in
Added extern of the MPID_Grequest_class_direct/mem for the no weak symbols case src/mpi/pt2pt/greq_start.c
Added note about stdin limitations in MPD RELEASE_NOTES
added script to remove WIDTH=* HEIGHT=* in <IMG .... >, so all image files can be shown in full details src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/rm_html_scale_fig
added support to display statistics stored in CatgeorySummary in Legend windows, i.e. count of the drawables, inclusive and exclusive ratios of specific category type. Also added the support to automatically adjust the column width based the content of each column. The goal is to display every string and number shown in legend window without user to adjust the column width. src/mpe2/src/slog2sdk/src/viewer/legends/LegendComparators.java src/mpe2/src/slog2sdk/src/viewer/legends/LegendTable.java src/mpe2/src/slog2sdk/src/viewer/legends/LegendTableModel.java src/mpe2/src/slog2sdk/src/viewer/legends/Makefile.in src/mpe2/src/slog2sdk/src/viewer/legends/OperationNumberMenu.java
bugfix in atomic inline asm src/include/mpiatomic.h src/mpid/ch3/channels/nemesis/nemesis/include/mpid_nem_atomics.h test/mpid/atomic_fai.c
cast the kvsname for the error message output src/pm/util/pmiserv.c
ch3:sctp 1.0.6 updates src/mpid/ch3/channels/sctp/include/mpidi_ch3_pre.h src/mpid/ch3/channels/sctp/src/ch3_init.c src/mpid/ch3/channels/sctp/src/ch3_isend.c src/mpid/ch3/channels/sctp/src/ch3_isendv.c src/mpid/ch3/channels/sctp/src/ch3_istartmsg.c src/mpid/ch3/channels/sctp/src/ch3_istartmsgv.c src/mpid/ch3/channels/sctp/src/sctp_util.c
changed coll buf size to 16 MB src/mpi/romio/adio/include/adioi.h
check return staus of MPI calls src/mpi/romio/test/async.c
disabled build of romio/common for the 1.0.6 release src/mpi/romio/Makefile.in
Doc for "-mapall" option in mpiexec doc/windev/windev.tex
don't free aiocbp: PVFS doesn't allocate it src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_aio.c
don't use malloc directly; rather, use the wrappers src/mpi/pt2pt/mpir_request.c src/mpi/romio/adio/common/ad_iwrite.c
Enable tests of f90 reals test/mpi/f90/f90types/createf90types.c
Enhanced manyconnect to make sure that the test program exists test/mpi/manual/manyconnect.in
fix compile errors if AIO has been disabled or detected not to work src/mpi/romio/configure.in src/mpi/romio/adio/common/ad_iread.c src/mpi/romio/adio/common/ad_iwrite.c
fix configure test to do the right thing if we can't find aio.h or sys/aio.h.Generaly only a problem if --enable-strict passed in. src/mpi/romio/configure.in
Fix error in setting up the ring in the shared pointer tests test/mpi/cxx/io/ioharness.defn test/mpi/f77/io/ioharness.defn
fix goofed up for loop src/mpi/pt2pt/waitall.c
fix the call to poke src/mpi/pt2pt/wait.c
fixed a few warnings src/mpi/romio/adio/common/ad_iwrite.c src/mpi/romio/adio/include/adioi.h
Fixed bugs in use of two error macros src/mpid/ch3/channels/dllchan/src/ch3impl.c
Fixed the bug raised by Sam Lang. i.e. fixed the error message system to emit the queued error message after InfoBox(Drawable).toString() is invoked in the case that the user byte arrary is NULL but the user format characters are Non-NULL, both when slog2print and jumpshot are used, different exceptions occur but same cause. src/mpe2/src/slog2sdk/src/base/drawable/InfoBox.java src/mpe2/src/slog2sdk/src/base/drawable/InfoValue.java
fixed typo, bug, and improved content. src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/Makefile src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/usersguide.lyx src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/usersguide.tex
fixed warnings src/env/mpich2version.c src/include/mpiimpl.h
Fixes for builddll scripts src/mpid/ch3/channels/sock/builddll src/mpid/ch3/channels/ssm/builddll
forgot the nested mpi versions of grequest extensions src/include/nmpi.h
get the #define protection correct for two-argument aio_write src/mpi/romio/adio/common/ad_iwrite.c
increase test's cb_buffer_size to match current state src/mpi/romio/test/file_info.c
make sure request_ptrs[i] isn't null before dereferencing src/mpi/pt2pt/mpir_request.c
merging generalized request extensions branch src/include/mpi.h.in src/include/mpihandlemem.h src/include/mpiimpl.h src/include/nmpi.h src/mpi/init/initinfo.c src/mpi/pt2pt/greq_start.c src/mpi/pt2pt/mpir_request.c src/mpi/pt2pt/test.c src/mpi/pt2pt/testall.c src/mpi/pt2pt/testany.c src/mpi/pt2pt/testsome.c src/mpi/pt2pt/wait.c src/mpi/pt2pt/waitall.c src/mpi/pt2pt/waitany.c src/mpi/pt2pt/waitsome.c src/mpi/romio/adio/ad_nfs/ad_nfs_done.c src/mpi/romio/adio/ad_nfs/ad_nfs_iread.c src/mpi/romio/adio/ad_nfs/ad_nfs_iwrite.c src/mpi/romio/adio/ad_nfs/ad_nfs_wait.c src/mpi/romio/adio/ad_pfs/ad_pfs_iread.c src/mpi/romio/adio/ad_pvfs2/Makefile.in src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_aio.c src/mpi/romio/adio/ad_testfs/ad_testfs_done.c src/mpi/romio/adio/ad_testfs/ad_testfs_iread.c src/mpi/romio/adio/ad_testfs/ad_testfs_iwrite.c src/mpi/romio/adio/ad_testfs/ad_testfs_wait.c src/mpi/romio/adio/ad_xfs/ad_xfs_iwrite.c src/mpi/romio/adio/common/Makefile.in src/mpi/romio/adio/common/ad_done.c src/mpi/romio/adio/common/ad_done_fake.c src/mpi/romio/adio/common/ad_end.c src/mpi/romio/adio/common/ad_init.c src/mpi/romio/adio/common/ad_iread.c src/mpi/romio/adio/common/ad_iread_fake.c src/mpi/romio/adio/common/ad_iwrite.c src/mpi/romio/adio/common/ad_iwrite_fake.c src/mpi/romio/adio/common/ad_wait.c src/mpi/romio/adio/common/ad_wait_fake.c src/mpi/romio/adio/common/ad_write_coll.c src/mpi/romio/adio/common/greq_fns.c src/mpi/romio/adio/include/adio.h src/mpi/romio/adio/include/adio_extern.h src/mpi/romio/adio/include/adioi.h src/mpi/romio/adio/include/mpipr.h src/mpi/romio/adio/include/mpiu_greq.h src/mpi/romio/mpi-io/iread.c src/mpi/romio/mpi-io/iread_at.c src/mpi/romio/mpi-io/iread_sh.c src/mpi/romio/mpi-io/iwrite.c src/mpi/romio/mpi-io/iwrite_at.c src/mpi/romio/mpi-io/iwrite_sh.c src/mpi/romio/mpi-io/mpioprof.h src/mpi/romio/mpi-io/mpiu_greq.c
move the extensions to a separate, clearly delimited part of mpi.h src/include/mpi.h.in
movement of the globus device code from the 1.0.4 branch to the trunk. patches to the core mpich2 framework are still required for the device code to function. src/mpid/globus/Makefile.sm src/mpid/globus/NOTES.txt src/mpid/globus/configure.in src/mpid/globus/errnames.txt src/mpid/globus/localdefs.in src/mpid/globus/mpich2-grid-cc.in src/mpid/globus/mpich2-grid-fc.in src/mpid/globus/mpich2prereq src/mpid/globus/mpich2prereq-globus src/mpid/globus/mpich2prereq-none src/mpid/globus/mpid_env.c src/mpid/globus/mpid_progress.c src/mpid/globus/mpid_pt2pt.c src/mpid/globus/mpid_services.c src/mpid/globus/mpid_vc.c src/mpid/globus/mpiddefs.h.in src/mpid/globus/mpidimpl.h src/mpid/globus/mpidpost.h src/mpid/globus/mpidpre.h src/mpid/globus/mpiexec.in src/mpid/globus/mpig_bc.c src/mpid/globus/mpig_bds_genq.i src/mpid/globus/mpig_cm_other.c src/mpid/globus/mpig_cm_self.c src/mpid/globus/mpig_cm_self.h src/mpid/globus/mpig_cm_vmpi.c src/mpid/globus/mpig_cm_vmpi.h src/mpid/globus/mpig_cm_xio.c src/mpid/globus/mpig_cm_xio.h src/mpid/globus/mpig_cm_xio_comm.i src/mpid/globus/mpig_cm_xio_conn.i src/mpid/globus/mpig_cm_xio_data.i src/mpid/globus/mpig_cm_xio_nets.i src/mpid/globus/mpig_cm_xio_req.i src/mpid/globus/mpig_cm_xio_vc.i src/mpid/globus/mpig_comm.c src/mpid/globus/mpig_misc.c src/mpid/globus/mpig_pg.c src/mpid/globus/mpig_pm.c src/mpid/globus/mpig_pm_gk.c src/mpid/globus/mpig_pm_vmpi.c src/mpid/globus/mpig_pm_ws.c src/mpid/globus/mpig_recvq.c src/mpid/globus/mpig_request.c src/mpid/globus/mpig_segment.c src/mpid/globus/mpig_symbol_map.txt src/mpid/globus/mpig_thread.i src/mpid/globus/mpig_topology.c src/mpid/globus/mpig_vmpi.c src/mpid/globus/mpig_vmpi.h src/mpid/globus/mpig_vmpi_premain.c
NFS doesn't need it's own version of nonblocking io src/mpi/romio/adio/ad_nfs/ad_nfs.c
nemesis: bug fixes when compiling with thread-single and enable-fast src/mpid/ch3/channels/nemesis/include/mpidi_ch3_post.h src/mpid/ch3/channels/nemesis/nemesis/include/mpid_nem_inline.h src/mpid/ch3/channels/nemesis/src/ch3_istartmsg.c src/mpid/ch3/channels/nemesis/src/ch3_progress.c
OS X wants sys/types.h before aio.h src/mpi/romio/configure.in src/mpi/romio/adio/ad_nfs/ad_nfs.h src/mpi/romio/adio/ad_ufs/ad_ufs.h src/mpi/romio/adio/common/ad_done.c src/mpi/romio/adio/common/ad_iread.c src/mpi/romio/adio/common/ad_iwrite.c src/mpi/romio/adio/common/ad_wait.c
Remove the stdin tests from the command tests test/commands/cmdtests.in
removed ebx register from asm blocks so as not to conflict when compiled as PIC configure.in src/include/mpiatomic.h src/include/mpichtimer.h.in src/mpid/ch3/channels/nemesis/nemesis/include/mpid_nem_atomics.h src/mpid/ch3/channels/sshm/configure.in src/mpid/ch3/channels/sshm/src/ch3i_progress.h src/mpid/ch3/channels/ssm/configure.in src/mpid/ch3/channels/ssm/include/ch3i_progress.h test/mpid/atomic_fai.c
small AIO cleanup: use the FAKE aio routines if aio disabled or detected to not work src/mpi/romio/adio/ad_panfs/ad_panfs.c src/mpi/romio/adio/ad_ufs/ad_ufs.c src/mpi/romio/adio/common/ad_iread.c src/mpi/romio/adio/common/ad_iwrite.c
sync up with HEAD again configure.in doc/windev/windev.tex src/mpe2/INSTALL src/mpe2/INSTALL.cross src/mpe2/README src/mpe2/src/logging/include/mpe_log_thread.h.in src/mpe2/src/slog2sdk/doc/jumpshot-4/.cvsignore src/mpe2/src/slog2sdk/doc/jumpshot-4/usersguide.pdf src/mpe2/src/slog2sdk/doc/jumpshot-4/html/WARNINGS src/mpe2/src/slog2sdk/doc/jumpshot-4/html/index.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/internals.pl src/mpe2/src/slog2sdk/doc/jumpshot-4/html/labels.pl src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_count.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_excl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_incl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_name.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_popup.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_popup_full.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_s.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_sort_number_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_sort_string_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_topo.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_v.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node1.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node10.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node11.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node12.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node13.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node14.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node15.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node16.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node17.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node18.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node19.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node2.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node20.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node21.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node22.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node23.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node24.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node25.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node26.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node27.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node28.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node29.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node3.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node30.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node31.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node32.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node33.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node34.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node35.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node36.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node4.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node5.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node6.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node7.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node8.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node9.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_2_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_2_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_3_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_3_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_4_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_4_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_5_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_5_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_6_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_6_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/pthread_sendrecv_legend.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/usersguide.html src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/.cvsignore src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/Makefile src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/rm_html_scale_fig src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/usersguide.lyx src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/usersguide.tex src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/.cvsignore src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_count.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_excl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_incl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_name.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_popup.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_popup_full.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_s.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_sort_number_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_sort_string_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_topo.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_v.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_1_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_1_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_2_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_2_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_3_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_3_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_4_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_4_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_5_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_5_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_6_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_6_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/pthread_sendrecv_legend.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/gif2png/.cvsignore src/mpe2/src/slog2sdk/lib/clog2TOdrawable.jar src/mpe2/src/slog2sdk/lib/clog2TOslog2.jar src/mpe2/src/slog2sdk/lib/clog2print.jar src/mpe2/src/slog2sdk/lib/clogTOdrawable.jar src/mpe2/src/slog2sdk/lib/clogTOslog2.jar src/mpe2/src/slog2sdk/lib/clogprint.jar src/mpe2/src/slog2sdk/lib/jumpshot.jar src/mpe2/src/slog2sdk/lib/jumpshot_launcher.jar src/mpe2/src/slog2sdk/lib/logconvertor.jar src/mpe2/src/slog2sdk/lib/slog2filter.jar src/mpe2/src/slog2sdk/lib/slog2navigator.jar src/mpe2/src/slog2sdk/lib/slog2printrecur.jar src/mpe2/src/slog2sdk/lib/slog2printserial.jar src/mpe2/src/slog2sdk/lib/traceTOslog2.jar src/mpe2/src/slog2sdk/lib/traceprint.jar src/mpe2/src/slog2sdk/src/logformat/slog2/input/PrintSerially.java src/mpe2/src/slog2sdk/src/viewer/legends/LegendComparators.java src/mpe2/src/slog2sdk/src/viewer/legends/LegendTable.java src/mpe2/src/slog2sdk/src/viewer/legends/LegendTableModel.java src/mpe2/src/slog2sdk/src/viewer/legends/Makefile.in src/mpe2/src/slog2sdk/src/viewer/legends/OperationNumberMenu.java src/mpe2/src/slog2sdk/src/viewer/zoomable/RowAdjustments.java src/mpi/romio/configure.in src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_open.c src/mpi/romio/adio/include/adioi.h src/mpid/ch3/channels/dllchan/src/ch3impl.c src/mpid/ch3/channels/shm/builddll src/mpid/ch3/channels/sock/builddll src/mpid/ch3/channels/ssm/builddll src/mpid/ch3/util/shm/configure.in src/mpid/ch3/util/shmbase/configure.in src/mpid/ch3/util/sock/configure.in src/mpid/globus/Makefile.sm src/mpid/globus/NOTES.txt src/mpid/globus/configure.in src/mpid/globus/errnames.txt src/mpid/globus/localdefs.in src/mpid/globus/mpich2-grid-cc.in src/mpid/globus/mpich2-grid-fc.in src/mpid/globus/mpich2prereq src/mpid/globus/mpich2prereq-globus src/mpid/globus/mpich2prereq-none src/mpid/globus/mpid_env.c src/mpid/globus/mpid_progress.c src/mpid/globus/mpid_pt2pt.c src/mpid/globus/mpid_services.c src/mpid/globus/mpid_vc.c src/mpid/globus/mpiddefs.h.in src/mpid/globus/mpidimpl.h src/mpid/globus/mpidpost.h src/mpid/globus/mpidpre.h src/mpid/globus/mpiexec.in src/mpid/globus/mpig_bc.c src/mpid/globus/mpig_bds_genq.i src/mpid/globus/mpig_cm_other.c src/mpid/globus/mpig_cm_self.c src/mpid/globus/mpig_cm_self.h src/mpid/globus/mpig_cm_vmpi.c src/mpid/globus/mpig_cm_vmpi.h src/mpid/globus/mpig_cm_xio.c src/mpid/globus/mpig_cm_xio.h src/mpid/globus/mpig_cm_xio_comm.i src/mpid/globus/mpig_cm_xio_conn.i src/mpid/globus/mpig_cm_xio_data.i src/mpid/globus/mpig_cm_xio_nets.i src/mpid/globus/mpig_cm_xio_req.i src/mpid/globus/mpig_cm_xio_vc.i src/mpid/globus/mpig_comm.c src/mpid/globus/mpig_misc.c src/mpid/globus/mpig_pg.c src/mpid/globus/mpig_pm.c src/mpid/globus/mpig_pm_gk.c src/mpid/globus/mpig_pm_vmpi.c src/mpid/globus/mpig_pm_ws.c src/mpid/globus/mpig_recvq.c src/mpid/globus/mpig_request.c src/mpid/globus/mpig_segment.c src/mpid/globus/mpig_symbol_map.txt src/mpid/globus/mpig_thread.i src/mpid/globus/mpig_topology.c src/mpid/globus/mpig_vmpi.c src/mpid/globus/mpig_vmpi.h src/mpid/globus/mpig_vmpi_premain.c src/pm/smpd/mp_parse_command_line.c src/pm/smpd/smpd_host_util.c src/pm/smpd/smpd_mapdrive.c
sync with the source src/mpe2/src/slog2sdk/lib/clog2TOdrawable.jar src/mpe2/src/slog2sdk/lib/clog2TOslog2.jar src/mpe2/src/slog2sdk/lib/clog2print.jar src/mpe2/src/slog2sdk/lib/clogTOdrawable.jar src/mpe2/src/slog2sdk/lib/clogTOslog2.jar src/mpe2/src/slog2sdk/lib/clogprint.jar src/mpe2/src/slog2sdk/lib/jumpshot.jar src/mpe2/src/slog2sdk/lib/jumpshot_launcher.jar src/mpe2/src/slog2sdk/lib/logconvertor.jar src/mpe2/src/slog2sdk/lib/slog2filter.jar src/mpe2/src/slog2sdk/lib/slog2navigator.jar src/mpe2/src/slog2sdk/lib/slog2printrecur.jar src/mpe2/src/slog2sdk/lib/slog2printserial.jar src/mpe2/src/slog2sdk/lib/traceTOslog2.jar src/mpe2/src/slog2sdk/lib/traceprint.jar
sync with the updated source. src/mpe2/src/slog2sdk/lib/clog2TOdrawable.jar src/mpe2/src/slog2sdk/lib/clog2TOslog2.jar src/mpe2/src/slog2sdk/lib/clog2print.jar src/mpe2/src/slog2sdk/lib/clogTOdrawable.jar src/mpe2/src/slog2sdk/lib/clogTOslog2.jar src/mpe2/src/slog2sdk/lib/clogprint.jar src/mpe2/src/slog2sdk/lib/jumpshot.jar src/mpe2/src/slog2sdk/lib/jumpshot_launcher.jar src/mpe2/src/slog2sdk/lib/logconvertor.jar src/mpe2/src/slog2sdk/lib/slog2filter.jar src/mpe2/src/slog2sdk/lib/slog2navigator.jar src/mpe2/src/slog2sdk/lib/slog2printrecur.jar src/mpe2/src/slog2sdk/lib/slog2printserial.jar src/mpe2/src/slog2sdk/lib/traceTOslog2.jar src/mpe2/src/slog2sdk/lib/traceprint.jar
take a pass at quieting some --enable-strict=posix warnings src/include/mpi.h.in src/mpi/pt2pt/mpir_request.c src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_aio.c src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_common.c src/mpi/romio/adio/ad_testfs/ad_testfs_iread.c src/mpi/romio/adio/ad_testfs/ad_testfs_wait.c src/mpi/romio/adio/common/ad_end.c src/mpi/romio/adio/common/ad_iwrite.c src/mpi/romio/mpi-io/iread.c src/mpi/romio/mpi-io/iwrite.c
update Jumpshot-4 Users Guide: statistics on count, inclusion and exclusion ratios; Process-Thread and Communicator-Thread ViewMaps on Threaded MPI apps. src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/Makefile src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/usersguide.lyx src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/usersguide.tex src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/.cvsignore src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_count.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_excl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_incl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_name.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_popup.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_popup_full.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_s.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_sort_number_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_sort_string_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_topo.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/legend_v.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_1_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_1_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_2_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_2_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_3_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_3_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_4_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_4_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_5_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_5_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_6_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/openmpi_4_6_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/pthread_sendrecv_legend.png src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/gif2png/.cvsignore
updated src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/.cvsignore src/mpe2/src/slog2sdk/doc/jumpshot-4/tex/pic/.cvsignore
updated date and added threaded logging status. src/mpe2/INSTALL src/mpe2/INSTALL.cross src/mpe2/README
updated html files with added content about expanded legend table for categorysummary statistics, and section on performance analysis of threaded MPI apps and how to jumpshot with different viewmaps. src/mpe2/src/slog2sdk/doc/jumpshot-4/html/WARNINGS src/mpe2/src/slog2sdk/doc/jumpshot-4/html/index.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/internals.pl src/mpe2/src/slog2sdk/doc/jumpshot-4/html/labels.pl src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_count.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_excl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_incl.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_name.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_popup.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_popup_full.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_s.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_sort_number_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_sort_string_menu.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_topo.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/legend_v.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node1.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node10.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node11.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node12.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node13.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node14.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node15.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node16.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node17.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node18.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node19.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node2.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node20.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node21.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node22.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node23.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node24.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node25.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node26.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node27.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node28.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node29.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node3.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node30.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node31.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node32.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node33.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node34.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node35.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node36.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node4.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node5.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node6.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node7.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node8.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/node9.html src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_2_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_2_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_3_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_3_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_4_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_4_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_5_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_5_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_6_commthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/openmpi_4_6_procthd.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/pthread_sendrecv_legend.png src/mpe2/src/slog2sdk/doc/jumpshot-4/html/usersguide.html
updated the distributed version of userguide.pdf with new content of expanded Legend window on hidden CategorySummary statistics, added documentation on how to use jumpshot of threaded MPI logfiles, and performance analysis of threaded MPI implementations. src/mpe2/src/slog2sdk/doc/jumpshot-4/.cvsignore src/mpe2/src/slog2sdk/doc/jumpshot-4/usersguide.pdf
updated to sync with added documentation on threaded and multi viewmaps stuffs. src/mpe2/src/slog2sdk/lib/clog2TOdrawable.jar src/mpe2/src/slog2sdk/lib/clog2TOslog2.jar src/mpe2/src/slog2sdk/lib/clog2print.jar src/mpe2/src/slog2sdk/lib/clogTOdrawable.jar src/mpe2/src/slog2sdk/lib/clogTOslog2.jar src/mpe2/src/slog2sdk/lib/clogprint.jar src/mpe2/src/slog2sdk/lib/jumpshot.jar src/mpe2/src/slog2sdk/lib/jumpshot_launcher.jar src/mpe2/src/slog2sdk/lib/logconvertor.jar src/mpe2/src/slog2sdk/lib/slog2filter.jar src/mpe2/src/slog2sdk/lib/slog2navigator.jar src/mpe2/src/slog2sdk/lib/slog2printrecur.jar src/mpe2/src/slog2sdk/lib/slog2printserial.jar src/mpe2/src/slog2sdk/lib/traceTOslog2.jar src/mpe2/src/slog2sdk/lib/traceprint.jar
weak symbol protection src/include/mpi.h.in src/mpi/pt2pt/greq_start.c src/mpi/romio/adio/common/ad_iwrite.c src/mpi/romio/adio/include/mpipr.h src/mpi/romio/mpi-io/mpioprof.h