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.

each element of the seed array are used, thus a seed array returned or used is portable betweenplatforms. For non-degenerate seed arrays, the period of this generator is (2 17 - 1) * 2 45 . If all theodd elements of the seed array are even, the period will be shorter.For the PGHPF compiler, the best performance on distributed arrays is for block distributions. Thehigher the order of the first distributed dimension, the better the performance will be.RANDOM_SEED 90Restarts or queries the pseudorandom number generator for RANDOM_NUMBER.SynopsisRANDOM_SEED([SIZE] [,PUT] [,GET])ArgumentsThe arguments SIZE, PUT and GET are optional. There must be one or no arguments. Multiplearguments are not allowed. SIZE is an integer value representing the number of integers that theprocessor uses to hold the value of the seed. PUT is an integer array of rank one and is used to setthe seed. GET is an integer array of rank one and is used to get the value of the seed.Return ValueRANDOM_SEED is a subroutine.RANGE 90Return the decimal exponent range for the type of number supplied as an argument.SynopsisRANGE(X)ArgumentThe argument X must be of type integer, real, or complex.Return ValueThe result is an integer.REAL 77Convert the argument to real.Fortran Intrinsics 235

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

Saved successfully!

Ooh no, something went wrong!