1
1
Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Edgar Gabriel
47ec006930 adding the comm and group MPI interface functions to use the new macro
developed by Jeff for checking of MPI_Init/Finalize

This commit was SVN r1415.
2004-06-18 19:02:52 +00:00
Edgar Gabriel
3f42ad3475 adapting these routines to the new arguments of the comm_cid allocation routine
This commit was SVN r1337.
2004-06-16 22:44:56 +00:00
Edgar Gabriel
4a15e7ce50 adapting the structure of the comm-creation routines to call ompi_comm_nextcid explicitly.
This commit was SVN r1314.
2004-06-16 15:41:36 +00:00
David Daniel
563ac2a338 First pass of lam -> ompi conversion
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00
Edgar Gabriel
afdfb83c6c adding/fixing the implementation of various communicator function.
Attention: the routines are tested rudimentary, since for 
having the full functionality, I need collective operations.

Reviewed by Jeff, Rich and Tim.

This commit was SVN r1147.
2004-05-21 19:32:18 +00:00
Prabhanjan Kambadur
a0983ab473 Changing the bindings files to have the #define of MPI_ functions to PMPI_ functions after the #pragma weak statement
This commit was SVN r1055.
2004-04-20 18:50:43 +00:00
Edgar Gabriel
c6dcaae786 fixing the "no MPI-objects underneath the MPI-library functions" problem.
Exchanged therefore MPI_Comm by lam_communicator_t* and MPI_Group by lam_group_t*  when calling some internal functions.

This commit was SVN r1001.
2004-03-28 14:25:27 +00:00
Edgar Gabriel
c0f9bbf7e0 implementation of the MPI-API for the MPI-1 intra-communicators.
For inter-communicators, I introduced already the argument checking, but not yet the proper code.

This commit was SVN r983.
2004-03-26 20:03:38 +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
698685924b Part 2 of The Great Source Reorganization
This commit was SVN r873.
2004-03-17 17:45:44 +00:00