Thread Safety of IEEE_EXCEPTIONS

Hi,

I want to use following routines from IEEE_EXCEPTIONS in a parallel region.

SUBROUTINE IEEE_SET_HALTING_MODE
SUBROUTINE IEEE_SET_STATUS

What happens if they are in a parallel region ?
I mean, are they thread safe ?

Regards,
tmishima

Hi tmishima,

IEEE_EXCEPTIONS should be thread safe. Are you encountering an issue?

  • Mat

Hi Mat,

Thank you for you reply. I’m glad to hear that.
I have not encountered any issue yet. Jsut I want to confirm it.

Regards,
tmishima