Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use "basic_wait" as the default scheduler (#249)
* use "basic_wait" as the default scheduler - the "default" scheduler refers to the Argobots default, which causes idle execution streams to spin looking for new work units - the "basic_wait" scheduler is the one that pairs with the "fifo_wait" pool type that we are using by default and will suspend until work is available * update reference json to reflect scheduler type
- Loading branch information