1
1
openmpi/src
Jeff Squyres 8e14d725ad Change all f2c() functions to use the safe
ompi_pointer_array_get_item() function instead of accessing the array
directly.  This is because accessing the array directly in
multi-threaded situations is unsafe (someone else may be writing to
the array, the array may get moved out from under you via realloc(),
etc.).

This commit was SVN r2634.
2004-09-13 18:14:03 +00:00
..
attribute Fix a bunch of RUI's and ensure that all the Right functions are 2004-08-29 09:05:14 +00:00
class fixing logic for lowest_free and number_free 2004-09-13 15:13:13 +00:00
communicator fixing a stupid bug in comm_nextcid: forgot to free the value in the pointer_array in case the others did not agree with my suggestion for the cid. 2004-09-13 15:14:09 +00:00
datatype Correct the datatype if Fortran bindings are unavailable. In this case the Fortran datatypes are redirected to MPI_DATATYPE_NULL (not the same pointer but the same contents). 2004-09-04 19:42:50 +00:00
dynamic-mca - Really integrate "svc" into the configure/build process. 2004-08-28 08:13:39 +00:00
errhandler a fix for an error to run 2004-09-09 14:38:04 +00:00
event dont care if not inited 2004-09-09 22:40:22 +00:00
file fixing a problem for error handlers as discussed with Jeff a couple of weeks ago. The macros used in the MPI functions have not changed, thus the modifications should be transparent to all other functions. 2004-09-06 12:06:27 +00:00
group changing the default rank in MPI_GROUP_EMPTY to MPI_UNDEFINED 2004-08-05 22:49:37 +00:00
include added support for an oob ping command - to check availability of a given process 2004-09-08 17:02:24 +00:00
info Committing several things under one commit, but they're all at least 2004-08-14 01:56:05 +00:00
mca change the code to allow for different fragment size on first, and then 2004-09-13 15:24:34 +00:00
mpi Change all f2c() functions to use the safe 2004-09-13 18:14:03 +00:00
op Correctly set the pointers to the *LOC functions. 2004-07-14 19:16:43 +00:00
os Removing dead wood 2004-08-18 23:13:17 +00:00
proc This is a large check-in related to switching from 2004-08-18 23:24:27 +00:00
request Back out come fortran<->C table code. It's breaking 2004-06-25 15:22:36 +00:00
runtime Checkpoint the console and daemon. 2004-09-13 16:51:53 +00:00
threads implemented timedwait for polling (non-pthread) case 2004-09-01 23:08:58 +00:00
tools Checkpoint the console and daemon. 2004-09-13 16:51:53 +00:00
util Some of these didn't really change - I was just in/out of them for diagnostics while chasing a bug. Got caught by my good buddy Tim again :) on his parse_contact_info function, which requires that the space for the answer be allocated in advance. Sigh. Anyway, mpirun2 now works again. My apologies if you tried it in the last few hours and found it didn't. 2004-09-11 12:56:52 +00:00
win fixing a problem for error handlers as discussed with Jeff a couple of weeks ago. The macros used in the MPI functions have not changed, thus the modifications should be transparent to all other functions. 2004-09-06 12:06:27 +00:00
Makefile.am Fix for "make dist" 2004-08-23 10:15:01 +00:00
README.dox Changing Doxyfile so that doxygen will scan files matching the 2004-03-26 02:25:41 +00:00

/** @mainpage

@section mainpage_introduction Introduction

This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.

@section main_install Installation
 
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.

*/