Hello everyone,
There are two versions of FEniCS installed on my machine (operating system is Mac OS X 10.10). One of these FEniCS installations is the Docker image v2016.1.0, and the other is v1.4 (native build) which was installed from a .dmg file a while ago. I have found that the Docker version runs much slower than the native build when running the same sample problems. But in the documentation it says:
"In short, running FEniCS in Docker may actually be faster than using a native build since our Docker images have been tuned for performance, even when running Docker using virtualisation technologies on Mac and Windows."
Hopefully this question is not too vague, but does anyone know what may be causing the slower performance? Is FEniCS v2016.1.0 just slower than v1.4? I'm hoping that this is just a Docker problem that I can fix and get better performance. (I have allowed Docker to access up to 6 CPU's and 8 GB of RAM.)