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.

Synopsisinteger function getc(ch)character*(*) chDescriptionReturns the next character in ch from the file connected to the logical unit 5, bypassing normalFortran I/O statements. If successful, the return value is zero; -1 indicates that an end-of-file wasdetected. Any other value is an error code.getcwdGet pathname of current working directory.Synopsisinteger function getcwd(dir)character*(*) dirDescriptionThe pathname of the current working directory is returned in dir. If successful, the return value iszero; otherwise, an error code is returned.getenvGet value of environment variable.Synopsissubroutine getenv(en, ev)character*(*) encharacter*(*) evDescriptiongetenv checks for the existence of the environment variable en. If it does not exist or if its value isnot present, ev is filled with blanks. Otherwise, the string value of en is returned in ev.264 Chapter 7

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

Saved successfully!

Ooh no, something went wrong!