~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/binding/cxx/cxxdecl3.dat

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# by using the perl script cxxtodecl.  However, that script cannot
3
3
# handle every feature of the bindings, so the final changes 
4
4
# were made by hand.
 
5
<post>
 
6
comm-Reduce_scatter_block void (in:const , , ,in:constref:Datatype ,in:constref:Op, ) const
5
7
<mpi2>
6
8
-Alloc_mem  void* ( ,in:constref:Info ,return)
7
9
dtype-Create_darray Datatype (, , ,in:const ,in:const ,in:const ,in:const , , ,return) const
73
75
comm-Gatherv void (in:const , ,in:constref:Datatype , ,in:const ,in:const ,in:constref:Datatype , ) const
74
76
comm-Reduce void (in:const , , ,in:constref:Datatype ,in:constref:Op , ) const
75
77
comm-Reduce_scatter void (in:const , , ,in:constref:Datatype ,in:constref:Op, ) const
76
 
comm-Reduce_scatter_block void (in:const , , ,in:constref:Datatype ,in:constref:Op, ) const
77
78
comm-Scatter void (in:const , ,in:constref:Datatype , , ,in:constref:Datatype , ) const
78
79
comm-Scatterv void (in:const ,in:const ,in:const ,in:constref:Datatype , , ,in:constref:Datatype , ) const
79
80
# FIXME: this entry confuses buildiface, which groups it with
270
271
inter-Dup Intercomm (,return) const
271
272
cart-Dup Cartcomm (,return) const
272
273
graph-Dup Graphcomm (,return) const
 
274
distgraph-Dup Distgraphcomm (,return) const
273
275
comm-Clone  (,return)
274
276
intra-Clone  (,return) const
275
277
inter-Clone  (,return) const
276
278
cart-Clone  (,return) const
277
279
graph-Clone  (,return) const
 
280
distgraph-Clone (,return) const
278
281
intra-Create Intracomm (,in:constref:Group ,return) const
279
282
intra-Split Intracomm (, , ,return) const
280
283
comm-Free void ()
286
289
intra-Create_cart Cartcomm (, ,in:const ,in:boolarray:2 ,in:bool ,return) const
287
290
-Compute_dims void ( , , )
288
291
intra-Create_graph Graphcomm (, ,in:const ,in:const ,in:bool ,return) const
 
292
# Dist_graph_create, Dist_graph_create_adjacent are handled specially 
 
293
# because of the optional weights parameter
289
294
comm-Get_topology int (,return) const
290
295
graph-Get_dims void (, , ) const
291
296
graph-Get_topo void (, , , , ) const
295
300
cart-Get_coords void (, , , ) const
296
301
graph-Get_neighbors_count int (, ,return) const
297
302
graph-Get_neighbors void (, , , ) const
 
303
distgraph-Get_dist_neighbors_count void (,in:refint,in:refint,out:bool) const
 
304
distgraph-Get_dist_graph_neighbors void (, , , , ,) const
298
305
cart-Shift void (, , ,in:refint ,in:refint ) const
299
306
cart-Sub Cartcomm ( ,in:boolarray:-10 ,return) const
300
307
cart-Map int (, ,in:const ,in:boolarray:2 ,return) const