UPP  11.0.0
 All Data Structures Files Functions Variables Pages
PARA_RANGE.f File Reference

para_range() sets up decomposition values. More...

Go to the source code of this file.

Functions/Subroutines

program __para_range.f__
 
subroutine para_range (N1, N2, NPROCS, IRANK, ISTA, IEND)
 para_range() sets up decomposition values. More...
 

Detailed Description

para_range() sets up decomposition values.

This subroutine sets up decomposition values.

Parameters
[in]N1First interate value.
[in]N2Last interate value.
[in]NPROCSNumber of MPI tasks.
[in]IRANKMy taks ID.
[out]ISTAFirst loop value.
[out]IENDLast loop value.

Program History Log

Date Programmer Comments
2000-01-06 Jim Tuccillo Initial
Author
Jim Tuccillo IBM
Date
2000-01-06

Definition in file PARA_RANGE.f.

Function/Subroutine Documentation

subroutine para_range ( integer, intent(in)  N1,
integer, intent(in)  N2,
integer, intent(in)  NPROCS,
integer, intent(in)  IRANK,
integer, intent(out)  ISTA,
integer, intent(out)  IEND 
)

para_range() sets up decomposition values.

Parameters
[in]N1First interate value.
[in]N2Last interate value.
[in]NPROCSNumber of MPI tasks.
[in]IRANKMy taks ID.
[out]ISTAFirst loop value.
[out]IENDLast loop value.

Definition at line 29 of file PARA_RANGE.f.

Referenced by setup_servers().