1
1
openmpi/ompi/mpi/fortran/use-mpi-f08/profile
Jeff Squyres 7390ab8a23 Many updates and bug fixes for the Fortran bindings. Sorry these
aren't separated out into individual commits; they represent a few
months of work in the Mercurial branch, and it seemed error-prone to
try to break them up into multiple SVN commits.

 * Remove 2nd overloaded interfaces for MPI_TESTALL, MPI_TESTSOME,
   MPI_WAITALL, and MPI_WAITSOME in the "mpi" module implementations
   (because we're not allowed to have them, anyway -- it causes
   complications in the profiling interface).  This forced an MPI-2.2
   errata in the MPI Forum; we applied the errata here (the array of
   statuses parameter could not have a specific dimension specified in
   the dummy argument).  Fixes trac:3166.
 * Similarly, fix type for MPI_ARGVS_NULL in Fortran
 * Add MPI_3.0 function MPI_F_SYNC_REG (Fortran interfaces only).
 * Add MPI-3.0 MPI_MESSAGE_NO_PROC in the mpi_f08 module.
 * Added mpi_f08 handle comparison operators, per MPI-3.0 addendum to
   the F08 proposal at the last Forum meeting.  
 * Added missing type(MPI_File) and type(Message) in mpi_f08 module.
 * Fix --disable-mpi-io configure switch with all Fortran interfaces
 * Re-factor the Fortran header files to be fundamentally simpler and
   easier to maintain.  Fortran constant values in the header files
   are now generated by a script named mpif-values.pl during
   autogen.pl (they were previously generated by mpif-common.pl, but
   it was quite a bit more subtle/complex).  A second commit will
   follow this one to update svn:ignore values (just to ensure we
   don't muck up the first commit with the SVN client getting confused
   by the changed ignore values and new/changed files).
 * Fix some dependencies for compile ordering in
   ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.am. 
 * Fix bad wording in several places (.m4 file name, ompi_info output,
   etc.): we previoulsy said "F08 assumed shape" when we really meant
   "F08 assumed rank" (for Fortran gurus, those are very different
   things). 
 * Removed the GREEK/SVN version string from mpif.h.  It really had no
   purpose being there.

Still to be done:

 * Handling of 2D array of strings in MPI_COMM_SPAWN_MULTIPLE still
   isn't right yet.  Not sure how many people really care about this
   :-), but it is still broken.

This commit was SVN r26997.

The following Trac tickets were found above:
  Ticket 3166 --> https://svn.open-mpi.org/trac/ompi/ticket/3166
2012-08-10 21:19:47 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +00:00
pcart_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcart_map_f08.F90 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_create_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +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_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 == Highlights == 2012-04-18 15:57:29 +00:00
pcomm_get_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +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_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_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 == Highlights == 2012-04-18 15:57:29 +00:00
pdims_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pdist_graph_create_adjacent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pdist_graph_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pdist_graph_neighbors_count_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pdist_graph_neighbors_f08.F90 == Highlights == 2012-04-18 15:57:29 +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
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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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_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_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pget_library_version_f08.F90 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +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 == Highlights == 2012-04-18 15:57:29 +00:00
pimrecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +00:00
pintercomm_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pintercomm_merge_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
piprobe_f08.F90 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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
pop_commutative_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pop_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +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
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 == Highlights == 2012-04-18 15:57:29 +00:00
prequest_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
prequest_get_status_f08.F90 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +00:00
pstatus_set_elements_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptest_cancelled_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptest_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptestall_f08.F90 Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
ptestany_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ptestsome_f08.F90 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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 == Highlights == 2012-04-18 15:57:29 +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_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_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_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_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 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_create_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +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_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 == Highlights == 2012-04-18 15:57:29 +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_start_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pwin_test_f08.F90 == Highlights == 2012-04-18 15:57:29 +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