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.

SyntaxEXIT [do-construct-name]ExampleDOIF (A(I).EQ.0) CYCLEB=100/A(I)IF (B.EQ.5) EXITEND DOSee AlsoCYCLE, DOEXTERNAL 77The EXTERNAL statement identifies a symbolic name as an external or dummy procedure. Thisprocedure can then be used as an actual argument.SyntaxEXTERNAL proc [,proc]..procis the name of an external procedure, dummy procedure or block dataprogram unit. When an external or dummy procedure name is used asan actual argument in a program unit it must appear in an EXTERNALstatement in that program unit.DescriptionIf an intrinsic function appears in an EXTERNAL statement an intrinsic function of the samename cannot then be referenced in the program unit. A symbolic name can appear only once in allthe EXTERNAL statements of a program unit.EXTRINSICHPFThe EXTRINSIC statement identifies a symbolic name as an external or dummy procedure that iswritten in some language other than HPF.SyntaxEXTRINSIC ( extrinsic-kind-keyword ) procedure nameFortran Statements 89

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

Saved successfully!

Ooh no, something went wrong!