Jeff Squyres
456337ed57
Second cut of bug 663: split lam_init() into two functions -- lam_init()
...
and lam_rte_init(). The former is for all LAM processes (including,
for example, LAM wrapper compilers); the latter is only for those who
need to join the LAM RTE.
This commit was SVN r408.
2004-01-15 05:02:41 +00:00
Jeff Squyres
bf4ae8b8a6
First cut of lam_init(), lam_finalize(), and lam_abort()
...
This commit was SVN r407.
2004-01-15 04:47:20 +00:00
Jeff Squyres
f933e32c1d
#if 0 out another block that doesn't compile (lack of intaligned()
...
function prototype)
This commit was SVN r406.
2004-01-15 04:34:51 +00:00
Jeff Squyres
6727a6b16c
Add extra () to silence a compiler warning
...
This commit was SVN r405.
2004-01-15 04:34:03 +00:00
Jeff Squyres
7b4819931f
Update .cvsignore
...
This commit was SVN r404.
2004-01-15 04:32:24 +00:00
Jeff Squyres
24dbee8419
Fixed typo causing lack of compilage
...
This commit was SVN r403.
2004-01-15 04:30:17 +00:00
Jeff Squyres
5ec2ac0041
Trim off unused skeleton datatype function files
...
This commit was SVN r402.
2004-01-15 04:02:49 +00:00
Jeff Squyres
1b541e3393
Add missing .cvsignore files
...
This commit was SVN r401.
2004-01-15 03:49:55 +00:00
Jeff Squyres
a422d98532
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.
This commit was SVN r400.
2004-01-15 03:45:01 +00:00
Jeff Squyres
ba7655775d
Comment out chunk of code that does not compile :-(
...
This commit was SVN r399.
2004-01-15 03:42:04 +00:00
Jeff Squyres
9f7de9fdd0
Silence compiler warning
...
This commit was SVN r398.
2004-01-15 03:40:02 +00:00
Jeff Squyres
81eff149b1
Fix compilter errors
...
This commit was SVN r397.
2004-01-15 03:39:27 +00:00
Jeff Squyres
bf1a795279
Fix linker error
...
This commit was SVN r396.
2004-01-15 03:35:15 +00:00
Jeff Squyres
eac0235eb7
Silence compiler warning
...
This commit was SVN r395.
2004-01-15 03:34:24 +00:00
Jeff Squyres
b9d38d4f3f
Add missing Makefile.am
...
This commit was SVN r394.
2004-01-15 03:28:19 +00:00
Prabhanjan Kambadur
5c1aca22c7
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
: ----------------------------------------------------------------------
This commit was SVN r393.
2004-01-15 01:11:59 +00:00
David Daniel
92b97053c7
More datatype stuff, as well as reorganization to avoid filename
...
clashes. I think this compiles OK -- but my automake may be broken.
This commit was SVN r392.
2004-01-15 01:02:23 +00:00
Tim Woodall
b04786ab84
removed cmdline from module open prototype
...
This commit was SVN r391.
2004-01-15 01:00:16 +00:00
Rich Graham
99d52894f6
changing support_finalize to return status.
...
Start to put in a unit test for the list functionality.
This commit was SVN r390.
2004-01-15 00:59:26 +00:00
Tim Woodall
b6457fdaa9
tcp ptl initialization
...
This commit was SVN r389.
2004-01-15 00:58:54 +00:00
Tim Woodall
deb6aa4f8d
- changed reactor interface to support passing user data on registration
...
- changed kernel i/f functions to return sockaddr
This commit was SVN r388.
2004-01-15 00:57:33 +00:00
Rich Graham
1efc0f4131
finish first set of functions for basic single process unit test
...
error tracking and reporting.
This commit was SVN r387.
2004-01-15 00:33:59 +00:00
Jeff Squyres
3550859627
Ignore auto-generated libltdl directory
...
This commit was SVN r386.
2004-01-15 00:19:04 +00:00
Jeff Squyres
b97528437c
Add .cvsignore
...
This commit was SVN r385.
2004-01-15 00:18:40 +00:00
Rich Graham
29fdbb6a7c
start to add testing support library.
...
This commit was SVN r384.
2004-01-15 00:07:17 +00:00
Jeff Squyres
ae93b4fffb
Add libltdl into the build process.
...
This commit was SVN r383.
2004-01-14 23:50:58 +00:00
Jeff Squyres
e3973285fd
Move malloc.h from src/lam/util to src/lam/mem
...
This commit was SVN r382.
2004-01-14 23:24:15 +00:00
Jeff Squyres
8928577d48
Rename file
...
This commit was SVN r381.
2004-01-14 21:41:14 +00:00
Jeff Squyres
a0089087aa
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
This commit was SVN r380.
2004-01-14 20:57:03 +00:00
Jeff Squyres
f7c3e7f1ff
LAM 10.0, baby :-)
...
This commit was SVN r379.
2004-01-14 20:00:17 +00:00
Jeff Squyres
4e9e99e330
Add fixes for VPATH builds
...
This commit was SVN r378.
2004-01-14 19:57:37 +00:00
Tim Woodall
216932931b
routines to query interface list from the kernel
...
This commit was SVN r377.
2004-01-14 18:24:30 +00:00
Tim Woodall
a0d0e4773c
cleanup configure scripts
...
This commit was SVN r376.
2004-01-14 17:41:36 +00:00
Tim Woodall
03af93aa08
allow mca_pml_comm_t to be redefined on a per-pml basis
...
This commit was SVN r375.
2004-01-14 17:40:12 +00:00
David Daniel
cbfe87c6e1
Adding test for restrict keyword
...
This commit was SVN r374.
2004-01-14 17:35:41 +00:00
Prabhanjan Kambadur
94134f3125
Changing WANT_MPI_SINGLE_LIBRARY to WANT_SINGLE_MPI_LIBRARY
...
This commit was SVN r373.
2004-01-14 16:51:31 +00:00
Tim Woodall
4fb95e5edf
reorg - filling in stubs
...
This commit was SVN r372.
2004-01-14 15:57:54 +00:00
Tim Woodall
ccc8df76f4
ignore static-modules.h
...
This commit was SVN r371.
2004-01-14 15:19:35 +00:00
Tim Woodall
66c4cfb70d
- allocate request / first fragment together
...
This commit was SVN r370.
2004-01-14 15:18:14 +00:00
Tim Woodall
f7145e2ea4
tcp stubs
...
This commit was SVN r369.
2004-01-14 15:15:17 +00:00
Brian Barrett
d8bbd51773
* added really basic test case for the cofs pcm module
...
* fixed missing variables in the cofs pcm module
This commit was SVN r368.
2004-01-14 09:11:34 +00:00
Brian Barrett
308b078068
* Add really, really basic mpirun shell script to start up MPI procs and
...
get a good enough environment to have the COFS stuff run. Still far from
perfect, but allows me to start testing the PCM code
This commit was SVN r367.
2004-01-14 08:38:51 +00:00
Brian Barrett
875c7241fc
* Make test cases not install themselves (what was I thinking?)
...
This commit was SVN r366.
2004-01-14 08:37:49 +00:00
Jeff Squyres
9b3673c1bc
Remove missing base.h from Makefile.am
...
This commit was SVN r365.
2004-01-14 07:24:11 +00:00
Jeff Squyres
eda594df84
First cut at thread support / eliminate warnings due to lack of
...
LAM_HAVE_THREADS
This commit was SVN r364.
2004-01-14 07:06:57 +00:00
Jeff Squyres
3e6822b8ac
- Use better multiple-inclusion header file protection names
...
- Use doxygen-friendly names
This commit was SVN r363.
2004-01-14 07:06:00 +00:00
Jeff Squyres
b5c5d27090
Fix minor typo resulting from type name changing
...
This commit was SVN r362.
2004-01-14 07:02:26 +00:00
Jeff Squyres
b1e1a7ea37
- Convert existing lam_err (and friends) code to use lam_output()
...
- Note in several places that we need to implement lam_exit()
This commit was SVN r361.
2004-01-14 06:43:23 +00:00
Jeff Squyres
1140112b9b
First cut of the output streams
...
This commit was SVN r360.
2004-01-14 06:42:24 +00:00
Jeff Squyres
904e4f0d58
Add hostmap into ignored section (for now)
...
This commit was SVN r359.
2004-01-14 06:41:28 +00:00