CosmoAI-AES / CosmoSim

Original repo from the BSc project Spring 2022
MIT License
1 stars 3 forks source link

Change the manual threading to OpenMP #133

Open hgeorgsch opened 1 year ago

hgeorgsch commented 1 year ago

It would be simpler, more readable and less error prone to parallelise with OpenMP rather than manually created threads.

hgeorgsch commented 1 year ago

This is still a good idea, but not critical to solve #131

hgeorgsch commented 6 months ago

Trying to add OpenMP, we get a conan error. We should not attempt this until we have found a more robust build system.