ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
40 stars 8 forks source link

Investigate performance difference between Windows and Linux for mesh splitting #567

Open PProfizi opened 5 months ago

PProfizi commented 5 months ago

Before submitting the issue

Description of the bug

The Windows test jobs take way longer than the Linux ones since the introduction of the mesh split by properties. This needs to be investigated. @rafacanton any ideas?

Steps To Reproduce

https://github.com/ansys/pydpf-post/actions/runs/5620004978/usage?pr=346

Which Operating System are you using?

Windows

Which DPF/Ansys version are you using?

Ansys 2024 R1

Which Python version are you using?

3.7

Installed packages

NA

rafacanton commented 5 months ago

@PProfizi No idea, but this is strange. The mesh split was enhanced at the beginning of 24.2 development (in certain use cases we made it down from 800s to 3s!), so this should be taken into account

PProfizi commented 5 months ago

@rafacanton It is still the case right now on 242 though (https://github.com/ansys/pydpf-post/actions/runs/7527267805/job/20487094466?pr=566)