Login to: myLSU : LSU HPC User Profile
Login to: LONI HPC User Profile : HPC Open OnDemand Portal
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.
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.
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
HPC@LSU offers a sequence of tutorials every semester.
1. February 01,2023: HPC User Environment 2
Topic | HPC User Environment 2 |
Date | February 01,2023 |
Time | 9:00 AM - 11:00 AM |
Place | Zoom Online |
Description | This 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
Slides Downloads |
Registration | Click here |
2. February 08,2023: Basic Shell Scripting
Topic | Basic Shell Scripting |
Date | February 08,2023 |
Time | 9:00 AM - 11:00 AM |
Place | Zoom Online |
Description | For 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
Slides Downloads |
Registration | Click here |
3. February 15,2023: Introduction to GNU Parallel
Topic | Introduction to GNU Parallel |
Date | February 15,2023 |
Time | 9:00 AM - 11:00 AM |
Place | Zoom Online |
Description | In scientific computation disciplines, such as bioinformatics and computational biology, many computational tools are serial in nature. To effectively run many serial jobs simultaneously on multi-core HPC platform can be challenging. GNU Parallel is an easy to use and also powerful tool for executing commands/tasks in parallel on one or multiple host machines. This training will introduce GNU Parallel and its basic features. Hand-on, real-world examples will be demonstrated on how to run different types of massive individual tasks using GNU Parallel.
Prerequisites
Slides Source Code |
Registration | Click here |
4. March 01,2023: Introduction to Singularity:Creating and Running Containers on HPC
Topic | Introduction to Singularity:Creating and Running Containers on HPC |
Date | March 01,2023 |
Time | 9:00 AM - 11:00 AM |
Place | Zoom Online |
Description | Containers such as Singularity allow users to pack an application and all of its dependencies, including the operation system, into a single image, which makes the application more portable, shareable, and reproducible. For instance, one user can create in his/her own HPC environment a Singularity image for a complex workflow with many software components and their dependencies, then share it with other users, who can run the workflow on other HPC systems, independent of the environment as along as Singularity is supported. In this tutorial, we will show how to build Singularity images and run them on the LSU/LONI HPC clusters.
Prerequisites Slides |
Registration | Click here |
5. March 08,2023: Open OnDemand: Interactive HPC via the Web
Topic | Open OnDemand: Interactive HPC via the Web |
Date | March 08,2023 |
Time | 9:00 AM - 11:00 AM |
Place | Zoom Online |
Description | This 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
Slides |
Registration | Click here |
6. March 22,2023: Introduction to Python
Topic | Introduction to Python |
Date | March 22,2023 |
Time | 9:00 AM - 11:00 AM |
Place | Zoom Online |
Description | Python is a high-level programming language, easy to learn yet extremely powerful. This training will provide an introduction to programming in Python. The subjects include basic Python syntax, Python classes used in object-oriented programming. Basic Python modules for scientific computing and plotting will also be introduced. During the training, simple Python programs will be provided for demonstration.
Prerequisites
Slides |
Registration | Click here |
7. March 29,2023: Python package and environment management on HPC
Topic | Python package and environment management on HPC |
Date | March 29,2023 |
Time | 9:00 AM - 11:00 AM |
Place | Zoom Online |
Description | Python comes with extensive libraries and many of them come in the form of packages that can be installed separately. Given the astounding number of Python packages, it is not sustainable to install all of them system widely under a shared HPC cluster environment. This training tutorial will introduce two popular Python package and environment management tools: The Python Package Index (PyPI) and Conda. Details and examples will be given on how to install different Python packages in user's local directories, and how to create and manage virtual environments for different projects on LSU and LONI HPC clusters.
Prerequisites
|
Registration | Click here |
The tutorials cover Linux/Unix, parallel programming for HPC systems, in-depth application coverage, and ... Read More