1
1
openmpi/ompi/mpi/fortran/use-mpi-f08/profile
Jeff Squyres 5081f958a6 fortran: fix MPI_Win_allocate_shared and MPI_Win_shared_query
Several problems with MPI_Win_allocate_shared and MPI_Win_shared_query
were discovered in a code review.  This commit fixes them:

* Add _cptr versions of both subroutines in mpif-h, use-mpi-tkr, and
  use-mpi-ignore-tkr directories
* Fix case of PMPI weak symbols for both C implementations
* Add MPI and PMPI f08 implementations of both subroutines (there is
  no _cptr version in the mpi_f08 module)
* Fixed _f08 suffix on the f08 module of both subroutines

cmr=v1.8.2:ticket=trac:4736

This commit was SVN r32162.

The following Trac tickets were found above:
  Ticket 4736 --> https://svn.open-mpi.org/trac/ompi/ticket/4736
2014-07-09 00:10:04 +00:00
..
pabort_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
paccumulate_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
padd_error_class_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
padd_error_code_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
padd_error_string_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pallgather_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pallgatherv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
palloc_mem_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pallreduce_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
palltoall_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
palltoallv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
palltoallw_f08.F90 Missed updating the profiling versions of [I]Alltoallw in r29298. 2013-09-30 19:44:24 +00:00
pbarrier_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pbcast_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pbsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pbsend_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pbuffer_attach_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pbuffer_detach_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcancel_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcart_coords_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcart_create_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pcart_get_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pcart_map_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pcart_rank_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcart_shift_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcart_sub_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pcartdim_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pclose_port_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_accept_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_call_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_compare_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_connect_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_create_errhandler_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
pcomm_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_create_group_f08.F90 Add fortran bindings for MPI-3 communicator creation functions. 2013-10-02 14:26:58 +00:00
pcomm_create_keyval_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
pcomm_delete_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_disconnect_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_dup_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_dup_with_info_f08.F90 Add fortran bindings for MPI-3 communicator creation functions. 2013-10-02 14:26:58 +00:00
pcomm_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_free_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_get_attr_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pcomm_get_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_get_info_f08.F90 MPI-3: Add missing MPI_Comm_get|set_info functions 2014-03-27 21:41:59 +00:00
pcomm_get_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_get_parent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_idup_f08.F90 Add fortran bindings for MPI-3 communicator creation functions. 2013-10-02 14:26:58 +00:00
pcomm_join_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_rank_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_remote_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_remote_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_set_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_set_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_set_info_f08.F90 MPI-3: Add missing MPI_Comm_get|set_info functions 2014-03-27 21:41:59 +00:00
pcomm_set_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_spawn_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_spawn_multiple_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_split_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_split_type_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_test_inter_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pcompare_and_swap_f08.F90 Refs trac:4372: 3rd and hopefully final addendum to Fortran API fixes for the RMA functions 2014-03-12 22:55:57 +00:00
pdims_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pdist_graph_create_adjacent_f08.F90 Add profiling versions of dist_graph functions into the library 2014-01-23 01:24:54 +00:00
pdist_graph_create_f08.F90 Add profiling versions of dist_graph functions into the library 2014-01-23 01:24:54 +00:00
pdist_graph_neighbors_count_f08.F90 Add profiling versions of dist_graph functions into the library 2014-01-23 01:24:54 +00:00
pdist_graph_neighbors_f08.F90 Add profiling versions of dist_graph functions into the library 2014-01-23 01:24:54 +00:00
perrhandler_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
perror_class_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
perror_string_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pexscan_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pf_sync_reg_f08.F90 Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
pfetch_and_op_f08.F90 Refs trac:4372: 3rd and hopefully final addendum to Fortran API fixes for the RMA functions 2014-03-12 22:55:57 +00:00
pfile_call_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_close_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_create_errhandler_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
pfile_delete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_amode_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_atomicity_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pfile_get_byte_offset_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_info_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_position_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_position_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_type_extent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_get_view_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_iread_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_iread_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_iread_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_iwrite_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_iwrite_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_iwrite_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_open_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_preallocate_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_at_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_at_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_at_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_ordered_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_ordered_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_ordered_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_read_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_seek_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_seek_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_set_atomicity_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pfile_set_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_set_info_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_set_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_set_view_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_sync_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_at_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_at_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_at_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_ordered_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_ordered_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_ordered_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfile_write_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfinalize_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pfinalized_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pfree_mem_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgather_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgatherv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pget_accumulate_f08.F90 Refs trac:4372: 3rd and hopefully final addendum to Fortran API fixes for the RMA functions 2014-03-12 22:55:57 +00:00
pget_address_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pget_count_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pget_elements_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pget_elements_x_f08.F90 Propagate the use of MPI_COUNT_KIND everywhere. 2013-07-25 22:41:48 +00:00
pget_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pget_library_version_f08.F90 mpi_f08: Fix param name and string length for MPI_GET_LIBRARY_VERSION 2014-04-10 14:45:36 +00:00
pget_processor_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pget_version_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgraph_create_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pgraph_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgraph_map_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgraph_neighbors_count_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgraph_neighbors_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgraphdims_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgrequest_complete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgrequest_start_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
pgroup_compare_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_difference_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_excl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_incl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_intersection_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_range_excl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_range_incl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_rank_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_translate_ranks_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pgroup_union_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
piallgather_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
piallgatherv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
piallreduce_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pialltoall_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pialltoallv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pialltoallw_f08.F90 Missed updating the profiling versions of [I]Alltoallw in r29298. 2013-09-30 19:44:24 +00:00
pibarrier_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pibcast_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pibsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
piexscan_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pigather_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pigatherv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pimprobe_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pimrecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pineighbor_allgather_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pineighbor_allgatherv_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pineighbor_alltoall_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pineighbor_alltoallv_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pineighbor_alltoallw_f08.F90 Missed updating the profiling versions of the neighbor collectives in r29299. 2013-09-30 19:45:09 +00:00
pinfo_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinfo_delete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinfo_dup_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinfo_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinfo_get_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pinfo_get_nkeys_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinfo_get_nthkey_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinfo_get_valuelen_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pinfo_set_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinit_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinit_thread_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pinitialized_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pintercomm_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pintercomm_merge_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
piprobe_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pirecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pireduce_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pireduce_scatter_block_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pireduce_scatter_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pirsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pis_thread_main_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
piscan_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
piscatter_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
piscatterv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
pisend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pissend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
plookup_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pmprobe_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pmrecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pneighbor_allgather_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pneighbor_allgatherv_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pneighbor_alltoall_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pneighbor_alltoallv_f08.F90 MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
pneighbor_alltoallw_f08.F90 Missed updating the profiling versions of the neighbor collectives in r29299. 2013-09-30 19:45:09 +00:00
pop_commutative_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pop_create_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
pop_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
popen_port_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ppack_external_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ppack_external_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ppack_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ppack_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ppcontrol_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pprobe_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ppublish_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pput_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pquery_thread_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
praccumulate_f08.F90 osc: add fortran bindings for new RMA function 2014-03-11 23:02:27 +00:00
precv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
precv_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
preduce_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
preduce_local_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
preduce_scatter_block_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
preduce_scatter_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pregister_datarep_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
prequest_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
prequest_get_status_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
prget_accumulate_f08.F90 Refs trac:4372: 3rd and hopefully final addendum to Fortran API fixes for the RMA functions 2014-03-12 22:55:57 +00:00
prget_f08.F90 osc: add fortran bindings for new RMA function 2014-03-11 23:02:27 +00:00
prput_f08.F90 osc: add fortran bindings for new RMA function 2014-03-11 23:02:27 +00:00
prsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
prsend_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pscan_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pscatter_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pscatterv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
psend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
psend_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
psendrecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
psendrecv_replace_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pssend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pssend_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pstart_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pstartall_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pstatus_set_cancelled_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pstatus_set_elements_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pstatus_set_elements_x_f08.F90 Propagate the use of MPI_COUNT_KIND everywhere. 2013-07-25 22:41:48 +00:00
ptest_cancelled_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
ptest_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
ptestall_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
ptestany_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
ptestsome_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
ptopo_test_f08.F90 A bunch of fixes to the f08 bindings: 2012-05-29 17:54:33 +00:00
ptype_commit_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_contiguous_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_darray_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_f90_complex_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_f90_integer_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_f90_real_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_hindexed_block_f08.F90 Some Fortran fixes to r26967. 2012-08-08 13:46:15 +00:00
ptype_create_hindexed_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_hvector_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_indexed_block_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_keyval_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
ptype_create_resized_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_struct_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_create_subarray_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_delete_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_dup_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_free_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_get_attr_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
ptype_get_contents_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_get_envelope_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_get_extent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_get_extent_x_f08.F90 Propagate the use of MPI_COUNT_KIND everywhere. 2013-07-25 22:41:48 +00:00
ptype_get_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_get_true_extent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_get_true_extent_x_f08.F90 Propagate the use of MPI_COUNT_KIND everywhere. 2013-07-25 22:41:48 +00:00
ptype_indexed_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_match_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_set_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_set_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptype_size_x_f08.F90 Propagate the use of MPI_COUNT_KIND everywhere. 2013-07-25 22:41:48 +00:00
ptype_vector_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
punpack_external_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
punpack_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
punpublish_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwait_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwaitall_f08.F90 Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
pwaitany_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwaitsome_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_allocate_shared_f08.F90 fortran: fix MPI_Win_allocate_shared and MPI_Win_shared_query 2014-07-09 00:10:04 +00:00
pwin_call_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_complete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_create_errhandler_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
pwin_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_create_keyval_f08.F90 Assume we always have fortran PROCEDURE support 2014-05-01 18:18:38 +00:00
pwin_delete_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_fence_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_flush_all_f08.F90 osc: add fortran bindings for new RMA function 2014-03-11 23:02:27 +00:00
pwin_flush_f08.F90 osc: add fortran bindings for new RMA function 2014-03-11 23:02:27 +00:00
pwin_flush_local_all_f08.F90 osc: add fortran bindings for new RMA function 2014-03-11 23:02:27 +00:00
pwin_flush_local_f08.F90 osc: add fortran bindings for new RMA function 2014-03-11 23:02:27 +00:00
pwin_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_free_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_get_attr_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pwin_get_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_get_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_get_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_lock_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_post_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_set_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_set_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_set_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_shared_query_f08.F90 fortran: fix MPI_Win_allocate_shared and MPI_Win_shared_query 2014-07-09 00:10:04 +00:00
pwin_start_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_test_f08.F90 Fix problems with calling back-end BIND(C) ompi_*_f() functions. 2013-10-04 22:43:07 +00:00
pwin_unlock_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_wait_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00