Skip to content

Commit

Permalink
Merge pull request #20 from rmdickson/gh-pages
Browse files Browse the repository at this point in the history
improved login instructions for Mac users
  • Loading branch information
rmdickson authored May 21, 2024
2 parents 5a962b9 + e72c27c commit 02eccad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _episodes/05-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ times to observe how much variance there is.

#### Compiling and Running the Example

0. Connect to a cluster (if you haven't already), with X11 forwarding enabled so that you'll be able to display some graphs.
- If you're on Windows using MobaXterm, check that the "X" icon in the upper
right-hand corner is colored.
- If you on a Mac, start XQuartz, then start a terminal and log in with
`ssh -X username@cluster...` The uppercase `-X` turns on X11 forwarding.

1. Download and unpack the code:
~~~
wget https://acenet-arc.github.io/ACENET_Summer_School_General/code/julia_set.tar
Expand Down
5 changes: 5 additions & 0 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ Although macOS comes with SSH pre-installed, you should install
[XQuartz](https://www.xquartz.org/) to enable X11 graphical support.
Note that you will have to restart your computer to complete the installation.

When you connect to a cluster, first start XQuartz.
Then use `ssh -X ...` to enable X11 forwarding.

**Linux**

Linux users do not need to install anything, you should be set!

When you connect to a cluster, use `ssh -X ...` to enable X11 forwarding.

### Optional Do-It-Yourself requirements

If you want to carry out the exercises on your own equipment you will need:
Expand Down

0 comments on commit 02eccad

Please sign in to comment.