hunar4321 / particle-life

A simple program to simulate artificial life using attraction/reuplsion forces between many particles
MIT License
2.93k stars 291 forks source link

release binary version doesn't seems to use openMP #68

Closed ker2x closed 1 year ago

ker2x commented 1 year ago

Hi there, thank you for your awesome code.

the binary release I downloaded seems to have the same performance of my compiled code with openMP disabled. So I assume that openMP is indeed disabled.

(without openMP: 17fps. with openMP: 50fps)

I don't think there is any drawback in enabling it in the release binary

hunar4321 commented 1 year ago

@ker2x Thanks. I have accepted the pull request.