Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
plmrry committed Apr 12, 2024
1 parent 268e81c commit 9766e6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion build-index-page.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ const upcoming_events = [
In this SCC-hosted Sciware, we will introduce cluster terminology and describe the two Flatiron clusters,
<code>popeye</code> and <code>rusty</code>. 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 <code>slurm</code>.
In addition, we will demonstrate how to use <code>mpi4py</code> and <code>disBatch</code> to run distributed Python tasks. This workshop is a pilot session for potential
In addition, we will demonstrate how to use <code>mpi4py</code> and <code>disBatch</code> to run distributed Python tasks.
<p>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.
<p>This workshop is a pilot session for potential
future cluster onboarding and your participation and feedback would be greatly appreciated.`,
},
];
Expand Down
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ <h2>Upcoming Sciware Events</h2>
<h3>An Extended Introduction to the Flatiron Clusters</h3>
<p>
In this SCC-hosted Sciware, we will introduce cluster terminology and describe the two Flatiron clusters,
<code>popeye</code> and <code>rusty</code>. 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 <code>slurm</code>. In addition, we will demonstrate how to use <code>mpi4py</code> and <code>disBatch</code> 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.</p
>
<code>popeye</code> and <code>rusty</code>. 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 <code>slurm</code>. In addition, we will demonstrate how to use <code>mpi4py</code> and <code>disBatch</code> to run distributed Python tasks. </p

><p>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. </p

><p>This workshop is a pilot session for potential future cluster onboarding and your participation and feedback would be greatly appreciated.</p>
</div>
</li>
</ul>
Expand Down

0 comments on commit 9766e6f

Please sign in to comment.