1
1

9 Коммитов

Автор SHA1 Сообщение Дата
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