1
1

11 Коммитов

Автор SHA1 Сообщение Дата
Edgar Gabriel
16abfe9ed7 group_null, and comm_null have to be accessible also in comm_dyn.c, therefore I had to add an 'extern' statement in the header file.
This commit was SVN r3344.
2004-10-26 17:25:49 +00:00
Prabhanjan Kambadur
4257467fec this is the big windows commit. there are more things which have gone into this than i can remember. but basically, we are looking for
1. header file and source file protections using #ifdef WIN32
2. new files and directories to support windows functionality
3. appropritate linkage symbols added (OMPI_DECLSPEC) for windows
4. some functions are unimplemented on the windows side. this is mostly
because there might not be need to implement it in windows land. eg., forking
a daemon off
5. Introduced locking mechanisms for windows

This commit was SVN r3286.
2004-10-22 16:06:05 +00:00
Prabhanjan Kambadur
dac14aaf94 committing the header file fixes for protection against C++ name mangling. This is a hge commit. Please make sure that your files are protected right. There is some redundan protection in that the protection has been added right at teh beginning and at teh end ion some cases even thught typedefs are not requred to be protected. But this was done in order to have teh minimal change to the code base
This commit was SVN r3246.
2004-10-20 22:31:03 +00:00
Edgar Gabriel
435ce5f5e6 abstracting group_translate_ranks to an ompi function for internal use.
Sorry, everybody will have to rerun autogen.sh, since I added a file ...

This commit was SVN r1854.
2004-08-03 22:06:49 +00:00
Edgar Gabriel
dc30128b8f moving the constant objects MPI_GROUP_NULL and MPI_GROUP_EMPTY
to be generated by OBJ_CONSTRUCT. There are two good reasons:
- it is now independent of the underlying 'super' object (e.g. if
we later in the future decide to switch to a ompi_handle_t, it
is basically transparent now).
- we can use MPI_GROUP_NULL as the group of MPI_COMM_NULL

This commit was SVN r1257.
2004-06-15 00:08:57 +00:00
David Daniel
563ac2a338 First pass of lam -> ompi conversion
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00
Rich Graham
784693826a add the grp_ok_to_free flag indicating if it is ok to actually
free the group.  By default this is set to true, with special
code setting this to false for the groups associated with
COMM_NULL, COMM_SELF, and COMM_WORLD.  Also, moved the reference
count decrement on the procs to the group destructor.

Reviewed by Ralph C.

This commit was SVN r1129.
2004-05-11 21:28:24 +00:00
David Daniel
4c11dc57fe Cleaning up lam_group_t documentation.
This commit was SVN r1031.
2004-04-13 23:42:31 +00:00
Jeff Squyres
1d3c569bac Fix some minor errors: global sym name, static functions, etc.
This commit was SVN r930.
2004-03-19 06:06:52 +00:00
David Daniel
7f8c2c3714 Updating header file names after the great directory reorganization.
This commit was SVN r877.
2004-03-17 18:45:16 +00:00
Jeff Squyres
1b67211597 Massive directory reorganization :-)
This commit was SVN r872.
2004-03-17 17:42:19 +00:00