Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-5B9D6104-7365-4260-9903-0F97B3469C76
Visible to Intel only — GUID: GUID-5B9D6104-7365-4260-9903-0F97B3469C76
vslDeleteStream
Deletes a random stream.
status = vsldeletestream( stream )
- mkl.fi, mkl_vsl.f90
Name |
Type |
Description |
---|---|---|
stream |
TYPE(VSL_STREAM_STATE), INTENT(OUT) |
Stream state descriptor. Must have non-zero value. After the stream is successfully deleted, the descriptor becomes invalid. |
The function deletes the random stream created by one of the initialization functions.
- VSL_ERROR_OK, VSL_STATUS_OK
-
Indicates no error, execution is successful.
- VSL_ERROR_NULL_PTR
-
stream parameter is a NULL pointer.
- VSL_RNG_ERROR_BAD_STREAM
-
stream is not a valid random stream.