Versions Compared

Key

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

...

 

Info
titleTutorial topics
  • Installation and configuration of NX client
  • Configuration of the environment at Gateway
  • Installation of Kepler

 

...

0. Connection to the Gateway

In order to use Gateway, you have to meet following requirements:

...

 

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

 

1.Setting IMAS

1.1. Setting IMAS @ Gateway

You can switch to IMAS environment using:

...

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!

...