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.

SEQUENCEThe SEQUENCE directive allows a user to declare explicitly that variables or common blocks areto be treated by the compiler as sequential.Syntax!HPF$ SEQUENCEor!HPF$ SEQUENCE [::] association-name-listTypeSpecificationSee AlsoFor details on the SEQUENCE syntax specifications, refer either to Section 4.10.2 of The HighPerformance Fortran Handbook, or Section 7.1.3 of the HPF Language Specification.The NO SEQUENCE directive.Example!HPF$INTEGER FLAG, I, A(1000)COMMON /FOO/ A,I,FLAGSEQUENCE FOOTEMPLATEThe TEMPLATE directive declares one or more templates, specifying for each a name, rank, andsize for each dimension.Syntax!HPF$ TEMPLATE template-decl-listDefaultBy default for each object, a new template is created and in the absence of an explicit ALIGNdirective, the object is ultimately aligned to itself.314 Chapter 9

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

Saved successfully!

Ooh no, something went wrong!