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...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Syntax!HPF$ INHERIT dummy-argument-name-listDefaultIf the INHERIT attribute is not used, and ALIGN and DISTRIBUTE are not used for a dummyargument, then the dummy's template has the same shape as the dummy argument and it isultimately aligned with itself.TypeSpecificationSee AlsoFor details on the INHERIT syntax specifications, refer either to Section 5.4 of The HighPerformance Fortran Handbook, or Section 3.9 of the HPF Language Specification.Example!HPF$!HPF$REAL VAR1(100)DISTRIBUTE VAR1(BLOCK)10))CALL SUB1( VAR1(10:20:2))SUBROUTINE SUB1(PARAM1)REAL PARAM1(5)INHERIT PARAM1PROCESSORSThe PROCESSORS directive specifies one or more processor arrangements, by name, rank, andsize.Syntax!HPF$PROCESSORS processors-decl-listDefaultThe default for PROCESSORS is the number of processors on which the program is running, asspecified by the runtime command-line options.TypeSpecification312 Chapter 9

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

Saved successfully!

Ooh no, something went wrong!