Octopus
|
Definition at line 144 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 447 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 597 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 748 of file mpi_lib.F90.