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 AlsoINTENTOPTIONS § 77The OPTIONS statement confirms or overrides certain compiler command-line options.SyntaxOPTIONS /option [/option ...]The following table shows what options are available for the OPTIONS statement:Table 3-1: OPTIONS StatementOptionCHECK=ALLCHECK=[NO]OVERFLOWCHECK=[NO]BOUNDSCHECK=[NO]UNDERFLOWCHECK=NONENOCHECK[NO]EXTEND_SOURCE[NO]G_FLOATING[NO]F77[NO]I4[NO]RECURSIVE[NO]REENTRANT[NO]STANDARDAction TakenEnable array bounds checkingNone (recognized but ignored)(Disable) Enable array bounds checkingNoneDisable array bounds checkingDisable array bounds checking(Disable) Enable the –Mextend optionNone(Disable) Enable the –Mstandard option(Disable) Enable the –Mi4 option(Disable) Enable the –Mrecursive option(Enable) Disable optimizations that may result incode that is not reentrant.(Disable) Enable the –Mstandard optionThe following restrictions apply to the OPTIONS statement:• The OPTIONS statement must be the first statement in a program unit; it must precede thePROGRAM, SUBROUTINE, FUNCTION, and BLOCKDATA statements.• The options listed in the OPTIONS statement override values from the driver command-linefor the program unit (subprogram) immediately following the OPTIONS statement.• Any abbreviated version of an option that is long enough to identify the option uniquely is alegal abbreviation for the option.Fortran Statements 117

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

Saved successfully!

Ooh no, something went wrong!