Hi, Everyone
I am new here and I hope to find a solution for my problem. Well, I have a function which computes a vector and sends to Matlab. In Matlab I am using a optimization Algorithm (GA) to find a solution for my problem. When I use only 1 core (using parallel computing toolbox) the process (in Release way) run without problem but when I use more than 1 core, Matlab fails and gives me a message (attached). Its very rare because when I use DEBUG mode there are not any problem (using any number of cores) and when I set in DEBUG INFORMATION FORMAT (in the FORTAN-DEBBUGIN- properties of the static ibrary) FULL(/debug:full) instead of none (which must be the correct option) I do not have problem too. But I need run my project in RELEASE mode for speed.
Thanks for all

