|
UPP (upp-srw-2.2.0)
|
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. | |
| 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.
References para_range().
Referenced by wrfpost().