-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libjsc: add jsc_query_rdesc_efficiently()
Problem: JSON encode/decode of JSC rdesc objects proved to be a significant bottleneck affecting scheduling performance for high throughput workloads. Add jsc_query_rdesc_efficiently() to allow nnodes, ncores, ntasks, and walltime to be queries directly. This was solved in a different way in current flux-sched master, but this is needed as a temporary workaround until older forks of flux-sched used with the Splash application catch up with master per @trws. Fixes #1455
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters