Hi,
I'm doing a graphic application that also uses OpenMP. This application has que linker flag /SUBSYSTEM:WINDOWS in order to not create an additional command line window. The problem is that in non-Intel cpu, the kmp_affinity warning is opening the command line window to show the message.
How can I manage this? The only thing I can't do is to change general environment variables ( other programs could be using openmp).
Thanks in advance!