Visible to Intel only — GUID: GUID-F7A8C06E-D63A-45F0-A459-85BCC471B4FA
Visible to Intel only — GUID: GUID-F7A8C06E-D63A-45F0-A459-85BCC471B4FA
mkl_cvt_to_null_terminated_str
Passes character strings from Fortran routines to C routines.
mkl_cvt_to_null_terminated_str (destStr, destLen, srcStr)
- mkl.fi, mkl_dss.f90
The routine mkl_cvt_to_null_terminated_str passes character strings from Fortran routines to C routines. The strings are converted into integer arrays before being passed to C. Using this routine avoids the problems that can occur on some platforms when passing strings from Fortran to C. The use of this routine is highly recommended.
- destLen
-
INTEGER. Length of the output array destStr.
- srcStr
-
STRING. Input string.
- destStr
-
INTEGER. One-dimensional array of integers.