Upcoming ACENET Training
Interested in learning about tools for high performance computing, Linux, or big data analysis? Training from ACENET for the winter semester is starting soon. Sessions are online and free of charge.
If you have questions about upcoming training or ACENET services at UPEI, contact Kaitlin Newson.
19 January, 1300-1500hrs Atlantic
Most of us have experience using a computer, whether for school, work, or entertainment, but how many of us have actually had an expert teach us how to use it? It doesn't need to be (quite) this way. This talk won't teach you how to troubleshoot everything, but will give you insight into how media, programs, and data are encoded and used by computers, so you can make more sense of why computers behave the ways they do, and solve some of your problems with greater efficiency and less frustration. We will provide an approachable overview of how a computer works by both looking at its history and breaking one down to explain individual components, before highlighting some of the trade-offs to consider when buying a computer. We will provide practical, simple, and actionable advice on digital security and show you a few "pro tips" on how to make the most of your workstation, phone, or whatever device you happen to use. Whether you have a lot or a little experience using your digital technology, if you want to learn how to use your devices more effectively, this workshop is for you!
Register for Basics of Computers
Introduction to High Performance Computing
23 January, 1000-1130hrs Atlantic
What is high performance computing (HPC) and what can it do for me? How can ACENET help? Used by researchers across many disciplines to tackle analyses too large or complex for a desktop, or to achieve improved efficiency over a desktop, this session takes participants through the preliminary stages of learning about high performance computing (HPC) and computing clusters, and how to get started with this type of computing. It then reviews software packages available for applications, data analysis, software development, and compiling code. Finally, participants will be introduced to the concept of parallel computing to achieve much faster results in analysis. This session is designed for those with no prior experience in HPC, and are looking for an introduction and overview.
Register for Introduction to High Performance Computing
24 January, 1000-1130hrs Atlantic
Linux is the terminal interface used to enable you to use supercomputing clusters from your desktop. It's the tool you need to get your data on the clusters, run your programs, and get your data back. In this session, learn how to create and navigate directories for your data, load files, manage your storage, run programs on the compute clusters, and set file permissions. This workshop is designed for those with no prior experience in working with a terminal interface.
Register for Introduction to Linux
Introduction to Shell Scripting
25 January, 1000-1130hrs Atlantic
Shell scripting helps you save time, automate file management tasks, and better use the power of Linux. You’ll learn how to use the command line to carry out repetitive tasks, extract information from files quickly, combine commands in powerful ways, learn about job scripts, shell variables, and looping commands, and capture a workflow so you can re-use it easily. Save time, reduce errors, and use Linux more effectively. This workshop is designed for either new High Performance Computing (HPC) users who are familiar with working in a Linux environment, or for experienced users seeking to get more out of shell scripting. It is one of the core courses to help users get up and running on ACENET and the Digital Research Alliance of Canada systems.
Prerequisite: ACENET Basic Series Introduction to Linux, or previous experience with Linux.
Register for Introduction to Shell Scripting
26 January, 1000-1130hrs Atlantic
The national systems use a job scheduler called “Slurm”. In this session you will learn how Slurm works and how it allocates jobs, helping you to minimize wait time by framing reasonable requests; ask for only the resources you need to improve efficiency; increase throughput; run more jobs simultaneously; and troubleshoot and address crashes. This workshop is designed for new HPC users or experienced users either transitioning to Slurm or seeking to improve efficiency with the scheduler.
Prerequisites: Completion of Introduction to Linux and Introduction to Shell Scripting, or prior experience with both.
Register for Job Scheduling with Slurm
20, 22 February, 1300-1600hrs Atlantic
Apache Spark is a user-friendly open-source platform for large-scale data processing, analytics, and parallel computing. Using Apache Spark and Python (PySpark), this workshop is aimed at analyzing data sets that are too large to be handled and processed by a single computer. With hands-on guided examples, the workshop covers the basics of Spark and Resilient Distributed Datasets (RDD) high-level architecture. The examples are mainly written in Python, hence the APIs covered are the ones available in PySpark, including Spark Core API (RDD API), Spark SQL, and Pandas on Spark. Participants learn how to import data, use functions to transform, reduce, and compile the data, and produce parallel algorithms that can run on Alliance clusters.
Prerequisites: ACENET Basics or equivalent, and how to write functions in Python.