|
subroutine | type_mpl::mpl_newunit (mpl, lunit) |
| Find a free unit. More...
|
|
subroutine | type_mpl::mpl_init (mpl, f_comm) |
| Initialize MPL object. More...
|
|
subroutine | type_mpl::mpl_final (mpl) |
| Finalize MPI. More...
|
|
subroutine | type_mpl::mpl_flush (mpl, advance_flag) |
| Flush listings. More...
|
|
subroutine | type_mpl::mpl_abort (mpl, subr, message) |
| Clean MPI abort. More...
|
|
subroutine | type_mpl::mpl_warning (mpl, subr, message) |
| Print warning message. More...
|
|
subroutine | type_mpl::mpl_print_instance (mpl) |
| Print instance. More...
|
|
subroutine | type_mpl::mpl_timings (mpl) |
| Print execution timings. More...
|
|
subroutine | type_mpl::mpl_update_tag (mpl, add) |
| Update MPI tag. More...
|
|
subroutine | type_mpl::mpl_allgather_int_r1 (mpl, var, proc_to_var) |
| Allgather for a 1d array. More...
|
|
subroutine | type_mpl::mpl_allgather_real_r1 (mpl, var, proc_to_var) |
| Allgather for a 1d array. More...
|
|
subroutine | type_mpl::mpl_allgather_logical_r1 (mpl, var, proc_to_var) |
| Allgather for a 1d array. More...
|
|
subroutine | type_mpl::mpl_broadcast_string_r1 (mpl, var, root) |
| Broadcast string array, 1d. More...
|
|
subroutine | type_mpl::mpl_dot_prod_r1 (mpl, fld1, fld2, dp) |
| Global dot product over local fields. More...
|
|
subroutine | type_mpl::mpl_dot_prod_r2 (mpl, fld1, fld2, dp) |
| Global dot product over local fields. More...
|
|
subroutine | type_mpl::mpl_dot_prod_r3 (mpl, fld1, fld2, dp) |
| Global dot product over local fields. More...
|
|
subroutine | type_mpl::mpl_dot_prod_r4 (mpl, fld1, fld2, dp) |
| Global dot product over local fields. More...
|
|
subroutine | type_mpl::mpl_glb_to_loc_index (mpl, n_loc, loc_to_glb, n_glb, glb_to_loc, glb_to_proc, rootproc, pool) |
| Communicate global index to local index. More...
|
|
subroutine | type_mpl::mpl_glb_to_loc_int_r1 (mpl, n_loc, n_glb, loc_to_glb, glb, loc, rootproc, pool) |
| Global to local. More...
|
|
subroutine | type_mpl::mpl_glb_to_loc_int_r2 (mpl, n_loc, n_glb, loc_to_glb, glb, loc, rootproc, pool) |
| Global to local. More...
|
|
subroutine | type_mpl::mpl_glb_to_loc_real_r1 (mpl, n_loc, n_glb, loc_to_glb, glb, loc, rootproc, pool) |
| Global to local. More...
|
|
subroutine | type_mpl::mpl_glb_to_loc_real_r2 (mpl, n_loc, n_glb, loc_to_glb, glb, loc, rootproc, pool) |
| Global to local. More...
|
|
subroutine | type_mpl::mpl_glb_to_loc_logical_r1 (mpl, n_loc, n_glb, loc_to_glb, glb, loc, rootproc, pool) |
| Global to local. More...
|
|
subroutine | type_mpl::mpl_glb_to_loc_logical_r2 (mpl, n_loc, n_glb, loc_to_glb, glb, loc, rootproc, pool) |
| Global to local. More...
|
|
subroutine | type_mpl::mpl_loc_to_glb_int_r1 (mpl, n_loc, n_glb, loc_to_glb, loc, glb, bcast) |
| Local to global. More...
|
|
subroutine | type_mpl::mpl_loc_to_glb_int_r2 (mpl, n_loc, n_glb, loc_to_glb, loc, glb, bcast) |
| Local to global. More...
|
|
subroutine | type_mpl::mpl_loc_to_glb_real_r1 (mpl, n_loc, n_glb, loc_to_glb, loc, glb, bcast) |
| Local to global. More...
|
|
subroutine | type_mpl::mpl_loc_to_glb_real_r2 (mpl, n_loc, n_glb, loc_to_glb, loc, glb, bcast) |
| Local to global. More...
|
|
subroutine | type_mpl::mpl_loc_to_glb_logical_r1 (mpl, n_loc, n_glb, loc_to_glb, loc, glb, bcast) |
| Local to global. More...
|
|
subroutine | type_mpl::mpl_loc_to_glb_logical_r2 (mpl, n_loc, n_glb, loc_to_glb, loc, glb, bcast) |
| Local to global. More...
|
|
subroutine | type_mpl::mpl_prog_init (mpl, nprog) |
| Initialize progression display. More...
|
|
subroutine | type_mpl::mpl_prog_print (mpl, i) |
| Print progression display. More...
|
|
subroutine | type_mpl::mpl_prog_final (mpl, advance_flag) |
| Finalize progression display. More...
|
|
subroutine | type_mpl::mpl_write_int_r0 (mpl, variables, var) |
| Write int into a log file. More...
|
|
subroutine | type_mpl::mpl_write_real_r0 (mpl, variables, var) |
| Write real into a log file. More...
|
|
subroutine | type_mpl::mpl_write_logical_r0 (mpl, variables, var) |
| Write logical into a log file. More...
|
|
subroutine | type_mpl::mpl_write_string_r0 (mpl, variables, var) |
| Write string into a log file. More...
|
|
subroutine | type_mpl::mpl_write_int_r1 (mpl, variables, n, var) |
| Write int array into a log file. More...
|
|
subroutine | type_mpl::mpl_write_real_r1 (mpl, variables, n, var) |
| Write real array into a log file. More...
|
|
subroutine | type_mpl::mpl_write_logical_r1 (mpl, variables, n, var) |
| Write logical array into a log file. More...
|
|
subroutine | type_mpl::mpl_write_string_r1 (mpl, variables, n, var) |
| Write string array into a log file. More...
|
|