Tim Woodall
b197c430db
fixed list constructor
...
This commit was SVN r690.
2004-02-10 19:11:03 +00:00
Jeff Squyres
d772d8db45
Fix for bug 681: add debug version of realloc()
...
This commit was SVN r689.
2004-02-10 18:58:55 +00:00
Tim Woodall
e67c201a36
changed comments
...
This commit was SVN r688.
2004-02-10 17:37:37 +00:00
Tim Woodall
dc9c9fe1be
added doxygen docs
...
This commit was SVN r687.
2004-02-10 17:29:16 +00:00
Tim Woodall
7e1c5ed935
still need array.c - Jeff remove this when code is changed
...
This commit was SVN r686.
2004-02-10 17:22:21 +00:00
Prabhanjan Kambadur
2078ce14d7
changing lam_mpi_comm_array to be pointer of pointers
...
This commit was SVN r685.
2004-02-10 17:19:15 +00:00
David Daniel
a3dd037098
Datatype compiler quietening
...
This commit was SVN r684.
2004-02-10 17:18:27 +00:00
Prabhanjan Kambadur
765f844699
removing duplicate copies of enable-profiling
...
This commit was SVN r683.
2004-02-10 17:11:23 +00:00
David Daniel
7812efa3ce
More object fixes
...
This commit was SVN r682.
2004-02-10 17:03:15 +00:00
Tim Woodall
6453116b31
cleanup for new object changes
...
This commit was SVN r681.
2004-02-10 16:53:41 +00:00
David Daniel
c4c07e755d
Fixing bad class info name
...
This commit was SVN r680.
2004-02-10 14:41:23 +00:00
David Daniel
67836f42c3
Fixing lam_comm_init typo (induced by massive edit)
...
This commit was SVN r679.
2004-02-10 14:34:49 +00:00
David Daniel
c4fb788f04
Correcting comment
...
This commit was SVN r678.
2004-02-10 14:34:18 +00:00
Jeff Squyres
734fe9f39c
if 0'ed out for the moment -- missing a prototype
...
This commit was SVN r677.
2004-02-10 14:31:41 +00:00
David Daniel
4679df5807
Fixing bad class info name
...
This commit was SVN r676.
2004-02-10 14:23:46 +00:00
Jeff Squyres
d12c2aa301
Additional shortcut rules for us
...
This commit was SVN r675.
2004-02-10 14:14:43 +00:00
David Daniel
00e50911b0
A large commit:
...
Changing the object.h model to conform more to people's (C++-biased)
expectations. See the comment at the top of src/lam/lfc/object.h for
full details.
Also a couple of tweaks to the datatype directory (but nothing working
yet).
This commit was SVN r674.
2004-02-10 14:04:27 +00:00
Jeff Squyres
413d87586d
Convert from LAM_MALLOC / LAM_FREE to regular malloc / free. When
...
memory debugging is enabled, there are magic defines to change from
malloc / free to lam_malloc / free.
This commit was SVN r673.
2004-02-10 00:09:36 +00:00
Jeff Squyres
e1fb3b0db4
- Remove LAM_MEM_ZERO
...
- Remove LAM_MALLOC and LAM_FREE -- simply #define malloc/free to be
lam_malloc and lam_free as necessary
This commit was SVN r672.
2004-02-10 00:07:09 +00:00
Jeff Squyres
a6ab772354
- Ditch --enable-mem-zero; there doesn't seem to be a need for this
...
- Add --enable-mem-debug to enable/disable aux functions for malloc/free
(i.e., ditch LAM_MALLOC/LAM_FREE and simply #define malloc and free to be
lam_malloc/lam_free)
This commit was SVN r671.
2004-02-10 00:06:28 +00:00
Jeff Squyres
68c8c72e60
A little shorter so that most param outputs fit on one line :-)
...
This commit was SVN r670.
2004-02-09 23:58:37 +00:00
Jeff Squyres
d7023331ec
- Convert away from LAM_MALLOC/LAM_FREE
...
- Fix typo that has been causing a warning for ages :-)
This commit was SVN r669.
2004-02-09 23:49:30 +00:00
Rich Graham
568d047222
correct data types - index is not size_t - add comments.
...
This commit was SVN r668.
2004-02-09 23:27:43 +00:00
Rich Graham
c8a7c96ea8
add a set of routines to manage pointer arrays. Needed for fortran <->
...
c handles + ?
This commit was SVN r667.
2004-02-09 20:03:03 +00:00
Prabhanjan Kambadur
a7684be971
Oops, forgot to change this
...
This commit was SVN r666.
2004-02-08 23:34:29 +00:00
Prabhanjan Kambadur
2327f7e1ae
This will resolve the duplicate symbols issue on OSX
...
This commit was SVN r665.
2004-02-08 23:19:45 +00:00
Brian Barrett
b55147c2e4
* push out all env variables starting with LAM_MPI or mca_
...
VERY IMPORTANT NOTE: neither name or value can have a space in it. Sorry,
but I'm sick of escape hell.
This commit was SVN r664.
2004-02-08 03:41:56 +00:00
Brian Barrett
4c9d393a0e
* Fix a number of environment variable naming issues in the cofs code. This
...
really needs to use the param registry code
* make mpirun use -f -n to start processes - seems to make ssh happier
* update oob test to go through the mca layer
This commit was SVN r663.
2004-02-08 02:09:17 +00:00
Jeff Squyres
4d601421b2
Fix dependencies
...
This commit was SVN r662.
2004-02-08 00:20:03 +00:00
Jeff Squyres
894f3d46d1
This file is automatically generated; it should not be in CVS.
...
This commit was SVN r661.
2004-02-07 23:56:34 +00:00
Jeff Squyres
481c3a5c5c
Fix for bug 710: typo when casting through (void*) was causing badness.
...
(void*) was only left over from when I thought I was going to use
qsort(). So I removed the whole type-insafe area and put a direct call
into the actual function that I want, and all is better now.
This commit was SVN r660.
2004-02-06 18:19:12 +00:00
Jeff Squyres
eb4ebf7619
Add missing Makefile's to the AC_OUTPUT list
...
This commit was SVN r659.
2004-02-06 16:32:46 +00:00
Brian Barrett
446838f5db
* implement the most basic MPI program one can implement
...
This commit was SVN r658.
2004-02-06 07:19:21 +00:00
Brian Barrett
a070d9af63
* Update to make this work again with the changes in the mca changes
...
This commit was SVN r657.
2004-02-06 07:17:13 +00:00
Brian Barrett
6835324c4b
* make patch not prompt when running with libtool 1.5.2. I'm going
...
to have to find a way to just not try to apply the patch, so that I
don't get the error message ;)
This commit was SVN r656.
2004-02-06 05:42:33 +00:00
Jeff Squyres
2748878e9f
Fix yet another linker error on OS X
...
This commit was SVN r655.
2004-02-06 04:20:13 +00:00
Tim Woodall
8947cebc8d
- fixed issue w/ module close
...
This commit was SVN r654.
2004-02-05 17:45:54 +00:00
Tim Woodall
086fa5b7cb
module init/close cleanup
...
This commit was SVN r653.
2004-02-05 17:12:59 +00:00
Jeff Squyres
056485c6da
Move global variables into files with functions in them. POSIX says
...
that linkers don't have to pull in .o files unless they have functions
in them, so having global symbols in files by themselves does not
guarantee that a program trying to use them will be able to link
successfully.
This commit was SVN r652.
2004-02-05 01:52:56 +00:00
Tim Woodall
9d0b36c34d
- reworked base headers
...
- when recv is posted check for matching frags
This commit was SVN r651.
2004-02-05 00:50:37 +00:00
Rich Graham
11fe4769aa
add one more test - done for now.
...
This commit was SVN r650.
2004-02-05 00:05:18 +00:00
Rich Graham
d8c4b80918
list.h - remove prototype for unimplemented and unused function.
...
list.c - fix bug in lam_list_insert - loop had wrong ending parameter
list_test.c - add more tests
This commit was SVN r649.
2004-02-04 23:54:22 +00:00
Tim Woodall
b8d6c49fac
- match fragments when a receive is posted
...
This commit was SVN r648.
2004-02-04 17:11:57 +00:00
Prabhanjan Kambadur
e195983847
Changing the F77 null condition. If not fortran compiler is found, then
...
F77 is set too be "none".
This commit was SVN r647.
2004-02-04 02:23:55 +00:00
Prabhanjan Kambadur
7e4da72a91
Forgot to add info as one of the subdirs to be traversed
...
This commit was SVN r646.
2004-02-04 01:34:06 +00:00
Prabhanjan Kambadur
2df9fad227
Adding some functionality to MPI_Info functions. Yet to add anything
...
relevant to Fortran functions. So, nothing has been changed in
MPI_Info_f2c and MPI_Info_c2f functions. Everything else has functioning
code now.
This commit was SVN r645.
2004-02-03 22:34:01 +00:00
Prabhanjan Kambadur
4cd799d590
Adding libmpi_info.la as one of the libraries to be built. Also adding
...
the necessary data structures to support MPI_Info* functions.
This commit was SVN r644.
2004-02-03 22:03:22 +00:00
Tim Woodall
a4738b19da
allocate send request and first fragment together
...
This commit was SVN r643.
2004-02-03 21:37:17 +00:00
Tim Woodall
3836a7bf33
- factor common elements into fragment base class
...
- tcp cleanup
This commit was SVN r642.
2004-02-03 21:33:29 +00:00
Tim Woodall
103cb62480
cleanup pml/ptl init
...
This commit was SVN r641.
2004-02-02 22:58:24 +00:00