9
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 21, 2023 — Apr 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add in missing header file. More... over 19 years ago
get code merged More... over 19 years ago
resolved threading issues in tcp oob More... over 19 years ago
Minor change to check to see if the tree has actually been initialized before trying to destroy it. More... over 19 years ago
roll back to last night's mpirun -- the previous copy was not intended to be committed and was accidentally included in the massive commit last night. Sorry... :-( More... over 19 years ago
- changed oob i/f functions to accept tag parameter - tcp implementation in progress - changed calls to oob to reflect additional parameter More... over 19 years ago
Updates for the massive module<-->component name change yesterday More... over 19 years ago
adding fortran interface for the MPI-1 communicator functions. More... over 19 years ago
Make the mail a little smaller More... over 19 years ago
Oops -- grab the newly-renamed *components* listing file, not the old *modules* listing file. More... over 19 years ago
Make the report a little more explicit -- show "[default]" when running a configuration with no configure argv More... over 19 years ago
Expand the unimplemented report to also count how many unimplemented f77 functions there are More... over 19 years ago
Remove the rest of the krft -- accidentally got left in when I "fixed" the bug a little while ago :-) More... over 19 years ago
- Add greb-able string in non-implemented functions - Fix exception handling when malloc fails - Combine a few malloc's More... over 19 years ago
- massive change for module<-->component name fixes throughout the code base. - many (most) mca type names have "component" or "module" in them, as relevant, just to further distinguish the difference between component data/actions and module data/actions. All developers are encouraged to perpetuate this convention when you create types that are specific to a framework, component, or module - did very little to entire framework (just the basics to make it compile) because it's just about to be almost entirely replaced - ditto for io / romio - did not work on elan or ib components; have to commit and then convert those on a different machine with the right libraries and headers - renamed a bunch of *_module.c files to *_component.c and *module*c to *component*c (a few still remain, e.g., ptl/ib, ptl/elan, etc.) - modified autogen/configure/build process to match new filenames (e.g., output static-components.h instead of static-modules.h) - removed DOS-style cr/lf stuff in ns/ns.h - added newline to end of file src/util/numtostr.h - removed some redundant error checking in the top-level topo functions - added a few {} here and there where people "forgot" to put them in for 1 line blocks ;-) - removed a bunch of MPI_* types from mca header files (replaced with corresponding ompi_* types) - all the ptl components had version numbers in their structs; removed - converted a few more elements in the MCA base to use the OBJ interface -- removed some old manual reference counting kruft More... over 19 years ago
Fix some minor compile errors More... over 19 years ago
Get elan PTL up running again. There is some bug with mca_base_module_close(), triggered by the missing of some PTL. With my really slow connection. It is really hard to do debugging now. I will update more on this. More... over 19 years ago
These two functions were unimplemented .. (oops) More... over 19 years ago
check for null pointer before calling free More... over 19 years ago
Finally commit fixes from code review in Ohio with Anju: - better error checking in top-level MPI API coll functions - remove boolean flags in coll module struct - minor fixes in selection logic More... over 19 years ago
Commit the code to test at OSU. More... over 19 years ago
changes (bug fixes) based on code review by UBC More... over 19 years ago
fixed regression introduced w/ change to support request allocation/caching w/in pml (should now support more than two processes) More... over 19 years ago
Modify (*mca_ptl_base_request_init_fn_t) to return error if a particular ptl is not able to alloc a fragment. More... over 19 years ago
Save the code to work from LANL More... over 19 years ago
count how many top-level MPI functions are unimplemented More... over 19 years ago
Remove now-useless macro. More... over 19 years ago
Make a pass through all top-level MPI functions - Mark those who are still not yet implemented: - return an error - have a grep-able string indicating that they are not yet implemented - ensure every function checks for init/finalize - add more error checking to a bunch of functions - unify the error checking -- it reflected about 3 different [previous] error checking styles and MPI exception invocation styles More... over 19 years ago
Make the comments on the fields match ptl.h :-) More... over 19 years ago
* rename ompi_process_t to mca_ns_{cellid, jobid, vpid}_t, both to fix the confusion over the overused typedef and to conform to the naming MCA naming convention. More... over 19 years ago