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.

Return ValueThe return value is the sum of the elements of the argument ARRAY. If the optional DIM argumentis present, the sum is for the specified dimension. If the optional MASK argument is present, theresult is subject to the logical mask supplied.SYSTEM_CLOCK 90Returns information about the real time clock.SynopsisSYSTEM_CLOCK([COUNT] [,COUNT_RATE] [,COUNT_MAX])ArgumentsThe optional argument COUNT is a scalar integer that provides the current count of the systemclock when the subroutine is called. The optional argument COUNT_RATE is a scalar integer thatprovides the number of clock ticks per second. The optional argument COUNT_MAX is a scalarinteger that provides the value of the maximum count possible.The number of tics per second is always 1000. This routine is implemented on most systems usinggettimeofday(2); some implementations use dclock(3).Return ValueThe arguments of this subroutine are modified during the call; there is no return value.TAN 77Return the tangent of the specified value.SynopsisTAN(X)ArgumentThe argument X must be of type real and have absolute value

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

Saved successfully!

Ooh no, something went wrong!