get_elpa_row_col_comms: old, deprecated interface, will be deleted. Use "elpa_get_communicators"
More...
get_elpa_row_col_comms: old, deprecated interface, will be deleted. Use "elpa_get_communicators"
The interface and variable definition is the same as in "elpa_get_communicators"
- Parameters
-
mpi_comm_global | Global communicator for the calculations (in) |
my_prow | Row coordinate of the calling process in the process grid (in) |
my_pcol | Column coordinate of the calling process in the process grid (in) |
mpi_comm_rows | Communicator for communicating within rows of processes (out) |
mpi_comm_cols | Communicator for communicating within columns of processes (out) |
- Returns
- mpierr integer error value of mpi_comm_split function
◆ elpa_get_communicators()
integer(kind=c_int) function elpa1::get_elpa_row_col_comms::elpa_get_communicators |
( |
integer(kind=c_int), intent(in) |
mpi_comm_global, |
|
|
integer(kind=c_int), intent(in) |
my_prow, |
|
|
integer(kind=c_int), intent(in) |
my_pcol, |
|
|
integer(kind=c_int), intent(out) |
mpi_comm_rows, |
|
|
integer(kind=c_int), intent(out) |
mpi_comm_cols |
|
) |
| |
|
private |
- Parameters
-
mpi_comm_global | Global communicator for the calculations (in) |
my_prow | Row coordinate of the calling process in the process grid (in) |
my_pcol | Column coordinate of the calling process in the process grid (in) |
mpi_comm_rows | Communicator for communicating within rows of processes (out) |
mpi_comm_cols | Communicator for communicating within columns of processes (out) |
- Returns
- mpierr integer error value of mpi_comm_split function
The documentation for this interface was generated from the following file:
- /backup/work/git2/elpa/elpa/elpa_lib_to_distribute/src/elpa1/legacy_interface/elpa1.F90