Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_global_sum_compute_dble (data, data_size, nbr_fields, comm, global_sum, ierror) |
subroutine | psmile_global_sum_compute_int (data, data_size, nbr_fields, comm, global_sum, ierror) |
subroutine | psmile_global_sum_send_dble (data, nbr_fields, rank, ierror) |
subroutine | psmile_global_sum_send_int (data, nbr_fields, rank, ierror) |
subroutine | psmile_global_sum_recv_dble (data, nbr_fields, rank, ierror) |
subroutine | psmile_global_sum_recv_int (data, nbr_fields, rank, ierror) |
subroutine | psmile_ddadd_mpi_callback (dda, ddb, len, itype) |
subroutine psmile_ddadd_mpi_callback | ( | dda | , | |
ddb | , | |||
integer,intent(in) | len, | |||
integer,intent(in) | itype | |||
) |
Definition at line 218 of file psmile_global_sum.F90.
References psmile_ddadd().
Referenced by prism_init().
subroutine psmile_global_sum_compute_dble | ( | data | , | |
integer,intent(in) | data_size, | |||
integer,intent(in) | nbr_fields, | |||
integer,intent(in) | comm, | |||
global_sum | , | |||
integer,intent(out) | ierror | |||
) |
Definition at line 22 of file psmile_global_sum.F90.
References psmile_ddadd().
Referenced by psmile_get_field_dble(), psmile_get_field_real(), psmile_put_field_dble(), and psmile_put_field_real().
subroutine psmile_global_sum_compute_int | ( | integer,dimension(data_size, nbr_fields),intent(in) | data, | |
integer,intent(in) | data_size, | |||
integer,intent(in) | nbr_fields, | |||
integer,intent(in) | comm, | |||
integer,dimension(nbr_fields),intent(out) | global_sum, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 68 of file psmile_global_sum.F90.
Referenced by psmile_get_field_int(), and psmile_put_field_int().
subroutine psmile_global_sum_recv_dble | ( | data | , | |
integer,intent(in) | nbr_fields, | |||
integer,intent(in) | rank, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 164 of file psmile_global_sum.F90.
Referenced by psmile_get_field_dble(), and psmile_get_field_real().
subroutine psmile_global_sum_recv_int | ( | integer,dimension(nbr_fields),intent(out) | data, | |
integer,intent(in) | nbr_fields, | |||
integer,intent(in) | rank, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 191 of file psmile_global_sum.F90.
Referenced by psmile_get_field_int().
subroutine psmile_global_sum_send_dble | ( | data | , | |
integer,intent(in) | nbr_fields, | |||
integer,intent(in) | rank, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 112 of file psmile_global_sum.F90.
Referenced by psmile_put_field_dble(), and psmile_put_field_real().
subroutine psmile_global_sum_send_int | ( | integer,dimension(nbr_fields),intent(in) | data, | |
integer,intent(in) | nbr_fields, | |||
integer,intent(in) | rank, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 138 of file psmile_global_sum.F90.
Referenced by psmile_put_field_int().