Skip to main content

Upcoming Events

Resources

HPC@LSU provides computational resources to the LSU campus and LONI members statewide. Provided services, such as the help desk and consulting, are available to all supported users. Online training sessions and and other education resources are available to all. Click Here to learn more about available resources.

Users

LSU HPC resources are available to all LSU Faculty and their affiliates while LONI resources are available to all LONI Member Institution Faculty and their affilates. Click Here to learn about account policies.

HPC@LSU conducts weekly system status and information meetings, to which users are invited. Click Here for more information.

Documentation & Help Desk

User Guides for all HPC resources are provided Here.

Detailed guides for all software installed on HPC clusters as well as example scripts are provided here. Installed software is listed by name, type and cluster.

A Help Desk and other support services are also provided.Read More

Training

HPC@LSU offers a sequence of tutorials every semester.

1. January 21,2026: Introduction to Linux

TopicIntroduction to Linux
DateJanuary 21,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionThis training provides an overview of the HPC/LONI general account and allocation policies, general cluster architecture and HPC hardware and software environment.

Prerequisites
  • LONI or LSU HPC account
  • Familiarity with Linux/Unix
  • Editors such as vi or emacs
  • SSH client such as Putty for Windows

Slides
RegistrationClick here

2. January 28,2026: HPC User Environment 1

TopicHPC User Environment 1
DateJanuary 28,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionThis training provides an overview of the HPC/LONI general account and allocation policies, general cluster architecture and HPC hardware and software environment.

Prerequisites
  • LONI or LSU HPC account
  • Familiarity with Linux/Unix
  • Editors such as vi or emacs
  • SSH client such as Putty for Windows

Slides
RegistrationClick here

3. February 4,2026: HPC User Environment 2

TopicHPC User Environment 2
DateFebruary 4,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionThis training provides an overview of the HPC hardware and software environment, queuing system, compiling programs, writing submit scripts, running and monitoring jobs on HPC systems.

Prerequisites
  • LONI or LSU HPC account
  • Familiarity with Linux/Unix
  • Editors such as vi or emacs
  • SSH client such as MobaXterm for Windows

Slides
Downloads
RegistrationClick here

4. February 11,2026: Basic Shell Scripting

TopicBasic Shell Scripting
DateFebruary 11,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionFor anyone who works in a Linux/Unix environment, a working knowledge of shell scripting is essential and will boost their efficiency and productivity tremendously. For this tutorial, we will focus on bash as it is one of the most popular shells. This tutorial will include topics such as creating simple bash scripts, flow control, command line arguments, regex, grep, awk and sed. This is a practical tutorial, so we will provide examples and/or hands-on exercises for most of the covered materials.

Prerequisites
  • LONI or LSU HPC account
  • Familiarity with Linux/Unix
  • Editors such as vi or emacs
  • SSH client such as Putty for Windows

Slides
Downloads
RegistrationClick here

5. February 18,2026: Open OnDemand: Interactive HPC via the Web

TopicOpen OnDemand: Interactive HPC via the Web
DateFebruary 18,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionThis training will provide an introduction to Open OnDemand, a browser based tool now available to all LSU HPC users on campus. Open OnDemand requires only a web browser (no plug-ins) and an LSU HPC account. It features a file browser, command line shell access, job management, and access to interactive Jupyter notebooks and RStudio servers running interactively on SuperMIC's compute nodes. This training will feature an overview of Open OnDemand, and a demonstration of all it's features, including Jupyter Notebook and RStudio.

Prerequisites
  • LSU HPC account
  • Some knowledge of using HPC is assumed but not required

Slides
RegistrationClick here

6. February 25,2026: Introduction to Tiger Den: LSU's Research Data Storage System

TopicIntroduction to Tiger Den: LSU's Research Data Storage System
DateFebruary 25,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
Description
RegistrationClick here

7. March 18,2026: Magic Tools to Install - Manage Software Part 1: Singularity Container

TopicMagic Tools to Install - Manage Software Part 1: Singularity Container
DateMarch 18,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionInstalling and managing software packages often poses a challange to HPC users on Linux systems without root permission. This two-part mini series is aiming at introducing helpful tools to remedy that.

This part will feature container techenology and the software Singularity (a.k.a. Apptainer), a popular implementation of containers on HPC. Containers are gaining increasing popularities for its flexibility and portability. More and more developers now start to release their software packages as working containers for users' convenience. In this training, we will discuss how to use Singularity to run container images on our clusters, acquire more container images, and build your own container images. We will also showcase the usage of containerized popular packages such as Tensorflow and PyTorch.


Prerequisites
  • Basic understanding of the Linux OS and shell commands is assumed but not required.

RegistrationClick here

8. April 1,2026: Magic Tools to Install - Manage Software Part 2: Conda Virtual Environment

TopicMagic Tools to Install - Manage Software Part 2: Conda Virtual Environment
DateApril 1,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionInstalling and managing software packages often poses a challange to HPC users on Linux systems without root permission. This two-part mini series is aiming at introducing helpful tools to remedy that.

This part will feature virtual environments and the software Conda, a popular tool working with virtual environments. In this training, we will discuss how to use Conda and virtual environments to install and manage software packages on our clusters, including frequently requested packages such as Tensorflow and PyTorch. We will also share useful tips, such as sharing virtual environment with group members and using Conda to manage software packages beyond Python (e.g., R / Perl).


Prerequisites
  • Basic understanding of shell commands is assumed but not required.

RegistrationClick here

9. April 8,2026: Parallelizing Massively Independent Tasks - GNU Parallel and Job Arrays

TopicParallelizing Massively Independent Tasks - GNU Parallel and Job Arrays
DateApril 8,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionIn scientific computing disciplines such as bioinformatics, computational biology, and other data-intensive fields, many tools and workflows remain serial in nature. Running a large number of these independent jobs efficiently on a multi-core HPC platform can be challenging. This training will introduce two powerful approaches for handling such workloads namely GNU Parallel and SLURM Job Arrays. This training session covers efficient execution and management of large collections of independent or parameter-sweep tasks using GNU Parallel and SLURM Job Arrays, leveraging both single-node and multi-node HPC environments for scalable, high-throughput processing. Through hands-on, real-world examples, we will demonstrate how to launch, monitor, and optimize massive batches of serial or lightweight jobs using GNU Parallel and SLURM Job Arrays, highlighting their similarities, differences, and best-use scenarios.
Prerequisites
  • Basic knowledge of HPC environment and Linux is preferred but not required.

Slides
Source Code
RegistrationClick here

10. April 15,2026: Molecular Dynamics

TopicMolecular Dynamics
DateApril 15,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
DescriptionMolecular dynamics simulation (MD) is a computational technique that is used to study the dynamics of molecules and atoms over time. The tutorial will discuss the essentials of the classical molecular dynamics simulations. The basic system setup, initialization, and analysis for widely used simulation packages such as LAMMPS, GROMACS, AMBER and NAMD on LONI and LSU HPC clusters will be reviewed.

Prerequisites
  • Basic knowledge of HPC environment and Linux is preferred but not required.

RegistrationClick here

11. April 22,2026: Introduction to Tiger Den: LSU's Research Data Storage System

TopicIntroduction to Tiger Den: LSU's Research Data Storage System
DateApril 22,2026
Time9:00 AM - 11:00 AM
PlaceLSU Middleton Library 241A and Zoom Online
Description
RegistrationClick here

The tutorials cover Linux/Unix, parallel programming for HPC systems, in-depth application coverage, and ... Read More