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.

.END MODULETypeNon-executableSee AlsoPRIVATE, MODULEPURE 95The PURE attribute indicates that a function or subroutine has no side effects. Use of PURE canenable additional opportunities for optimization, and for the PGHPF compiler indicates that asubroutine or function can be used in a FORALL statement or construct or within anINDEPENDENT DO loop.SyntaxPURE [type-specification] FUNCTIONorortype-specification PURE FUNCTIONPURE SUBROUTINETypeNon-executableSee AlsoFUNCTION, SUBROUTINEREAD 90The READ statement is the data transfer input statement.SyntaxREAD ([unit=] u, format-specifier [,control-information) [iolist]READ format-specifier [,iolist]READ ([unit=] u, [NML=] namelist-group [,control-information])where the UNIT= is optional and the external unit specifier u is an integer.124 Chapter 3

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

Saved successfully!

Ooh no, something went wrong!