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.
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.
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.