mochi-hpc / mochi-ssg

Scalable Service Groups (SSG), a group membership service for Mochi
Other
1 stars 1 forks source link

use margo_set_environment() to configure Argobots prior to ABT_init() #48

Closed carns closed 3 years ago

carns commented 3 years ago

SSG initializes Argobots outside of Margo, which means that it is responsible for configuring Argobots (in particular, the ULT stack size) appropriately for Margo use.

Suggest the following:

We should probably tag a point release of both Margo and SSG once this is in place.