> On 19 Jul 2020, at 20:15, Kadry Abdelmeguid Karim Hesham Ahmed > <[email protected]> wrote: > > Hello, > I'm a new user to Gmsh > I am a bit confused on how to enable parallelization when I am using the > Python API for Gmsh. > I see on the documentation that I am supposed to compile with Enable OpenMP > and compile using Cmake but since I have installed gmsh through the pip > command I'm not sure if I should try and build in my anaconda directory > directly.
Indeed currently our binary builds are compiled without OpenMP support (we haven't yet found a good way to distribute those in a simple way). So you'll have to recompile Gmsh from source : see e.g. https://gitlab.onelab.info/gmsh/gmsh/-/wikis/Gmsh-compilation Christophe > Thank you! > Karim, > _______________________________________________ > gmsh mailing list > [email protected] > http://onelab.info/mailman/listinfo/gmsh — Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://onelab.info/mailman/listinfo/gmsh
