29
I Use This!
High Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Nov 23, 2024 — Nov 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More progess on the MCA parameter registry More... almost 22 years ago
Move MCA param header stuff into mca/base/param.h More... almost 22 years ago
- Use doxygen-friendly names - Make public variables start with "lam_" More... almost 22 years ago
Add new return code: LAM_ERR_IN_ERRNO More... almost 22 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... almost 22 years ago
Use doxygen-friendly names More... almost 22 years ago
Fix compiler warning More... almost 22 years ago
Removed unused functions -- looks like they were replaced with inline functions in list.h More... almost 22 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... almost 22 years ago
starting to put together the matching routine More... almost 22 years ago
* add .cvsignore file More... almost 22 years ago
* Include the OS-specific atomic.h More... almost 22 years ago
Updates for new header file locations More... almost 22 years ago
Moved header files from src/lam/include to src/mpi/* More... almost 22 years ago
Fixes for new include file locations More... almost 22 years ago
- Change type of the list of available base params - Fix doxygen-friendly name More... almost 22 years ago
Add more directories in src/mpi More... almost 22 years ago
- Only add -g if --enable-debug - Add -Wall and whatnot if --enable-picky is on More... almost 22 years ago
Add --enable-picky for extra picky gcc compiles when "CVS" is found in the source tree More... almost 22 years ago
* Some more makesfile stuff for unit test More... almost 22 years ago
* add basic unit test shell More... almost 22 years ago
* Fix a number of compiler errors that crop up with undefined function errors * Add some basic unit test gorp for COFS OOB module More... almost 22 years ago
Add array to hold communicator pointers, and inline accessor method. More... almost 22 years ago
* Fix makefile comment typo that kept libmpi.a from being built * Fix profiling defines.h to include all functions * Add something in comm_get_name so that linkers don't complain quite so much More... almost 22 years ago
Make inlines be static More... almost 22 years ago
* fix some cruft from the interface move More... almost 22 years ago
Added global LAM bool variable (lam_uses_threads) to indicate level of thread support expected in current job, an inlined macro to access this parameter, and macros to support locking/unlocking (THREAD_X and X). More... almost 22 years ago
Put the constant before the == More... almost 22 years ago
Updates to reflect new directory structure More... almost 22 years ago
Update .cvsignore files More... almost 22 years ago