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.

perrorPrint error message.Synopsissubroutine perror(str)character*(*) strDescriptionWrite the message indicated by str to logical unit 0 and the message for the last detected systemerror.putcWrite a character to logical unit 6.Synopsisinteger function putc(ch)character*(*) chDescriptionA character ch is written to the file connected to logical unit 6 bypassing normal Fortran I/O. Ifsuccessful, a value of zero is returned; otherwise, an error code is returned.putenvChange or add environment variable.Synopsisinteger function putenv(str)character*(*) strDescriptionstr contains a character string of the form name=value. This function makes the value of theenvironment variable name equal to value. If successful, zero is returned.272 Chapter 7

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

Saved successfully!

Ooh no, something went wrong!