Description
Hello,
I'm trying to run the "aerodynamics of a cow" simulation on my CPU ( AMD EPYC 7713P ). I'm using Ubuntu 22.04.5 LTS. I've installed the OpenCL Pocl runtime as in option 2 from the documentation I get the following error:
I've tried installing the intel OpenCL runtime (as in option 1 in the documentation). The simulation now runs but the output has visual artifacts:
The code is the one for the cow simulation without any changes( just using a different stl file ). I get the same problems running other simulations.
I can run on the GPU all simulation run correctly, but I'm trying to run simulations that require more than the 4GB memory of my GPU, and if i understand correctly it is not possible to run higher resolution simulations on the GPU that use more memory than the GPU's VRAM.