All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 19s
56 lines
5.7 KiB
YAML
56 lines
5.7 KiB
YAML
venue: HPDC
|
|
year: 2025
|
|
date: "2025-07-20"
|
|
tags: [hpc, distributed-systems, networking, storage, scheduling, cloud-hpc, performance]
|
|
|
|
selected:
|
|
- dblp_key: "conf/hpdc/FanDBK25"
|
|
title: "Parameterized Algorithms for Non-uniform All-to-all"
|
|
tldr: "Introduces parameterized algorithms that adapt non-uniform all-to-all collective communication to heterogeneous network topologies, reducing message contention and improving throughput."
|
|
why_notable: "Non-uniform all-to-all is a performance bottleneck in many HPC applications; topology-aware parameterization directly benefits MPI implementations on dragonfly and fat-tree networks at scale."
|
|
|
|
- dblp_key: "conf/hpdc/KashyapLL25"
|
|
title: "DPU-KV: On the Benefits of DPU Offloading for In-Memory Key-Value Stores at the Edge"
|
|
tldr: "Offloads key-value store operations to Data Processing Units (DPUs) over RDMA to reduce CPU overhead and tail latency in edge deployments."
|
|
why_notable: "DPU offloading is an emerging paradigm for network-attached smart NICs in HPC clusters; this work provides concrete performance analysis showing when and how much offloading helps, informing future RDMA-based storage designs."
|
|
|
|
- dblp_key: "conf/hpdc/WeiXGHDTT25"
|
|
title: "TSUE: A Two-Stage Data Update Method for an Erasure Coded Cluster File System"
|
|
tldr: "Proposes a two-stage update scheme for erasure-coded parallel file systems that decouples the logging and parity-update phases to cut write amplification and I/O latency."
|
|
why_notable: "Erasure coding is increasingly used in large-scale HPC storage to replace replication, but update overhead remains a bottleneck; TSUE addresses a core pain point for Lustre- and GPFS-class parallel file systems."
|
|
|
|
- dblp_key: "conf/hpdc/GuoYW025"
|
|
title: "LegoIndex: A Scalable and Modular Indexing Framework for Efficient Analysis of Extreme-Scale Particle Data"
|
|
tldr: "Presents a composable, multi-level indexing framework for particle simulation datasets that enables efficient query processing at extreme scale without requiring full dataset scans."
|
|
why_notable: "Scientific particle simulations at exascale generate data volumes that overwhelm traditional post-processing pipelines; LegoIndex's modular design allows it to be adapted across different storage backends and query patterns commonly seen in DOE workloads."
|
|
|
|
- dblp_key: "conf/hpdc/YangDZLL00C025"
|
|
title: "IPComp: Interpolation Based Progressive Lossy Compression for Scientific Applications"
|
|
tldr: "Introduces interpolation-driven progressive lossy compression that lets users trade accuracy for compression ratio at query time rather than at write time, without re-compressing stored data."
|
|
why_notable: "Progressive reconstruction is a long-sought capability for HPC I/O; IPComp achieves it with competitive compression ratios and builds on the widely used SZ/ZFP lineage, making adoption in existing scientific workflows straightforward."
|
|
|
|
- dblp_key: "conf/hpdc/Liu0YJYJ25"
|
|
title: "Advancing Scientific Data Compression via Cross-Field Prediction"
|
|
tldr: "Exploits correlations between different physical fields in multi-field scientific datasets to improve lossy compression ratios beyond what single-field methods can achieve."
|
|
why_notable: "Multi-field simulations (climate, combustion, fusion) dominate HPC storage consumption; cross-field prediction represents a principled, generally applicable step change in compression efficiency for these workloads."
|
|
|
|
- dblp_key: "conf/hpdc/AshworthLGGPBYM25"
|
|
title: "Flux Emulator: First Insights into Optimizing Scheduling for Exascale HPC"
|
|
tldr: "Presents an emulation infrastructure for the Flux workload manager that enables scheduling algorithm evaluation at exascale node counts without requiring access to a full exascale machine."
|
|
why_notable: "Validating schedulers at exascale is otherwise infeasible before systems exist; Flux Emulator directly supports the scheduling research needed to maximize utilization of Frontier- and Aurora-class systems."
|
|
|
|
- dblp_key: "conf/hpdc/ParkSLLKKS25"
|
|
title: "HYPERF: End-to-End Autotuning Framework for High-Performance Computing"
|
|
tldr: "Delivers an end-to-end autotuning framework that jointly optimizes compiler flags, runtime parameters, and problem-specific configurations for HPC applications through structured search."
|
|
why_notable: "Manual tuning of HPC codes for new architectures is expensive and error-prone; HYPERF's end-to-end scope distinguishes it from prior tools that target only one layer of the software stack, offering broader applicability across the HPC software ecosystem."
|
|
|
|
- dblp_key: "conf/hpdc/BhosaleKS25"
|
|
title: "Efficient and Cost-Effective HPC on the Cloud"
|
|
tldr: "Demonstrates how Charm++-based adaptive runtime techniques—load balancing, dynamic over-decomposition, and message-driven execution—can recover near-on-premises HPC performance on cloud instances despite higher network variability."
|
|
why_notable: "Cloud-HPC convergence is a major community priority as on-premises clusters face procurement delays; this paper provides a practitioner-oriented analysis of which runtime adaptations deliver the best performance-per-dollar on AWS and Azure."
|
|
|
|
- dblp_key: "conf/hpdc/SolorzanoRSWBT25"
|
|
title: "Bringing Differential Privacy to HPC: Privacy-Preserving Transformations of HPC Traces"
|
|
tldr: "Applies differential privacy mechanisms to HPC job and performance traces, enabling centers to share workload data for research without exposing sensitive user or application information."
|
|
why_notable: "Sharing HPC traces is critical for reproducible scheduling and performance research but is often blocked by privacy concerns; this work provides a rigorous, deployable solution that could unlock a significant new supply of public HPC datasets."
|