Versions Compared

Key

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

...

 

Note
titleNX Connection

NX connection to the Gateway

This tutorial assumes that Gateway accounts will be used for starting up Kepler application.
If you are not familiar with NX setup for the
Gateway , take a look at following location NX setup where you can find how to download NXPlayer.
Gateway specific configuration of NX can be found here: here

 

...

  • Set-up KEPLER_DIR system variable

    Code Block
    shell> mkdir -p $ITMWORK/mykeplers
    shell> setenv KEPLER_DIR $ITMWORK/mykeplers
  • List all available Kepler releases

    Code Block
    shell> list_keplers.sh -all
    List of available Kepler installations
    Local installations
    - local (default)
    Version based on Kepler 2.4
    - 2.4/R3.9_RC/local
    - 2.4/R3.13/local
    - 2.4/R3.12/local
    - 2.4/R3.11/local
    - 2.4/ETS_4.10b.10_v5.0/local
    - 2.4/ETS_4.10b.10_v5.0.3/local
    - ETS4JET-training2.4/ETS_4.10b.10_v5.0.2/local
    - 2.4/ETS_4.10b.10_v5.0.1/local
    - 2.4/ETS_4.10b.10_v4/local
    - 2.4/ETS_4.10b.10_v4.1/local
    - 2.4/ETS_4.10b.10_v3/local
    Version based on Kepler 2.5
    - 2.5/R4_RC/local
    - 2.5/R4.0.13/local
    - 2.5/R4.0.12/local
    - 2.5/R3_RC/local
    Version based on Kepler - trunk
    - trunk/R5_RC/local
    - trunk/R5.0.13/local
    - trunk/R4_trunk/local
    - trunk/ETS_4.10b.10_v5.0/local
    - trunk/ETS_4.10b.10_v5.0.3/local
    Central installations
    - central (default)
    - rc (release candidate)
    - R3.9
    Version based on Kepler 2.4
    - 2.4/R3_RC_ETS/central
    - 2.4/R3_RC_ETS2/central
    - 2.4/R3_RC/central
    - 2.4/R3.13/central
    - 2.4/R3.12/central
    - 2.4/R3.11/central
    - 2.4/ETS_4.10b.10_v5.0/central
    - 2.4/ETS_4.10b.10_v5.0.3/central
    - 2.4/ETS_4.10b.10_v5.0.2/central
    - 2.4/ETS_4.10b.10_v5.0.1/central
    - 2.4/ETS_4.10b.10_v4/central
    - 2.4/ETS_4.10b.10_v4.1/central
    - ETS4JET-training 2.4/ETS_4.10b.10_v3/central
    Version based on Kepler 2.5
    - 2.5/R4_RC/central
    - 2.5/R4.0.13/central
    - 2.5/R4.0.12/central
    - 2.5/R3_RC/central
    Version based on Kepler - trunk
    - trunk/R5_RC/central
    - trunk/R5.0.13/central
    - trunk/R4_trunk/central
    - trunk/ETS_4.10b.10_v5.0/central
    - trunk/ETS_4.10b.10_v5.0.3/central
  • Install chosen version of Kepler

    Code Block
    shell> install_kepler.sh R3.10kepler_central R3.10/central 'tutorial Kepler installation'
    Info
    titleinstall_kepler.sh
    shell> install_kepler.sh [target dir] [source Kepler] [description]
     * target dir      : chosen directory inside KEPLER_DIR
     * source Kepler   : name of Kepler release (list available through 'list_kepler.sh -all')
                         - local        : default Kepler (local)
                         - central      : default Kepler (central)
                         - rc           : release candidate Kepler (central)
                         - R#.#/local   : tagged Kepler version R#.# (local)
                         - R#.#/central : tagged Kepler version R#.# (central)
     * description     : chosen description (e.g. 'this is my test kepler')
  • List all your Kepler installations

    Code Block
    shell> list_my_keplers.sh
    Using location at: /pfs/work/bpalak/my_keplers
    Following kepler installations are ready for use
    selected   type          name - 'description'
     [ ]     [Local ]        kepler_3.10_loc - 'r3.10 local'
     [ ]     [Central ]      kepler_ets - ''
     [ ]     [Central ]      R3.10_central - 'tutorial Kepler installation'
     [x]     [Central ]      R3_RC_ETS_central - ''
  • Switch to chosen Kepler

    Code Block
    bash> switch_to_kepler.sh R3.10_central

...

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

Code Block
shell> setenv TUTORIAL_DIR $ITMWORK/tutorials/

...

2018-03-ITER

 

 09-Ljubljana

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

 

...