From f2c331e684f4993de7bdd529adb944ace0831889 Mon Sep 17 00:00:00 2001 From: jillhoffman Date: Tue, 21 Oct 2025 13:37:52 -0600 Subject: [PATCH] changed back to right numbering convention --- materials/10.hpc/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/materials/10.hpc/README.md b/materials/10.hpc/README.md index 59e4389..bcd0080 100644 --- a/materials/10.hpc/README.md +++ b/materials/10.hpc/README.md @@ -4,10 +4,10 @@ This lecture will cover parallel computing and high performance computing. We have the following learning objectives: 1. Familiarize with the concept of parallel computing -2. Understand how to leverage parallel computing -3. Learn about high performance computing -4. Understand how to leverage high performance computing -5. Learn how to use HPC resources and best practices +1. Understand how to leverage parallel computing +1. Learn about high performance computing +1. Understand how to leverage high performance computing +1. Learn how to use HPC resources and best practices We will be using some pre-written scripts to explore parallel computing and high performance computing. The following scripts are available in the [scripts](./scripts) directory: