UPP  V11.0.0
 All Data Structures Files Functions Pages
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. More...
 

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

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.