1
1
openmpi/ompi/mpi/f90/scripts
Jeff Squyres 2c52096976 Several EXTRA_STATE parameter types were erroneously "INTEGER" (they
should be "INTEGER(kind=MPI_ADDRESS_KIND)").  This has been wrong for
''years''.  Apparently no one who uses the F90 bindings also uses MPI
attributes.  Sigh.

This commit was SVN r23664.
2010-08-25 16:46:36 +00:00
..
Makefile.am George suggested a better way to make WTICK and WTIME -- be consistent 2006-06-21 19:07:09 +00:00
mpi_accumulate_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_address_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_allgather_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_allgatherv_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_allreduce_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_alltoall_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_alltoallv_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_alltoallw_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_bcast_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_bsend_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_bsend_init_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_buffer_attach_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_buffer_detach_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_comm_spawn_multiple_f90.f90.sh Clean up the Fortran MPI sentinel values per problem reported on the 2006-07-31 15:07:09 +00:00
mpi_exscan_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_iread_at_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_iread_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_iread_shared_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_iwrite_at_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_iwrite_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_iwrite_shared_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_all_begin_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_all_end_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_all_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_at_all_begin_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_at_all_end_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_at_all_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_at_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_ordered_begin_f90.f90.sh Changed to use procedure alias (when names too long). 2006-05-31 15:04:38 +00:00
mpi_file_read_ordered_end_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_ordered_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_read_shared_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_all_begin_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_all_end_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_all_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_at_all_begin_f90.f90.sh Changed to use procedure alias (when names too long). 2006-05-31 15:04:38 +00:00
mpi_file_write_at_all_end_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_at_all_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_at_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_ordered_begin_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_ordered_end_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_ordered_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_file_write_shared_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_gather_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_gatherv_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_get_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_ibsend_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_irecv_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_irsend_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_isend_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_issend_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_pack_external_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_pack_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_put_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_recv_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_recv_init_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_reduce_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_reduce_scatter_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_rsend_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_rsend_init_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_scan_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_scatter_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_scatterv_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_send_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_send_init_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_sendrecv_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_sendrecv_replace_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_sizeof.f90.sh - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
mpi_ssend_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_ssend_init_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_testall_f90.f90.sh Fix ordering of dimensions for status arrays. Thanks to Randy Bramley 2007-05-05 05:02:02 +00:00
mpi_testsome_f90.f90.sh Fix ordering of dimensions for status arrays. Thanks to Randy Bramley 2007-05-05 05:02:02 +00:00
mpi_unpack_external_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_unpack_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_waitall_f90.f90.sh Fix ordering of dimensions for status arrays. Thanks to Randy Bramley 2007-05-05 05:02:02 +00:00
mpi_waitsome_f90.f90.sh Fix ordering of dimensions for status arrays. Thanks to Randy Bramley 2007-05-05 05:02:02 +00:00
mpi_win_create_f90.f90.sh Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
mpi_wtick_f90.f90.sh George suggested a better way to make WTICK and WTIME -- be consistent 2006-06-21 19:07:09 +00:00
mpi_wtime_f90.f90.sh George suggested a better way to make WTICK and WTIME -- be consistent 2006-06-21 19:07:09 +00:00
mpi-f90-interfaces.h.sh Several EXTRA_STATE parameter types were erroneously "INTEGER" (they 2010-08-25 16:46:36 +00:00