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

Subroutines in this file set up decomposition values for 1D and 2D decomposition. More...

Go to the source code of this file.

Functions/Subroutines

subroutine para_range (n1, n2, nprocs, irank, ista, iend)
 Sets up decomposition values.
 

Detailed Description

Subroutines in this file set up decomposition values for 1D and 2D decomposition.

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

◆ para_range()

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 
)

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 20 of file PARA_RANGE.f.

References para_range().

Referenced by para_range(), and setup_servers().