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.

Descriptionfork creates a copy of the calling process. The value returned to the parent process will be theprocess id of the copy. The value returned to the child process (the copy) will be zero. If thereturned value is negative, an error occurred and the value is the negation of the system error code.fputcWrite a character to a logical unit.Synopsisinteger function fputc(lu, ch)integer lucharacter*(*) chDescriptionA character ch is written to the file connected to logical unit lu bypassing normal Fortran I/O. Ifsuccessful, a value of zero is returned; otherwise, an error code is returned.freeFree memory.Synopsissubroutine free(p)int pDescriptionFree a pointer to a block of memory located by malloc; the value of the argument, p, is the pointerto the block of memory.fseekPosition file at offset.3F Functions and VAX Subroutines 261

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

Saved successfully!

Ooh no, something went wrong!