Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added link to internal seminar docs

Research Computing Seminars

Class Notes

Any member of the Lehigh community who would like to learn more about Research Computing and High-Performance Computing (HPC), but cannot easily attend our seminar series, is welcome to review our Research Computing Notes at the following location. Note that you must be on the campus network or VPN to access these notes:

Research Computing Seminar Notes

These note will be continuously updated during each Seminar Series listed below. Research Computing is characterized by a wide diversity of different projects and goals. If you would like to discuss your specific goals with our staff, schedule a "Research" consultation here.

Fall 2023 Seminars

In the fall we will resume our high-performance computing (HPC) seminar series. We begin with two identical sessions of the HPC Quickstart session, and then learn about parallelism, interactive computing, containers, and data structures. Notes from the Quickstart are available online (you must be on the Lehigh network to access this). 

...

DateTitle
Sep 19 or Sep 26
Expand
titleHigh-Performance Computing: Quickstart

Description: This seminar provides an introduction to high-performance computing (HPC) resources at Lehigh along with a walkthrough of the essential ingredients required to build research computing projects. Participants will learn the best practices for designing small, exploratory projects so that they can be scaled up to answer questions that require big data and parallel computations. This course will teach newcomers how to use Linux and Python to complete a simple but powerful research computing project.

Instructor: Ryan Bradley

Oct 3
Expand
titleHigh-performance computing: Easy Parallel Computations

Description: Many exploratory research computing projects will eventually grow to require larger amounts of computational resources, either because they need to demonstrate that they are correct and reproducible, or to answer larger, more complicated research questions. This seminar will teach you to use the Lehigh high-performance computing (HPC) cluster to build parallel scientific software for answering larger questions using simple Linux tools along with the HPC scheduler (named SLURM).

Instructor: Ryan Bradley

Oct 10
Expand
titleHigh-Performance Computing: Interactive Computing and Visualization

Description: Research computing projects of all sizes can benefit from interactive tools which make it easy to develop, debug, and visualize code and data on our local high-performance computing (HPC) systems. This seminar will demonstrate the use of a web portal to interact with your data and code, with a particular emphasis on connecting Jupyter notebooks to very large datasets and parallel computations.

Instructor: Ryan Bradley

Oct 17
Expand
titleHigh-Performance Computing: Containers and Reproducibility

Description: Research computing projects can have a large impact if they are portable and easy to share with new collaborators. In this seminar, you will learn how to package your scientific computations in a Linux-based container system (Docker and Apptainer). Containers can make it easy to take your work to larger public supercomputing centers, and improve the reproducibility and openness of your scientific software.

Instructor: Ryan Bradley

Oct 24
Expand
titleHigh-Performance Computing: Data Structures

Description: When a research computing project evolves to answer more nuanced questions, it inevitably requires more computational power and generates more data. This seminar will teach you the best practices for storing large, complex datasets so they can easily be analyzed and mined for new insights. These methods will apply to any research questions that depend on big data.

Instructor: Ryan Bradley

Summer 2023 Seminars

...

  1. Tuesday, 6/13/23 from 1-2:30PM (in person, Digital Media Studio Lab)
  2. Wednesday, 6/21/23 1-2:30PM (Zoom)
  3. Tuesday, 6/27/23 from 1-2:30PM (in person, Digital Media Studio Lab)
  4. Wednesday, 7/5/23 from 1-2:30PM (Zoom)

...

DateTitle

February 3


Expand
titleResearch Computing resources at Lehigh

Description: This seminar provides an overview of Research Computing resources available to the Lehigh research community.

Instructor: Alex Pacheco


SlidesRecordings
February 10


Expand
titleLinux: Basic Commands & Environment

Description: Linux is a free and open source operating system that is the OS of choice of the world's leading supercomputers as well as LTS HPC clusters and some computer labs at Lehigh. This session will provide an introduction to the linux/unix environment, command line basics, logging in to remote system, transferring data, vi/emacs editors etc to get started with using a Linux/Unix based computer. This seminar is geared towards researchers who want to learn or need to learn how to use a linux/unix based resource.

Instructor: Sachin Joshi


SlidesRecordings
February 17


Expand
titleUsing SLURM scheduler on Lehigh's HPC cluster

Description: This seminar provides a hands on introduction to using the SLURM scheduler to submit and monitor jobs. SLURM is the scheduler on Lehigh's HPC resources, Sol and Hawk, and national supercomputing resources including XSEDE and NERSC.

Prerequisites: An HPC account or an account on national supercomputing resources (XSEDE, DOE, etc) that uses SLURM.

Familiarity with Linux/Unix environment, basic command and *nix editors such as vi or emacs is mandatory.

Instructor: Alex Pacheco


SlidesRecordings
February 24



Expand
titlePython Programming

Description: In this seminar, you will learn the basics of Python, including language fundamentals and basic programming.

Prerequisites: Programming background is beneficial but not required.

Instructor: Sachin Joshi


SlidesRecordings
March 3


Expand
titleR Programming

Description: In this seminar, you will learn the basics of R, including language fundamentals, data types, functions and basic programming including File I/O.

Prerequisites: Programming background is beneficial but not required.

Instructor: Jeremy Mack


SlidesRecordings
March 10


Expand
titleIntroduction to Open OnDemand

DescriptionOpen OnDemand (OOD) is an NSF-funded open-source HPC portal developed by the Ohio Supercomputing Center. The goal of OOD is to provide an easy way for system administrators to provide web access to their HPC resources. This seminar introduces OOD to access interactive applications such as MATLAB, Jupyter Lab/Notebooks, and RStudio on Lehigh's HPC cluster.

Prerequisites: An HPC account with an active allocation and a web browser. A Lehigh IP or VPN required.

Instructor: Alex Pacheco


SlidesRecordings
March 17


Expand
titleData Visualization with Python

Description: This seminar provides a hands on introduction to Data Visualization using the Python programming language.

Prerequisites: Programming background in Python is required.

Instructor: Sachin Joshi


SlidesRecordings
March 24


Expand
titleData Visualization with R

Description: This seminar provides a hands on introduction to Data Visualization using the R programming language

Prerequisites: Programming background in R is required.

Instructor: Jeremy Mack


SlidesRecordings
March 31


Expand
titleBring Your Own Software: Containers on HPC Resources

Description: Singularity is an open-source container engine designed to bring operating system-level virtualization to scientific and high-performance computing. In this seminar, we’ll provide an overview of Singularity and how you can Build Your Own Software in a singularity container for use in your research on Sol.

Prerequisites: A Linux system with singularity installed (check your package manager if your distribution provides singularity or see installation instructions).  

Instructor: Alex Pacheco


SlidesRecordings
April 7


Expand
titleObject-Oriented Programming with Python

Description:  Object Oriented Programming or OOP is a programming paradigm which provides a means of structuring programs (combining data and functionality) so that properties and behaviors are bundled into individual objects. In this seminar, you’ll learn the basic concepts of OOP in Python: Python Classes, Object Instances, Defining and Working with Methods and OOP Inheritance.

Prerequisites:  Programming background in Python is required. Knowledge of OOP’s concepts is beneficial but not required.

Instructor: Sachin Joshi


SlidesRecordings
April 14


Expand
titleShiny Apps in R

Description: Shiny Apps, interactive web applications built using R programming language, have grown in popularity. This session will provide attendees experience using the Shiny package and the idea of reactive programming, which forms the basis of building an interactive web application.

Prerequisites: Programming background in R is required.

Instructor: Jeremy Mack


SlidesRecordings

...

TitleDownloads


Expand
titleResearch Computing resources at Lehigh

Description: This training provides an overview of Research Computing resources available to the Lehigh research community.


SlidesRecordings

Writing an Allocation Proposal

SlidesRecordings


Expand
titleUsing SLURM scheduler on Sol

Description: This training provides a hands on introduction to using the SLURM scheduler to submit and monitor jobs. SLURM is the scheduler on Lehigh's HPC resource, Sol, and national supercomputing resources including XSEDE and NERSC.

Prerequisites: An account on Sol or an account on national supercomputing resources (XSEDE, DOE, etc) that uses SLURM.

Familiarity with Linux/Unix environment, basic command and *nix editors such as vi or emacs is mandatory.


SlidesRecordings


Expand
titleIntroduction to Open OnDemand

DescriptionOpen OnDemand (OOD) is an NSF-funded open-source HPC portal developed by the Ohio Supercomputing Center. The goal of OOD is to provide an easy way for system administrators to provide web access to their HPC resources. This tutorial introduces OOD to access Lehigh's Sol cluster.

Prerequisites: An account on Sol with an active allocation and a web browser. A Lehigh IP or VPN required.


SlidesRecordings


Expand
titleBring Your Own Software

Description: This seminar is geared towards users who wish to bring or build their own software stack to use on Sol and Hawk (or even local linux systems). Topics to be covered include best practices for installing packages using make, cmake and configure, SPACK package manager, and Singularity. 

Prerequisites: Some familiarity with compilers, and linux environment is required.


Slides
A Brief Introduction to LinuxSlidesRecordings


Expand
titleLinux: Basic Commands & Environment

Description: Linux is a free and open source operating system that is the OS of choice of the world's leading supercomputers as well as LTS HPC clusters and some computer labs at Lehigh. This session will provide an introduction to the linux/unix environment, command line basics, logging in to remote system, transferring data, vi/emacs editors etc to get started with using a Linux/Unix based computer. This training is geared towards researchers who want to learn or need to learn how to use a linux/unix based resource.


SlidesRecordings
Basic Shell ScriptingSlidesRecordings
Advanced Shell ScriptingSlidesRecordings


Expand
titleR Programming

Description: In this tutorial, you will learn the basics of R, including language fundamentals, data types, functions and basic programming including File I/O.

Prerequisites: Programming background is beneficial but not required.


SlidesRecordings


Expand
titleData Visualization with R

Description: This tutorial provides a hands on introduction to Data Visualization using the R programming language

Prerequisites: Programming background in R is required.


SlidesRecordings


Expand
titleShiny Apps in R

Description: Shiny Apps, interactive web applications built using R programming language, have grown in popularity. This session will provide attendees experience using the Shiny package and the idea of reactive programming, which forms the basis of building an interactive web application.

Prerequisites: Programming background in R is required.


SlidesRecordings


Expand
titlePython Programming

Description: In this seminar, you will learn the basics of Python, including language fundamentals and basic programming.

Prerequisites: Programming background is beneficial but not required.


SlidesRecordings


Expand
titlePython Data Structures

Description: Data Structures are the fundamental constructs around which you build your programs. Python is a high-level, interpreted, interactive and object-oriented scripting language using which we can study the fundamentals of data structure in a simpler way as compared to other programming languages. In this seminar we are going to study a short overview of some frequently used data structures in general and how they are related to some specific python data types.

Prerequisites: Programming background in Python is required. Knowledge of data structure concepts is beneficial but not required.


SlidesRecordings


Expand
titleData Visualization with Python

Description: This seminar provides a hands on introduction to Data Visualization using the Python programming language.

Prerequisites: Programming background in Python is required.


SlidesRecordings


Expand
titleObject-Oriented Programming with Python

Description:  Object Oriented Programming or OOP is a programming paradigm which provides a means of structuring programs (combining data and functionality) so that properties and behaviors are bundled into individual objects. In this seminar, you’ll learn the basic concepts of OOP in Python: Python Classes, Object Instances, Defining and Working with Methods and OOP Inheritance.

Prerequisites:  Programming background in Python is required. Knowledge of OOP’s concepts is beneficial but not required.


SlidesRecordings


Expand
titleMachine Learning

Description: Machine learning is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence (AI) based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention. In this two part seminar you’ll learn the basic machine learning concepts: supervised and unsupervised learning, classification and regression algorithms. This is a two part seminar.

Prerequisites: Basic knowledge of general CS concepts such as data structures, linear algebra and design of algorithm is required.


Slides (Part I, Part II)Recordings (Part I, Part II)


Expand
titleText Mining

Description: Text mining, also known as Text Analytics is the process of deriving high-quality information from text. It is the process of examining large collections of written resources to generate new information and to transform the unstructured text into structured data for use in further analysis. In this seminar you’ll learn the basic introduction to text analysis, different steps of text analysis: gathering textual data, cleaning and preparing textual data , analyzing the data (ETL) and visualizing textual data using tools from the HathiTrust Research Center (HTRC).

Prerequisites: Programming background is required. Basic knowledge of general CS concepts such as data structures, linear algebra and design of algorithms is required.


SlidesRecordings


Expand
titleMATLAB

Description: MATLAB is a programming platform designed specifically for engineers and scientists. MATLAB is a special-purpose language that is an excellent choice for writing moderate-size programs that solve problems involving the manipulation of numbers. MATLAB is easy to learn, versatile and the design of the language makes it possible to write a powerful program in a few lines. Using MATLAB, you can: Analyze data, Develop algorithms and Create models and applications. In this seminar you’ll learn the basics of MATLAB, including language fundamentals and basic programming that will help you achieve the above functionalities.

Prerequisites: Programming background is beneficial but not required.


Slides
Version Control with GITSlides
Document Creation with LaTeXSlides
Using Virtualized Software at Lehigh

Storage Options at LehighSlides
Research Data ManagementSlides
Enhancing Research ImpactSlides

...