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.

See AlsoFor details on the PROCESSOR syntax specifications, refer either to Section 4.8 of The HighPerformance Fortran Handbook, or Section 3.7 of the HPF Language SpecificationFor finding more information on processors while running a program, refer to theNUMBER_OF_PROCESSORS and PROCESSORS_SHAPE intrinsics.Examples!HPF$!HPF$!HPF$PROCESSORS PROCN(128)PROCESSORS PROC2(3,3,3)PROCESSORS:: PROC3(-8:12,100:200)NO SEQUENCEIn environments where variables are by default sequential, the NO SEQUENCE directive specifiesthat non-sequential access should apply to a scoping unit or to variables and common blockswithin the scoping unit.Syntax!HPF$ NO SEQUENCEor!HPF$ NOSEQUENCE [::] association-name-listTypeSpecificationSee AlsoFor details on the NO SEQUENCE syntax specifications, refer either to Section 4.10.2 of TheHigh Performance Fortran Handbook, or Section 7.1.3 of the HPF Language SpecificationThe SEQUENCE directive.Example!HPF$INTEGER FLAG, I, A(1000)COMMON /FOO/ A,I,FLAGNOSEQUENCE FOOHPF Directives 313

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

Saved successfully!

Ooh no, something went wrong!