xnedit – a simple text editor

We recommend, to those users not familiar with Linux, that you use xnedit to create your batch submission scripts on the CSF. This is a simple text editor, very similar to Notepad on Windows.

To use xnedit you will need to connect to the CSF with X11 functionality enabled. If you have logged in using MobaXterm on Windows this will have been done automatically for you – proceed with the instructions below. If on MacOS-X or Linux, check you have logged in correctly.

To start xnedit, on the command line type

# On the login node
xnedit &

# Or on a compute node, in an interactive (srun-x11) session
module load apps/binapps/xnedit
xnedit &

(the & allows you to keep using the terminal/command line) and you will get a pop up window in which you can create your script.

When you save the file it will be saved on the CSF (i.e. it does not need uploading).

xnedit launched from MobaXterm
An example of gedit:

xnedit main window

When you save the file it will be saved on the CSF (i.e. it does not need uploading)

Last modified on May 29, 2025 at 12:47 pm by George Leaver