You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »


Quote of the day

The White Rabbit put on his spectacles.`Where shall I begin, please your Majesty?' he asked.
`Begin at the beginning,' the King said gravely, `and go on till you come to the end: then stop.'

Alice's Adventures in Wonderland - Lewis Carroll


Before proceeding any further you have to make sure you can use Gateway without any issues.

There are number ways to work at Gateway:

Before proceeding any further you have to be sure that you can work at Gateway cluster


During tutorials, and during your day to day activities you will require access to multiple, external, resources. There are numerous places where you can find information related to various topics. Make sure you can easily reach these locations:

1. Setting up environment

Before you proceed with any exercises it's important to set up IMAS environment in your SSH/NX session. This topic will be discussed in details here: 05.3. IMAS - basic topics - environment set-up(POZ'19Oct)

However, to make sure we can start without any issues, please run following commands in terminal session:

> module load imasenv/3.24.0/rc
> mkdir -p $ITMWORK/imas-keplers

# for tcsh
> setenv KEPLER_DIR $ITMWORK/imas-keplers

# for bash
> export KEPLER_DIR=$ITMWORK/imas-keplers

> kepler_install my_first_kepler
> kepler_avail
> kepler_load my_first_kepler
> imasdb test
> kepler

2. Getting tutorial sources and input data

2.1.1. Copying examples

Copy tutorial examples. You can install them by issuing following command from Terminal.

shell> mkdir $HOME/tutorials
shell> cp -r /gw/swimas/resources/tutorials/2019-10-PSNC $HOME/tutorials

2.1.2.  Copying input data

Copy data files used throughout the tutorial:


# copy data files
shell> cp /gw/swimas/resources/tutorials/2019-10-PSNC/pulsefiles/* $HOME/public/imasdb/test/3/0/

shell> mv $HOME/tutorials/2019-10-PSNC/pulsefiles/* $HOME/public/imasdb/test/3/0/

  • No labels