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...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

AINT 77Truncate the supplied value to a whole number.SynopsisAINT(A [,KIND])ArgumentsThe argument A is of type real. The optional KIND argument is an integer kind.Return ValueA real value that is equal to the largest integer that is not greater than the supplied argument. If theKIND argument is present, the result is of that kind.ALL 90Determine if all the values in the supplied argument are logical true.SynopsisALL(MASK [,DIM])ArgumentsThe argument MASK is an array of type LOGICAL. The optional argument DIM specifies thedimension of the array MASK to check.Return ValueIf no DIM argument is present, the return value is a logical scalar that is true only if all values ofMASK are true.If the DIM argument is present and if MASK has rank one, then the return value is the same asALL(MASK).If the DIM argument is present and MASK has rank greater than one, then the return value is anarray that has rank n-1, where n is the rank of MASK. The return value is defined recursively as thevalue of ALL for each extent of the dimension DIM (refer to the Fortran 95 Handbook for a moredetailed explanation).ALLOCATED 90Determine if the supplied allocatable array is currently allocated.Fortran Intrinsics 195

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

Saved successfully!

Ooh no, something went wrong!