30
I Use This!
High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some missing prototypes More... over 20 years ago
Add missing header files More... over 20 years ago
Use new MCA type name More... over 20 years ago
First cut of a lot of MCA infrastruture. Still little base code yet, but the build structure is getting there. More... over 20 years ago
First cut of the basic collective module. Much work still needs to be done -- still need: - safe collective tags on user communuicators (negative tags) - PML entry points for all MPI point-to-point calls - datatype buffer and copy functions As such, there's lots of warnings in this code right now (although it does compile). It will not run properly at all. More... over 20 years ago
* fix .cvsignore file More... over 20 years ago
* Fix argument swap in the test code * Fix match code and read code in the cofs oob module More... over 20 years ago
- Fix some compiler errors -- likely cut-n-paste things from C++ - Use doxygen-friendly names More... over 20 years ago
Oops -- missing "typedef" More... over 20 years ago
* remove src/mca/{base,common}/Makefile from list, since dirs no longer exist More... over 20 years ago
* remove base and common since the directories aren't there any more. More... over 20 years ago
Update .cvsignore More... over 20 years ago
Use the public symbol lam_seg_list_cls More... over 20 years ago
Traverse into the base subdirectory. More... over 20 years ago
Updates and documentation for the MCA parameter registry More... over 20 years ago
Move mca parameter registry declarations to mca/base/param.h More... over 20 years ago
Add a lam_array_item_t object, analogous to the lam_list_item_t. More... over 20 years ago
More progess on the MCA parameter registry More... over 20 years ago
Move MCA param header stuff into mca/base/param.h More... over 20 years ago
- Use doxygen-friendly names - Make public variables start with "lam_" More... over 20 years ago
Add new return code: LAM_ERR_IN_ERRNO More... over 20 years ago
Change the interface to lam_few() -- add a "int *status" argument to pass back the status from the child process. The return type is now an int indicating whether the few was successful or not; if it wasn't, the exact error will be in errno. More... over 20 years ago
Use doxygen-friendly names More... over 20 years ago
Fix compiler warning More... over 20 years ago
Removed unused functions -- looks like they were replaced with inline functions in list.h More... over 20 years ago
* remove static inline in atomic.h so that the compiler stops complaining about undefined static functions. Someone needs to look at this and fix it. * Fixed missing header files in oob_cofs test More... over 20 years ago
starting to put together the matching routine More... over 20 years ago
* add .cvsignore file More... over 20 years ago
* Include the OS-specific atomic.h More... over 20 years ago
Updates for new header file locations More... over 20 years ago