Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Computes size of memory necessary to hold the random stream.
memsize = vslgetstreamsize( stream )
Name |
Type |
Description |
---|---|---|
stream |
TYPE(VSL_STREAM_STATE), INTENT(IN) |
Random stream |
Name |
Type |
Description |
---|---|---|
memsize |
INTEGER |
Amount of memory in bytes necessary to hold descriptive data of random stream stream |
The vslGetStreamSize 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 vslSaveStreamM function.
Indicates no error, execution is successful.
stream is a NULL pointer.