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.

BYTE num_itemsBYTE items(12)END MAPEND UNIONEND STRUCTURE! Items suppliedRECORD /account/ recarr(1000)USE 90The USE statement gives a program unit access to the public entities or to the named entities in thespecified module.SyntaxUSE module-name [, rename-list ]USE module-name, ONLY: [ only-list ]DescriptionA module-name file has an associated compiled .mod file that is included when the module isused. The .mod file is searched for in the following directories:• Each –I directory specified on the command-line.• The directory containing the file that contains the USE statement (the current workingdirectory.)• The standard include area.ExamplesUSE MOD1USE MOD2, TEMP => VARUSE MOD3, ONLY: RESULTS, SCORES => VAR2TypeNon-executableSee AlsoMODULEVOLATILE § 77The VOLATILE statement inhibits all optimizations on the variables, arrays and common blocksthat it identifies.140 Chapter 3

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

Saved successfully!

Ooh no, something went wrong!