Skip to content

Multi-tenant OpenMP #709

@csegarragonz

Description

@csegarragonz

Currently, if we run two OpenMP applications with the same user and function on the same host, Faasm crashes with some memory corruption errors.

My bet is that we are wrongly re-using the same executor here: https://github.com/faasm/faabric/blob/main/src/scheduler/Scheduler.cpp#L824-L827

I open the issue as I don't have the time to fix this now. A workaround is to just change the function name.

I will link to a PR with a test-case to reproduce the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions