1
1
openmpi/opal/class
Rainer Keller a3c3babe01 - Ewww, r20817 messed up PGI on Jaguar big time!
Now, while #include "ompi_config.h" is good and fine in order
   to have OMPI_DECLSPEC,
   here it led to stdint.h (with the uint8_t) being included early
   but INSIDE a namespace "MPI" {}.
   Of course it was included anymore (thinkg #define _STDINT_H), when
   it was required in opal/class/opal_hash_list.h
   NOT good.

 - opal/class/opal_object.h: Yeah, one can have nested extern "C" {}
   but it's not necessary. Instead just have the outer *_C_DECLS.

This commit was SVN r20837.

The following SVN revision numbers were found above:
  r20817 --> open-mpi/ompi@6f808d9b05
2009-03-21 01:37:38 +00:00
..
Makefile.am Revise the daemon collective system to handle comm_spawn patterns that cross into new nodes that are not direct children on the routing tree of the HNP. 2008-10-02 20:08:27 +00:00
opal_atomic_lifo.c Save the ghost pointer once the element is initialized. 2007-04-01 16:18:48 +00:00
opal_atomic_lifo.h - In opal/class/opal_object.h we don't have the extern "C" { 2009-03-17 15:11:48 +00:00
opal_bitmap.c - As discussed on RFC, move the ompi_bitmap to the 2009-03-03 22:25:13 +00:00
opal_bitmap.h - As discussed on RFC, move the ompi_bitmap to the 2009-03-03 22:25:13 +00:00
opal_free_list.c Solve a modulus rounding error. As the modulus can be signed (in C89 it take 2008-10-21 17:00:39 +00:00
opal_free_list.h - In opal/class/opal_object.h we don't have the extern "C" { 2009-03-17 15:11:48 +00:00
opal_graph.c Cosmetics, only typos. 2008-07-28 13:33:08 +00:00
opal_graph.h - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00
opal_hash_table.c As everywhere else the keysize is a size_t let's keep it consistent. 2006-08-21 20:11:12 +00:00
opal_hash_table.h - We're using uint16_t, uint32_t, and friends, 2009-03-21 01:26:27 +00:00
opal_list.c Fix ABA problem in atomic_lifo code. This is temporary solution for now. We 2007-09-11 15:40:30 +00:00
opal_list.h - In opal/class/opal_object.h we don't have the extern "C" { 2009-03-17 15:11:48 +00:00
opal_object.c Apply a patch from Bert Wesarg. 2007-03-06 16:38:06 +00:00
opal_object.h - Ewww, r20817 messed up PGI on Jaguar big time! 2009-03-21 01:37:38 +00:00
opal_pointer_array.c Don't forget to decrease the number of empty slots. 2008-08-11 23:39:09 +00:00
opal_pointer_array.h Replace all occurences of orte_pointer_array by opal_pointer_array. Remove the 2008-02-28 05:32:23 +00:00
opal_value_array.c - Initialize the size of the opal_object class. 2007-01-21 14:24:29 +00:00
opal_value_array.h - In opal/class/opal_object.h we don't have the extern "C" { 2009-03-17 15:11:48 +00:00