Hi!
I am trying to improve speed of my Optimization problems (I am using IpOpt). I was thinking about running only the Forward problem in parallel as IpOpt has some issues when I try the whole program with:
mpiexec -n processesnumber mycode.py
Is there a quick way of doing it? Or another good suggestion?
Thanks!