![]() |
Octopus
|
Definition at line 143 of file mpi_lib.F90.
Private Member Functions | |
subroutine | dlmpi_gen_allgatherv (incount, in, outcount, out, mpi_grp) |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items. More... | |
subroutine | zlmpi_gen_allgatherv (incount, in, outcount, out, mpi_grp) |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items. More... | |
subroutine | ilmpi_gen_allgatherv (incount, in, outcount, out, mpi_grp) |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items. More... | |
subroutine | llmpi_gen_allgatherv (incount, in, outcount, out, mpi_grp) |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items. More... | |
|
private |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items.
Definition at line 297 of file mpi_lib.F90.
|
private |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items.
Definition at line 457 of file mpi_lib.F90.
|
private |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items.
Definition at line 617 of file mpi_lib.F90.
|
private |
Every node has incount (may vary from node to node) items (in array in) to send to everybody else in the group. The total number of items in the out array is given by outcount. out has to be big enough to contain all possible incoming items.
Definition at line 778 of file mpi_lib.F90.