Computes size of memory necessary to hold the random stream.
The FORTRAN 77 interfaces are specified in the mkl_vsl.f77 include file, the Fortran 90 interfaces are specified in the mkl_vsl.f90 include file, and the C interfaces are specified in the mkl_vsl_functions.h include file.
Name |
Type |
Description |
---|---|---|
stream |
FORTRAN 77: INTEGER*4 stream(2) Fortran 90: TYPE(VSL_STREAM_STATE), INTENT(IN) C: const VSLStreamStatePtr |
Random stream |
Name |
Type |
Description |
---|---|---|
memsize |
Fortran: INTEGER C: int |
Amount of memory in bytes necessary to hold descriptive data of random stream stream |
The GetStreamSize function returns the size of memory in bytes which is necessary to hold the given random stream. Use the output of the function to allocate the buffer to which you will save the random stream by means of the SaveStreamM function.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.