Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 

This session will cover following topics

...

 

Note
titleNX Connection

NX connection to the Gateway

This tutorial assumes that Gateway accounts will be used for starting up Kepler application.
Gateway specific configuration of NX can be found here: here

 

Kepler application.

Gateway specific configuration of NX can be found here: here

 

1.1. Setting IMAS @ Gateway

You can switch to IMAS environment using:

Code Block
module load imasenv
imasdb <machine_name>
  • This script will load all the modules in IMAS flavor. You will get access to most commonly used tools (FC2K, Kepler, Matlab interfaces, Python interfaces, etc.) 
  • You should be able to proceed with all the tools in a similar way as before 
  • You have to be aware of the fact that data access in IMAS and ITM is slightly different (similar, but still different)

1.2. Setting IMAS @ ITER cluster

Please follow this  >link<  to get instructions how to set-up IMAS environment on ITER cluster

2. Kepler installation

2.1 Back up

...

Code Block
shell> cd $HOME
shell> mv kepler kepler_03.2018
shell> mv .kepler .kepler_03.2018
shell> mv KeplerData KeplerData_03.2018

...

After you have backed up your data, install Kepler

...

3. Setting up tutorial environment

...

Warning

Make sure to initialize database structure. Simply follow the steps below.

...

In order to work with MDSPlus database you have to create and initialize MDSPlus database structure (details can be found here). This can be done by issuing following command:

...


Info
titleAdding source script into .login

In order to make sure that source script is always started when you log in, add it to ~/.login

echo "\n" >> ~/.login
echo "source $ITMSCRIPTDIR/ITMv2 test kepler > /dev/null" >> ~/.login

 

After this script is executed you will have an access to following tools:

...

Code Block
shell> setenv TUTORIAL_DIR $ITMWORK/tutorials/2018-03-ITER

 

...

5. Varia

 

Warning
titlex2go issue

There is a bug related to $PATH variable if you use x2g >= 4.0.3.0. You should use release 4.0.2.0 instead .

If you see message similar to this one:

JVMJ9VM003W JIT compiler "/afs/rzg/@sys/soft/java/jdk6/bin/javac" not found. Will use interpreter. 

It might be that you use broken release of x2go

 

You are now ready to follow tutorial sessions!

...