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.

Descriptionwait causes its caller to be suspended until a signal is received or one of its child processesterminates. If any child has terminated since the last wait, return is immediate. If there are no childprocesses, return is immediate with an error code.If the return value is positive, it is the process id of the child and st is its termination status. If thereturn value is negative, it is the negation of an error code.7.2 VAX System SubroutinesThe <strong>PGI</strong> FORTRAN77 compiler, pgf77, supports a variety of VAX/VMS system subroutines andbuilt-in functions.7.2.1 Built-In FunctionsThe built-in functions perform inter-language utilities for argument passing and locationcalculations. The following built-in functions are available:%LOC(arg)Compute the address of the argument arg.%REF(a)Pass the argument a by reference.%VAL(a)Pass the argument as a 32-bit immediate value (64-bit if a is double precision.) A value of 64-bitsis also possible if supported for integer and logical values.3F Functions and VAX Subroutines 281

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

Saved successfully!

Ooh no, something went wrong!