Generate mesh faster

Hello, is it possible to run a SALOME/Mesh python script through the terminal using multiple cores/threads without defining a ParallelMesh?

You can run a python script by several threads at the same time, yes. Each thread will run the same program and compute the same mesh.

Some meshing algorithms run in parallel and this has nothing related to python.

The ParallelMesh is a new feature to enhance meshing performance by domain decomposition, so it is a very useful form of meshing a geometry that was partitioned in several parts.

Regards,
Cesar

1 Like