Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

00-xwindow.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

Next: Accessing the Cirrus cluster, Previous: Main page, Up: Main page

Installing X-Windows

To open images from Cirrus or to use ncview, your computer needs an X-Window system. If you're using a Linux distribution, you most likely already have X-Window running. If you're using MacOS, you can use XQuartz. If you're using Windows with WSL or mobaXterm, you'll need XMing.

To test if the X server is working correctly, after logging in to cirrus with the -X option (more on how to connect to cirrus later), you can use the following commands:

module load ImageMagick
display

A window with ImageMagick's wizard should pop up, like this:

ImageMagick's output of the display command without any parameters.

Next: Accessing the Cirrus cluster, Previous: Main page, Up: Main page