UPP (upp-srw-2.2.0)
Loading...
Searching...
No Matches
PARA_RANGE.f File Reference

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

Go to the source code of this file.

Functions/Subroutines

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

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

◆ 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 
)

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.

References para_range().

Referenced by para_range(), and setup_servers().