Skip to content

Problem running simulation on CPU #258

Open
@OsloG3

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:
Screenshot from 2025-01-09 03-40-13
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:
Screenshot from 2025-01-09 03-33-19
Screenshot from 2025-01-09 03-46-12
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.

Metadata

Assignees

No one assigned

    Labels

    compiler/driver/OS issueIssues with the C++ compiler, the OpenCL driver of the device vendor, or the operating system

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions