-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated push with new data results 2024-08-01
- Loading branch information
github-actions
committed
Aug 1, 2024
1 parent
3961515
commit c2acbe3
Showing
10 changed files
with
7,271 additions
and
6 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"flux-framework/flux-core": { | ||
"name": "flux-framework/flux-core", | ||
"description": "core services for the Flux resource management framework", | ||
"website": "", | ||
"topics": [ | ||
"hpc", | ||
"resource-manager", | ||
"workflows", | ||
"radiuss" | ||
] | ||
}, | ||
"flux-framework/flux-sched": { | ||
"name": "flux-framework/flux-sched", | ||
"description": "Fluxion Graph-based Scheduler", | ||
"website": "", | ||
"topics": [ | ||
"hpc", | ||
"job-scheduler", | ||
"scheduling", | ||
"workflows", | ||
"radiuss" | ||
] | ||
}, | ||
"flux-framework/flux-accounting": { | ||
"name": "flux-framework/flux-accounting", | ||
"description": "bank/accounting interface for the Flux resource manager ", | ||
"website": "", | ||
"topics": [ | ||
"accounting", | ||
"database", | ||
"hpc", | ||
"user-management", | ||
"priority-calculation" | ||
] | ||
}, | ||
"flux-framework/flux-pmix": { | ||
"name": "flux-framework/flux-pmix", | ||
"description": "flux shell plugin to bootstrap openmpi v5+", | ||
"website": "", | ||
"topics": [ | ||
"flux-framework", | ||
"hpc", | ||
"openmpi" | ||
] | ||
}, | ||
"flux-framework/flux-security": { | ||
"name": "flux-framework/flux-security", | ||
"description": "Independent project for Flux security code and APIs.", | ||
"website": null, | ||
"topics": null | ||
}, | ||
"flux-framework/flux-operator": { | ||
"name": "flux-framework/flux-operator", | ||
"description": "Deploy a Flux MiniCluster to Kubernetes with the operator", | ||
"website": "https://flux-framework.org/flux-operator/", | ||
"topics": [ | ||
"flux", | ||
"flux-framework", | ||
"kubernetes", | ||
"operator" | ||
] | ||
}, | ||
"flux-framework/flux-restful-api": { | ||
"name": "flux-framework/flux-restful-api", | ||
"description": "Flux RESTful API provided by FastAPI", | ||
"website": "https://flux-framework.org/flux-restful-api/", | ||
"topics": [ | ||
"docker", | ||
"fastapi", | ||
"flux-framework" | ||
] | ||
}, | ||
"flux-framework/flux-python": { | ||
"name": "flux-framework/flux-python", | ||
"description": "Python bindings generator for flux-core", | ||
"website": "https://pypi.org/project/flux-python/", | ||
"topics": [ | ||
"bindings", | ||
"flux", | ||
"flux-framework", | ||
"hpc", | ||
"python" | ||
] | ||
}, | ||
"flux-framework/dyad": { | ||
"name": "flux-framework/dyad", | ||
"description": "DYAD: DYnamic and Asynchronous Data Streamliner", | ||
"website": null, | ||
"topics": null | ||
} | ||
} |
Oops, something went wrong.