30
I Use This!
High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Trim off unused skeleton datatype function files More... over 20 years ago
Add missing .cvsignore files More... over 20 years ago
Fix bug 650: use general macros $(LIBLAM_LA) and $(LIBMPI_LA) to link to relative libraries -- need these to be variables because configure may decide to compile them both as libmpi (and therefore there is no libmpi). Correct usage is to use *ONE* of these two macros when adding it to LIBADD lines in Makefile.am's -- if you use $(LIBMPI_LA), it will automatically include liblam if it needs it. More... over 20 years ago
Comment out chunk of code that does not compile :-( More... over 20 years ago
Silence compiler warning More... over 20 years ago
Fix compilter errors More... over 20 years ago
Fix linker error More... over 20 years ago
Silence compiler warning More... over 20 years ago
Add missing Makefile.am More... over 20 years ago
CVSc: Changed to have 2 new AM_CONDITIONALS, WANT_MPI_BINDINGS_LAYER and WANT_PMPI_BINDINGS_LAYER. These determine whether src/mpi/interface/c and src/mpi/interface/c/profile are built. Makefile.am's were changed to reflect the same change. Now the top layer always builds MPI bindings and the lower layer always builds PMPI bindings : ---------------------------------------------------------------------- More... over 20 years ago
More datatype stuff, as well as reorganization to avoid filename clashes. I think this compiles OK -- but my automake may be broken. More... over 20 years ago
removed cmdline from module open prototype More... over 20 years ago
changing support_finalize to return status. Start to put in a unit test for the list functionality. More... over 20 years ago
tcp ptl initialization More... over 20 years ago
- changed reactor interface to support passing user data on registration - changed kernel i/f functions to return sockaddr More... over 20 years ago
finish first set of functions for basic single process unit test error tracking and reporting. More... over 20 years ago
Ignore auto-generated libltdl directory More... over 20 years ago
Add .cvsignore More... over 20 years ago
start to add testing support library. More... over 20 years ago
Add libltdl into the build process. More... over 20 years ago
Move malloc.h from src/lam/util to src/lam/mem More... over 20 years ago
Rename file More... over 20 years ago
Make autogen.sh and friends be a little smarter -- don't let autogen.sh complete successfully if you have a [an obvious] problem in your module More... over 20 years ago
LAM 10.0, baby :-) More... over 20 years ago
Add fixes for VPATH builds More... over 20 years ago
routines to query interface list from the kernel More... over 20 years ago
cleanup configure scripts More... over 20 years ago
allow mca_pml_comm_t to be redefined on a per-pml basis More... over 20 years ago
Adding test for restrict keyword More... over 20 years ago
Changing WANT_MPI_SINGLE_LIBRARY to WANT_SINGLE_MPI_LIBRARY More... over 20 years ago