1
1

6 Коммитов

Автор SHA1 Сообщение Дата
Tim Woodall
1f915b0b4a - made lam_mutex_t a lam_object
- implemented module exchange
- debugging p2p init
- added condition variables
- added threading test code

This commit was SVN r817.
2004-03-03 16:44:41 +00:00
Jeff Squyres
76153e5126 Remove compiler warning
This commit was SVN r797.
2004-02-13 22:41:02 +00:00
Tim Woodall
98c557af5a - initialize class constructors/destructors in OBJ_NEW
- initialize proc list

This commit was SVN r771.
2004-02-13 13:56:55 +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
Jeff Squyres
2748878e9f Fix yet another linker error on OS X
This commit was SVN r655.
2004-02-06 04:20:13 +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