root/mpich2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5678 [5678] 3 weeks thakur errcheck for null newtype
(edit) @5677 [5677] 3 weeks chan removed unused variables.
(edit) @5676 [5676] 3 weeks chan fixed reduce_local.c and added fortran version, reducelocalf.f, and added …
(edit) @5675 [5675] 3 weeks goodell Fixes for MPI_Reduce_local and the reduce_local test. Anthony noticed …
(edit) @5674 [5674] 3 weeks buntinas update to ltmain.sh
(edit) @5673 [5673] 3 weeks buntinas removed -Waggregate-return warning. Fixes #918.
(edit) @5672 [5672] 3 weeks buntinas updated ltmain from trunk
(edit) @5671 [5671] 3 weeks buntinas merged from trunk r5661 through r5670
(edit) @5670 [5670] 3 weeks buntinas added enable-ftb configure option
(edit) @5669 [5669] 3 weeks balaji Delete the older code for allgatherv (large messages) which has now been …
(edit) @5668 [5668] 3 weeks balaji Update svn:ignore properties to include libtool generated macro files.
(edit) @5667 [5667] 3 weeks balaji Allow users to pick the PMI version they want based on environment …
(edit) @5666 [5666] 3 weeks goodell Work around Darwin strict behavior and sys/stat.h in ROMIO. When MPICH2 …
(edit) @5665 [5665] 3 weeks goodell Fix GREQ_CLASS leaks in the generalized request extensions. This commit …
(edit) @5664 [5664] 3 weeks balaji Name-space the PMI2 (and PMI-1.1) process-mapping key value. Reviewed by …
(edit) @5662 [5662] 3 weeks buntinas creating branch for Elisabeth
(edit) @5661 [5661] 3 weeks buntinas Creating new ftb branch
(edit) @5660 [5660] 3 weeks buntinas removing old branch
(edit) @5659 [5659] 3 weeks goodell Avoid duplicate symbols in comm_create if weak symbols aren't available. …
(edit) @5658 [5658] 3 weeks goodell Add 'lapi' to the prune list of modules in release.pl for now. We don't …
(edit) @5656 [5656] 3 weeks balaji Added diablo-jdk in the list of paths to search for a Java installation; …
(edit) @5655 [5655] 3 weeks balaji Add a dependency on txt2man for the release tarball creation script (this …
(edit) @5654 [5654] 3 weeks balaji Fix the man page generation in mpd. Thanks to Lucas Nussbaum for reporting …
(edit) @5653 [5653] 3 weeks balaji Update the HYDT_bind_info structure to make it more flexible and future …
(edit) @5652 [5652] 3 weeks balaji Get rid of unused code.
(edit) @5650 [5650] 3 weeks balaji Bug fix for the failing timeout test in the nightly tests.
(edit) @5649 [5649] 3 weeks balaji Call the process cleanup directly instead of raising a signal and …
(edit) @5647 [5647] 3 weeks buntinas added error macros for internal errors
(edit) @5641 [5641] 3 weeks balaji Fix for the MPICH_INTERFACE_HOSTNAME issue (ticket #903). Now Hydra will …
(edit) @5640 [5640] 3 weeks goodell An initial, very rough skeleton for the lapi netmod. This almost …
(edit) @5639 [5639] 3 weeks goodell Fix mpd process_mapping in another case (ticket #905). This is yet …
(edit) @5638 [5638] 3 weeks sson Changed hint structure for active storage module.
(edit) @5636 [5636] 3 weeks buntinas added svn:ignores
(edit) @5634 [5634] 3 weeks jayesh Handling the case where we don't have info about logical procs on windows …
(edit) @5633 [5633] 3 weeks jayesh Define thread specific abstractions on windows as in unix. This change …
(edit) @5632 [5632] 3 weeks buntinas Merged r5536 through r5631 from trunk
(edit) @5631 [5631] 3 weeks mercierg Bind on the right core number.
(edit) @5630 [5630] 4 weeks balaji Use consistent naming convention for the process-core binding parameters …
(edit) @5629 [5629] 4 weeks balaji Bug fix for the user-specified bindings code. Thanks to Guillaume to …
(edit) @5628 [5628] 4 weeks jayesh Fix the unhandled opa defn - sizeof opa ptr - on windows correctly. The …
(edit) @5627 [5627] 4 weeks goodell ROMIO wibbles. Reviewed by robl@.
(edit) @5626 [5626] 4 weeks goodell Fix errhandler leak in C++ introduced in r850. The fix so that …
(edit) @5625 [5625] 4 weeks goodell Reset the errhandler in MPI_File_close and ADIO_End. Prior to this commit …
(edit) @5624 [5624] 4 weeks goodell Fix MPI_File errhandler leak. Prior to this commit we only released …
(edit) @5623 [5623] 4 weeks goodell Never refcount builtin errhandlers. Reviewed by robl@.
(edit) @5622 [5622] 4 weeks goodell Fix errhandler leaks in fileerrret, fileerrretx, and userioerr tests. …
(edit) @5621 [5621] 4 weeks jayesh Handling undefined opa defns - sizeof opa ptr - on windows
(edit) @5620 [5620] 4 weeks jayesh Adding C versions of MPI datatypes in fortran for windows - added in unix …
(edit) @5619 [5619] 4 weeks jayesh Adding OS error code for insufficient buffer space
(edit) @5618 [5618] 4 weeks thakur bug fixed by Pavan directly in my directory
(edit) @5617 [5617] 4 weeks balaji Allow --with-libtool option and MPICH2_LIBTOOL_DIR environment for …
(edit) @5616 [5616] 4 weeks jayesh 1) Adding close context for sockconn (2) Adding reposts for aborted operns …
(edit) @5615 [5615] 4 weeks jayesh The Key0 processor now explicitly sets the EX status based on the OS errno
(edit) @5614 [5614] 4 weeks jayesh 1) Adding predefined status for io aborts (2) Adding converted from EX …
(edit) @5613 [5613] 4 weeks jayesh Minor documentation change
(edit) @5612 [5612] 4 weeks mercierg You can't bind when the topology is not initialized!
(edit) @5611 [5611] 4 weeks gropp Make sure that we run the selected autoreconf, not whatever is first in …
(edit) @5610 [5610] 4 weeks mercierg Fix for issues when No Nodes/Socket level is present
(edit) @5609 [5609] 4 weeks mercierg Fix for the case where no NUMA node is present in the hierarchy
(edit) @5608 [5608] 4 weeks balaji Incoming data was being overwritten in this test, which is not MPI …
(edit) @5607 [5607] 4 weeks goodell Fix MPI_Info object allocation/deallocation. Also, refactor/simplify some …
(edit) @5606 [5606] 4 weeks goodell Add an ERRHAND message class for debug logging. Also, add missing ROMIO …
(edit) @5605 [5605] 4 weeks goodell Fix MPI_Comm/MPI_Win errhandler leak. Prior to this commit we only …
(edit) @5604 [5604] 4 weeks goodell Add errhandler resetting to the commcall test. This is a regression test …
(edit) @5603 [5603] 4 weeks buntinas Added more fatal error macros.
(edit) @5602 [5602] 4 weeks balaji The case where a kvs get should return an error was not correctly …
(edit) @5601 [5601] 4 weeks balaji D'oh! My brain is not working. r5600 was an incorrect "fix".
(edit) @5600 [5600] 4 weeks balaji Fix a bug that crept in, in r5591.
(edit) @5597 [5597] 4 weeks balaji There was an error in r5554 that didn't actually fix ticket #906. This …
(edit) @5596 [5596] 4 weeks mercierg Fixed wrong boundaries for loops
(edit) @5595 [5595] 4 weeks mercierg Fixed a misleading commentary
(edit) @5594 [5594] 4 weeks mercierg New version of the Hwloc binding file: lot of fixes!
(edit) @5593 [5593] 4 weeks mercierg Same fix as for the MX Module (see ticket #9O7)
(edit) @5591 [5591] 4 weeks balaji Get rid of the nesting code in PMI-2. This is unnecessary, and just an …
(edit) @5590 [5590] 4 weeks balaji Merge equivalent parts of the PMI-1 and PMI-2 code bases.
(edit) @5589 [5589] 4 weeks balaji mpiexec -help is a valid command; show the usage, but don't report an …
(edit) @5588 [5588] 4 weeks balaji Code style check cleanup.
(edit) @5587 [5587] 4 weeks balaji We don't need to run autoreconf on hwloc from maint/updatefiles. It is now …
(edit) @5586 [5586] 4 weeks balaji Update config.guess to the latest version.
(edit) @5585 [5585] 4 weeks balaji Added depcomp and missing to work with autoreconf.
(edit) @5584 [5584] 4 weeks balaji Fix the build problems with using hwloc caused by the fact that hwloc was …
(edit) @5583 [5583] 4 weeks balaji Added ltmain.sh (version 2.2.6) to work with libtool.
(edit) @5582 [5582] 4 weeks sson Added one additional hint field for kmeans.
(edit) @5581 [5581] 4 weeks jayesh When a req does not complete post a read on the req filled by handler - …
(edit) @5580 [5580] 4 weeks jayesh No code change - removed extra tabs in 2 lines
(edit) @5579 [5579] 4 weeks jayesh 1) Don't quit sending after handling a request - Only quit when we can no …
(edit) @5578 [5578] 4 weeks jayesh Fixing typo - a write should send data NOT recv data
(edit) @5577 [5577] 4 weeks jayesh Posting a read on temp recv buf when a req is complete
(edit) @5576 [5576] 4 weeks mercierg First version of HWLOC bindings file -- Compiles but needs testing.
(edit) @5575 [5575] 4 weeks mercierg Forgot to add this file
(edit) @5574 [5574] 4 weeks mercierg Fix for Newmad for one-sided ops.
(edit) @5573 [5573] 4 weeks mercierg The current MPID_nem_netmod_funcs_t definition doesn't include the …
(edit) @5572 [5572] 4 weeks goodell Use AC_MSG_NOTICE in PAC_CONFIG_SUBDIR. This way the message will also …
(edit) @5571 [5571] 4 weeks gropp Enhance the error reporting if the errcode file cannot be opened
(edit) @5570 [5570] 4 weeks jayesh Initial cut for async processing in nemesis windows tcp netmod
(edit) @5569 [5569] 4 weeks goodell Extra error checking for MPIU_THREAD_REFCOUNT. No reviewer.
(edit) @5568 [5568] 4 weeks goodell Pick better defaults for thread configure values. Fixes shm and ssm …
(edit) @5567 [5567] 4 weeks jayesh Adding dbg logging for debug versions of MPICH2 on windows
(edit) @5566 [5566] 4 weeks jayesh Adding defns for using Executive PE on windows
(edit) @5565 [5565] 4 weeks jayesh Using the util funcs when adding src/util/thread directory to windows …
Note: See TracRevisionLog for help on using the revision log.