Hi,
I am running my code with Visual Studio Pro 2015 + parallel studio 2016 on Windows (machine : 16 GB , 64 bits). I get a problem of Stack overflow when using OpenMP associated to a call to the HDF4 function sfrdata (giving in return a large array). I got exactly the same problem on Unix and I was able to solve it thanks to the following post :
https://software.intel.com/fr-fr/forums/intel-clusters-and-hpc-technolog...
But I still don't understand how to do the same on windows ! where can I increase the STACKSIZE to avoid this problem with OpenMP. I should maybe note that the problem occurs only with the above mentioned HDF4 function, otherwise OpenMP works very well both on Windows and Unix.
Any help ? Thanks !