Visible to Intel only — GUID: GUID-B57EB9A5-E2CC-40FA-9AD7-E7BE3F7A1780
Visible to Intel only — GUID: GUID-B57EB9A5-E2CC-40FA-9AD7-E7BE3F7A1780
p?lachkieee
Performs a simple check for the features of the IEEE standard.
void pslachkieee (MKL_INT *isieee , float *rmax , float *rmin );
void pdlachkieee (MKL_INT *isieee , float *rmax , float *rmin );
- mkl_scalapack.h
The p?lachkieeefunction performs a simple check to make sure that the features of the IEEE standard are implemented. In some implementations, p?lachkieee may not return.
This is a ScaLAPACK internal function and arguments are not checked for unreasonable values.
- rmax
-
(local).
The overflow threshold(= ?lamch ('O')).
- rmin
-
(local).
The underflow threshold(= ?lamch ('U')).
- isieee
-
(local).
On exit, isieee = 1 implies that all the features of the IEEE standard that we rely on are implemented. On exit, isieee = 0 implies that some the features of the IEEE standard that we rely on are missing.