Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/planning/6.0/PLDT MPI 2.2"

< PTP‎ | planning‎ | 6.0
(New page: Functions added to PLDT to support MPI 2.2: === A.2.3 Collective Communication === MPI_Op_commutative MPI_Reduce_local MPI_Reduce_scatter_block === A.2.4 Groups, Contexts, Commun...)
 
Line 1: Line 1:
Functions added to PLDT to support MPI 2.2:
+
Functions added to PLDT to support MPI 2.2. &nbsp;Section numbers (A.2.3) refer to the [www.mpi-forum.org/docs/mpi-2.2/mpi22-report.pdf MPI 2.2 standard].
  
 
=== A.2.3 Collective Communication  ===
 
=== A.2.3 Collective Communication  ===
Line 9: Line 9:
 
MPI_Reduce_scatter_block  
 
MPI_Reduce_scatter_block  
  
=== A.2.4 Groups, Contexts, Communicators, and Caching ===
+
=== A.2.4 Groups, Contexts, Communicators, and Caching ===
  
 
MPI_Group_translate_ranks  
 
MPI_Group_translate_ranks  
  
=== A.2.5 Process Topologies ===
+
=== A.2.5 Process Topologies ===
  
 
MPI_Dist_graph_create  
 
MPI_Dist_graph_create  
Line 23: Line 23:
 
MPI_Dist_graph_neighbors_count  
 
MPI_Dist_graph_neighbors_count  
  
=== A.2.8 Process Creation and Management (new) ===
+
=== A.2.8 Process Creation and Management (new) ===
  
 
MPI_Close_port  
 
MPI_Close_port  
Line 49: Line 49:
 
MPI_Unpublish_name  
 
MPI_Unpublish_name  
  
=== A.2.11 I/O (new) ===
+
=== A.2.11 I/O (new) ===
  
 
MPI_File_close  
 
MPI_File_close  
Line 155: Line 155:
 
MPI_Register_datarep  
 
MPI_Register_datarep  
  
=== A.2.12 Language Bindings ===
+
=== A.2.12 Language Bindings ===
  
 
MPI_Errhandler_c2f  
 
MPI_Errhandler_c2f  
  
 
MPI_Errhandler_f2c
 
MPI_Errhandler_f2c

Revision as of 15:14, 26 April 2012

Functions added to PLDT to support MPI 2.2.  Section numbers (A.2.3) refer to the [www.mpi-forum.org/docs/mpi-2.2/mpi22-report.pdf MPI 2.2 standard].

A.2.3 Collective Communication

MPI_Op_commutative

MPI_Reduce_local

MPI_Reduce_scatter_block

A.2.4 Groups, Contexts, Communicators, and Caching

MPI_Group_translate_ranks

A.2.5 Process Topologies

MPI_Dist_graph_create

MPI_Dist_graph_create_adjacent

MPI_Dist_graph_neighbors

MPI_Dist_graph_neighbors_count

A.2.8 Process Creation and Management (new)

MPI_Close_port

MPI_Comm_accept

MPI_Comm_connect

MPI_Comm_disconnect

MPI_Comm_get_parent

MPI_Comm_join

MPI_Comm_spawn

MPI_Comm_spawn_multiple

MPI_Lookup_name

MPI_Open_port

MPI_Publish_name

MPI_Unpublish_name

A.2.11 I/O (new)

MPI_File_close

MPI_File_delete

MPI_File_get_amode

MPI_File_get_atomicity

MPI_File_get_byte_offset

MPI_File_get_group

MPI_File_get_info

MPI_File_get_position

MPI_File_get_position_shared

MPI_File_get_size

MPI_File_get_type_extent

MPI_File_get_view

MPI_File_iread

MPI_File_iread_at

MPI_File_iread_shared

MPI_File_iwrite

MPI_File_iwrite_at

MPI_File_iwrite_shared

MPI_File_open

MPI_File_preallocate

MPI_File_read

MPI_File_read_all

MPI_File_read_all_begin

MPI_File_read_all_end

MPI_File_read_at

MPI_File_read_at_all

MPI_File_read_at_all_begin

MPI_File_read_at_all_end

MPI_File_read_ordered

MPI_File_read_ordered_begin

MPI_File_read_ordered_end

MPI_File_read_shared

MPI_File_seek

MPI_File_seek_shared

MPI_File_set_atomicity

MPI_File_set_info

MPI_File_set_size

MPI_File_set_view

MPI_File_sync

MPI_File_write

MPI_File_write_all

MPI_File_write_all_begin

MPI_File_write_all_end

MPI_File_write_at

MPI_File_write_at_all

MPI_File_write_at_all_begin

MPI_File_write_at_all_end

MPI_File_write_ordered

MPI_File_write_ordered_begin

MPI_File_write_ordered_end

MPI_File_write_shared

MPI_Register_datarep

A.2.12 Language Bindings

MPI_Errhandler_c2f

MPI_Errhandler_f2c

Back to the top