This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Optimization Parallel

+1 vote

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!

asked Jun 12, 2016 by C. Okubo FEniCS Novice (470 points)
...