UPP (develop)
Loading...
Searching...
No Matches
SETUP_SERVERS.f File Reference

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.
 

Detailed Description

setup_servers() setups I/O servers.

Author
Jim Tuccillo IBM
Date
2000-03-20

Definition in file SETUP_SERVERS.f.

Function/Subroutine Documentation

◆ setup_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.

Parameters
[out]MYPEMy rank.
[out]INUMQArray that holds the number of servers in each group.
[out]NPESNumber of MPI tasks for posting.
[out]MPI_COMM_COMPThe new intracommunicator for all tasks.
[out]MPI_COMM_INTERThe intercommunicator for the I/O servers.

Program history log:

Date Programmer Comments
2000-03-20 Jim Tuccillo Initial
Author
Jim Tuccillo IBM
Date
2000-03-20

Definition at line 20 of file SETUP_SERVERS.f.

References para_range().

Referenced by wrfpost().