Page 1 of 1

Parallel ReloadSolution Solver

Posted: 10 Dec 2019, 07:23
by edge025
I really don't know right now how to use github or anything like that to do this: I noticed that the ReloadSolution Solver does not work in parallel. After fishing around a little, I was able to add like 2 lines and get it to work in parallel. I have attached the result. I did this a while ago, but I think it was these lines:

IF ( ParEnv % PEs > 1 ) &
OutputName = TRIM(OutputName) // '.' // TRIM(i2s(ParEnv % MyPe))

Anyway, I hope someone finds this helpful... it worked for me.

Regards,
Joe