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.

CASE DEFAULTTYPE=0END SELECTSEQUENCE 90The SEQUENCE statement is a derived type qualifier that specifies the ordering of the storageassociated with the derived type. This statement specifies storage for use with COMMON andEQUIVALENCE statements (the preferred method for derived type data sharing is usingMODULES).Note: There is also an HPF SEQUENCE directive that specifies whether an array, common block,or equivalence is sequential or non-sequential. Refer to the PGHPF User’s Guide for moreinformation.SyntaxTYPE[SEQUENCE]type-specification...END TYPEExampleTYPE RECORDSEQUENCECHARACTER NAME(25)INTEGER CUST_NUMREAL COSTEND TYPESTOP 77The STOP statement stops the program's execution and precludes any further execution of theprogram.SyntaxSTOP [character-expression | digits ]Fortran Statements 133

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

Saved successfully!

Ooh no, something went wrong!