-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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
Labels
No labels