Benchmark

Download

Click the button below to download the example Python files used for the PyMeshTool publication.

Usage

To run the example, make sure that the environment variable OMP_NUM_THREADS is set, or call the scripts as follows:

#the PyMeshTool workflow
OMP_NUM_THREADS=8 python pymt_wkflw.py

#the MeshTool+Subprocess workflow
OMP_NUM_THREADS=8 python pysp_wkflw.py

Attention

To run the pysp_wkflw.py script, you need to have MeshTool installed on your system, and it must also be accessible through the system’s search path!