All Projects → whamcloud → integrated-manager-for-lustre

whamcloud / integrated-manager-for-lustre

Licence: MIT license
Integrated Manager for Lustre

Programming Languages

rust
11053 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to integrated-manager-for-lustre

COBREXA.jl
Constraint-Based Reconstruction and EXascale Analysis
Stars: ✭ 21 (-67.19%)
Mutual labels:  hpc, high-performance
lustre exporter
Prometheus exporter for use with the Lustre parallel filesystem
Stars: ✭ 25 (-60.94%)
Mutual labels:  hpc, lustre
Blitz
Blitz++ Multi-Dimensional Array Library for C++
Stars: ✭ 257 (+301.56%)
Mutual labels:  hpc, high-performance
pytokio
[READ ONLY] Refer to gitlab repo for updated version - Total Knowledge of I/O Reference Implementation. Please see wiki for contribution guidelines.
Stars: ✭ 20 (-68.75%)
Mutual labels:  hpc, lustre
vpic
Vector Particle-In-Cell (VPIC) Project
Stars: ✭ 124 (+93.75%)
Mutual labels:  hpc, high-performance
ParMmg
Distributed parallelization of 3D volume mesh adaptation
Stars: ✭ 19 (-70.31%)
Mutual labels:  hpc
aws-batch-runtime-monitoring
Serverless application to monitor an AWS Batch architecture through dashboards.
Stars: ✭ 41 (-35.94%)
Mutual labels:  hpc
docker-redis-haproxy-cluster
A Redis Replication Cluster accessible through HAProxy running across a Docker Composed-Swarm with Supervisor and Sentinel
Stars: ✭ 44 (-31.25%)
Mutual labels:  high-performance
university
University Management System
Stars: ✭ 15 (-76.56%)
Mutual labels:  management
software-dev
Coding Standards for the USC Biostats group
Stars: ✭ 33 (-48.44%)
Mutual labels:  hpc
commissaire
A lightweight REST interface for under-the-covers cluster system management.
Stars: ✭ 19 (-70.31%)
Mutual labels:  management
arrayfire-java
Java wrapper for ArrayFire
Stars: ✭ 34 (-46.87%)
Mutual labels:  hpc
az-hop
The Azure HPC On-Demand Platform provides an HPC Cluster Ready solution
Stars: ✭ 33 (-48.44%)
Mutual labels:  hpc
yastack
YAStack: User-space network-stack based on DPDK, FreeBSD TCP/IP Stack, EnvoyProxy
Stars: ✭ 90 (+40.63%)
Mutual labels:  high-performance
realcaffe2
The repo is obsolete. Use at your own risk.
Stars: ✭ 12 (-81.25%)
Mutual labels:  hpc
Gisola
Gisola: A High Performance Computing application for real-time Moment Tensor inversion
Stars: ✭ 35 (-45.31%)
Mutual labels:  hpc
intelli-swift-core
Distributed, Column-oriented storage, Realtime analysis, High performance Database
Stars: ✭ 17 (-73.44%)
Mutual labels:  high-performance
sensible-github-labels
Github labels for teams that like workflows and structure
Stars: ✭ 121 (+89.06%)
Mutual labels:  management
t8code
Parallel algorithms and data structures for tree-based AMR with arbitrary element shapes.
Stars: ✭ 37 (-42.19%)
Mutual labels:  hpc
RoomScout
A web app for finding and managing roommates
Stars: ✭ 28 (-56.25%)
Mutual labels:  management

Integrated Manager For Lustre

Join the chat at https://gitter.im/whamcloud/integrated-manager-for-lustre

Build Status

devel-release

iml-rust

IML GUI

Device Scanner CI

Simple, but powerful, management tools that provide a unified, consistent view of Lustre storage systems and simplify the installation, configuration, monitoring, and overall management of Lustre.

Docs

https://whamcloud.github.io/Online-Help/

A local db is required only when making changes to the SQLx queries in this repo. In order to interact with a running database add a .env file in this directory with a DATABASE_URL environment variable. For example, to connect to a local chroma db running on localhost the .env file would look like:

DATABASE_URL=postgres://chroma@localhost:5432/chroma

Once a change has been made to a query, run the following in this directory:

cargo sqlx prepare --merged -- --tests

You can check if the generated queries are up to date with:

cargo sqlx prepare --merged --check -- --tests

You may need to install the sqlx-cli as well:

cargo install sqlx-cli --no-default-features --features postgres --git https://github.com/jgrund/sqlx --branch workspace-support

Precommit checks are run by rusty-hook. To setup do the following:

cargo install --git https://github.com/swellaby/rusty-hook.git
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].