Hello,
I run a simulation with several settings. Thus, it is possible to run more than one simulation at one time.
I get the settings from several loops, but before each simulation I check a MySQL database to find out if I run it before. Example:
for S1 = setting1
for S2 = setting2
parfor S3 = setting3
end
end
end
It is possible to open Matlab by own 4 times and run the script instead of the parfor with a normal for. In this case, the script is more stable and if there is an error, just one worker stops and not all. This option is way better for the simulation but in the beginning it is not nice to start all manually.
Is there an option to program it this way, or is there a alternative to parfor? Debuging is with parfor also not easy because I don't get the line of the error.
1 Comment
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/261236-is-there-an-alternative-to-parfor#comment_331041
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/261236-is-there-an-alternative-to-parfor#comment_331041
Sign in to comment.