UPP
001
|
setup_servers() setups I/O servers. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | SETUP_SERVERS (MYPE, NPES, INUMQ, MPI_COMM_COMP, MPI_COMM_INTER) |
This subroutine is to setup I/O servers. More... | |
subroutine SETUP_SERVERS | ( | integer, intent(out) | MYPE, |
integer, intent(out) | NPES, | ||
integer, intent(out) | INUMQ, | ||
integer, intent(out) | MPI_COMM_COMP, | ||
integer, intent(out) | MPI_COMM_INTER | ||
) |
This subroutine is to setup I/O servers.
[out] | MYPE | My rank. |
[out] | INUMQ | Array that holds the number of servers in each group. |
[out] | NPES | Number of MPI tasks for posting. |
[out] | MPI_COMM_COMP | The new intracommunicator for all tasks. |
[out] | MPI_COMM_INTER | The intercommunicator for the I/O servers. |
Date | Programmer | Comments |
---|---|---|
2000-03-20 | Jim Tuccillo | Initial |
Definition at line 20 of file SETUP_SERVERS.f.