Skip to content

Commit 9076a79

Browse files
authored
Merge pull request #139 from grc-iit/akougkas-labiospatch-08-01-2025
Update labios.mdx
2 parents b86d1e5 + 4f003d6 commit 9076a79

8 files changed

Lines changed: 471 additions & 85 deletions

File tree

data/projects/labios.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
id: labios
2-
name: Labios
2+
name: LABIOS
33
title: 'LABIOS: A Distributed Label-Based I/O System'
44
shortDescription: >-
55
HPC and Big Data environments have diverged over the years, resulting in diverging and even conflicting I/O
6-
requirements. Labios aims to address the challenges vital to HPC + Big Data Convergence
6+
requirements. LABIOS aims to address the challenges vital to HPC + Big Data Convergence
77
link: /research/projects/labios
88
isFeatured: false
99
isOurs: true
1010
researchStatus: r&d
11+
sourceLink: https://github.com/grc-iit/labios
1112
status: active
1213
type: funded

data/publications/cernuda-2024-hstream-3043.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tags:
3535
- Hierarchical Storage
3636
- Elastic System
3737
- In-Transit Computing
38+
- LABIOS
3839
title: >-
3940
HStream: A hierarchical data streaming engine for high-throughput scientific
4041
applications

data/publications/logan-2024-megammap-cbda.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tags:
3434
- Hierarchical Storage
3535
- HPC
3636
- Operating Systems
37+
- LABIOS
3738
title: >-
3839
MegaMmap: Blurring the Boundary Between Memory and Storage for Data-Intensive
3940
Workloads

data/publications/ye-2024-viper-0a1b.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ tags:
4848
- Adaptive AI Model Checkpointing
4949
- Coupled Training and Inferences
5050
- Inferences During Partial Training
51+
- LABIOS
5152
title: >-
5253
Viper: A High-Performance I/O Framework for Transparently Updating, Storing,
5354
and Transferring Deep Neural Network Models

data/publications/ye-2025-characterizing-behavior-f631.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ links:
4444
pdf: http://cs.iit.edu/~scs/assets/files/ye2025unboxkv_io.pdf
4545
month: 6
4646
slug: ye-2025-characterizing-behavior-f631
47-
tags: []
47+
tags:
48+
- LABIOS
4849
title: >-
4950
Characterizing the Behavior and Impact of KV Caching on Transformer Inferences
5051
under Concurrency

data/publications/yildirim-2025-wisio-45f7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tags:
3838
- I/O Analysis
3939
- I/O Bottleneck Detection
4040
- WisIO
41+
- LABIOS
4142
title: >-
4243
WisIO: Automated I/O Bottleneck Detection with Multi-Perspective Views for HPC
4344
Workflows

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const config = {
222222
to: "/research/projects/chronolog",
223223
},
224224
{
225-
label: "Labios",
225+
label: "LABIOS",
226226
to: "/research/projects/labios",
227227
},
228228
{

0 commit comments

Comments
 (0)