12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Return TypeThe result is of type default integer. It is scalar if DIM is present; otherwise the result is an array ofrank one and size n, where n is the rank of ARRAY.Return ValueThe value of LOCAL_BLKCNT(ARRAY, DIM, PROC) is the number of blocks of the ultimatealign target of ARRAY in dimension DIM that are mapped to processor PROC and which have atleast one element of ARRAY aligned to them.LOCAL_BLKCNT(ARRAY, DIM) returns the same value as LOCAL_BLKCNT(ARRAY, DIM,PROC=MY_PROCESSOR()).LOCAL_BLKCNT(ARRAY) has a value whose i th component is equal toLOCAL_BLKCNT(ARRAY, i ), for i = 1,...,n, where n is the rank of ARRAY.LOCAL_LINDEXPure function returns the lowest local index of all blocks of an array dummy argument in a givendimension on a processor.SynopsisLOCAL_LINDEX(ARRAY, DIM, PROC)ArgumentsOptional argument. PROC.ARRAY may be of any type; it must be a dummy array that is associated with a global HPF arrayactual argument.DIM must be scalar and of type integer with a value in the range 1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!