1
1
openmpi/ompi/mpi/fortran/use-mpi-f08
George Bosilca 5fae72b9aa Add the MPI 2.2 MPI_Dist_graph functionality.
This patch reshape the way we deal with topologies completely. Where
our topologies were mainly storage components (they were not capable
of creating the new communicator), the new version is built around a
[possibly] common representation (in mca/topo/topo.h), but the functions
to attach and retrieve the topological information are specific to each
component. As a result the ompi_create_cart and ompi_create_graph functions
become useless and have been removed.

In addition to adding the internal infrastructure to manage the topology
information, it updates the MPI interface, and the debuggers support and
provides all Fortran interfaces.

This commit was SVN r28687.
2013-07-01 12:40:08 +00:00
..
profile Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
tests == Highlights == 2012-04-18 15:57:29 +00:00
abort_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
accumulate_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
add_error_class_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
add_error_code_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
add_error_string_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
allgather_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
allgatherv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
alloc_mem_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
allreduce_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
alltoall_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
alltoallv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
alltoallw_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
barrier_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
bcast_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
bsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
bsend_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
buffer_attach_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
buffer_detach_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cancel_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cart_coords_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cart_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cart_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cart_map_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cart_rank_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cart_shift_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cart_sub_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
cartdim_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
close_port_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_accept_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_call_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_compare_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_connect_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_create_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_create_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_delete_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_disconnect_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_dup_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_free_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_get_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_get_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_get_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_get_parent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_join_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_rank_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_remote_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_remote_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_set_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_set_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_set_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_spawn_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_spawn_multiple_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_split_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_split_type_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
comm_test_inter_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
constants.c * Minor touch-ups to ompi/info/info.c to distinguish between keys and 2012-08-14 23:05:41 +00:00
dims_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
dist_graph_create_adjacent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
dist_graph_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
dist_graph_neighbors_count_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
dist_graph_neighbors_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
errhandler_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
error_class_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
error_string_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
exscan_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
f_sync_reg_f08.F90 Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
file_call_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_close_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_create_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_delete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_amode_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_atomicity_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_byte_offset_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_info_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_position_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_position_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_type_extent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_get_view_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_iread_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_iread_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_iread_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_iwrite_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_iwrite_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_iwrite_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_open_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_preallocate_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_at_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_at_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_at_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_ordered_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_ordered_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_ordered_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_read_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_seek_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_seek_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_set_atomicity_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_set_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_set_info_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_set_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_set_view_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_sync_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_at_all_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_at_all_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_at_all_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_at_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_ordered_begin_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_ordered_end_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_ordered_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
file_write_shared_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
finalize_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
finalized_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
free_mem_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
gather_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
gatherv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
get_address_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
get_count_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
get_elements_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
get_library_version_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
get_processor_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
get_version_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
graph_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
graph_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
graph_map_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
graph_neighbors_count_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
graph_neighbors_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
graphdims_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
grequest_complete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
grequest_start_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_compare_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_difference_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_excl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_incl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_intersection_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_range_excl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_range_incl_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_rank_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_translate_ranks_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
group_union_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
iallgather_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
iallgatherv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
iallreduce_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ialltoall_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ialltoallv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ialltoallw_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ibarrier_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ibcast_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ibsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
iexscan_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
igather_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
igatherv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
improbe_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
imrecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_delete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_dup_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_get_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_get_nkeys_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_get_nthkey_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_get_valuelen_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
info_set_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
init_f08.F90 Remove the use of mpi_f08_interfaces -- it shouldn't be there. 2012-08-07 20:04:01 +00:00
init_thread_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
initialized_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
intercomm_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
intercomm_merge_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
iprobe_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
irecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ireduce_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ireduce_scatter_block_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
ireduce_scatter_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
irsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
is_thread_main_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
iscan_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
iscatter_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
iscatterv_f08.F90 * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +00:00
isend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
issend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
lookup_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
Makefile.am Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
mpi-f08-sizeof.F90 == Highlights == 2012-04-18 15:57:29 +00:00
mpi-f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
mpi-f-interfaces-bind.h Fix --disable-mpi-io in the Fortran mpi-f08 interface. 2013-02-22 03:08:04 +00:00
mprobe_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
mrecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
op_commutative_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
op_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
op_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
open_port_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pack_external_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pack_external_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pack_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pack_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pcontrol_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
pmpi-f-interfaces-bind.h Fix --disable-mpi-io in the Fortran mpi-f08 interface. 2013-02-22 03:08:04 +00:00
probe_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
publish_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
put_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
query_thread_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
README.txt == Highlights == 2012-04-18 15:57:29 +00:00
recv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
recv_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
reduce_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
reduce_local_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
reduce_scatter_block_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
reduce_scatter_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
register_datarep_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
request_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
request_get_status_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
rsend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
rsend_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
scan_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
scatter_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
scatterv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
send_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
send_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
sendrecv_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
sendrecv_replace_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ssend_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
ssend_init_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
start_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
startall_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
status_set_cancelled_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
status_set_elements_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
test_cancelled_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
test_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
testall_f08.F90 Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
testany_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
testsome_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
topo_test_f08.F90 A bunch of fixes to the f08 bindings: 2012-05-29 17:54:33 +00:00
type_commit_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_contiguous_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_darray_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_f90_complex_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_f90_integer_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_f90_real_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_hindexed_block_f08.F90 Some Fortran fixes to r26967. 2012-08-08 13:46:15 +00:00
type_create_hindexed_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_hvector_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_indexed_block_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_resized_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_struct_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_create_subarray_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_delete_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_dup_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_free_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_get_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_get_contents_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_get_envelope_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_get_extent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_get_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_get_true_extent_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_indexed_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_match_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_set_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_set_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_size_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
type_vector_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
unpack_external_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
unpack_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
unpublish_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
wait_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
waitall_f08.F90 Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
waitany_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
waitsome_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_call_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_complete_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_create_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_create_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_create_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_delete_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_fence_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_free_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_free_keyval_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_get_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_get_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_get_group_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_get_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_lock_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_post_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_set_attr_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_set_errhandler_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_set_name_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_start_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_test_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_unlock_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
win_wait_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
wtick_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00
wtime_f08.F90 == Highlights == 2012-04-18 15:57:29 +00:00

Craig to put in all the new BIND(C) implementation of the f08 bindings here.