Skip to content

Is Apple M2 (arm64) supported? #390

@mdorier

Description

@mdorier

I'm trying Argobots programs that work fine on Linux on my MacBook Pro M2 and I'm getting segfaults in various places. One happens when calling ABT_xstream_set_main_sched in this piece of code (run right after ABT_init):

ret = ABT_sched_create_basic(ABT_SCHED_BASIC_WAIT, 0, NULL, ABT_SCHED_CONFIG_NULL, &self_sched);
assert(ret == ABT_SUCCESS);
ret = ABT_xstream_self(&self_xstream);
assert(ret == ABT_SUCCESS);
ret = ABT_xstream_set_main_sched(self_xstream, self_sched);
assert(ret == ABT_SUCCESS)

I found another segfault happening when calling ABT_thread_join. Is Apple M2 not supported?

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