Why would enabling OpenMp for a certain application return this error message "Fatal User Error 1002: Not all work-sharing constructs executed by all threads" when I try to run it on Visual Studio? This happens without even adding any parallel constructs, and it only happens with this application, meaning when I try to execute other application with OpenMp enabled this doesn t happen.
Why would enabling OpenMp for a certain application return this error message "Fatal User Error 1002: Not all work-sharing constructs executed by all threads" when I try to run it on Visual Studio? ...