From 9766e6f3a2362e0df4722b65c42a9fddba9eb076 Mon Sep 17 00:00:00 2001 From: Paul Murray Date: Fri, 12 Apr 2024 14:32:12 -0400 Subject: [PATCH] add note --- build-index-page.mjs | 6 +++++- index.html | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/build-index-page.mjs b/build-index-page.mjs index 2853ca9..5576af2 100644 --- a/build-index-page.mjs +++ b/build-index-page.mjs @@ -19,7 +19,11 @@ const upcoming_events = [ In this SCC-hosted Sciware, we will introduce cluster terminology and describe the two Flatiron clusters, popeye and rusty. In the interactive session, we will learn to make use of the software and hardware resources available by setting up a Python environment and running a Python script on the cluster by submitting jobs using slurm. -In addition, we will demonstrate how to use mpi4py and disBatch to run distributed Python tasks. This workshop is a pilot session for potential +In addition, we will demonstrate how to use mpi4py and disBatch to run distributed Python tasks. + +

In order to fully participate, a cluster account and a laptop will be needed. You will need to be able to login to the cluster from your laptop. + +

This workshop is a pilot session for potential future cluster onboarding and your participation and feedback would be greatly appreciated.`, }, ]; diff --git a/index.html b/index.html index 74130b8..f4c9480 100644 --- a/index.html +++ b/index.html @@ -31,8 +31,11 @@

Upcoming Sciware Events

An Extended Introduction to the Flatiron Clusters

In this SCC-hosted Sciware, we will introduce cluster terminology and describe the two Flatiron clusters, - popeye and rusty. In the interactive session, we will learn to make use of the software and hardware resources available by setting up a Python environment and running a Python script on the cluster by submitting jobs using slurm. In addition, we will demonstrate how to use mpi4py and disBatch to run distributed Python tasks. This workshop is a pilot session for potential future cluster onboarding and your participation and feedback would be greatly appreciated.

+ popeye and rusty. In the interactive session, we will learn to make use of the software and hardware resources available by setting up a Python environment and running a Python script on the cluster by submitting jobs using slurm. In addition, we will demonstrate how to use mpi4py and disBatch to run distributed Python tasks.

In order to fully participate, a cluster account and a laptop will be needed. You will need to be able to login to the cluster from your laptop.

This workshop is a pilot session for potential future cluster onboarding and your participation and feedback would be greatly appreciated.