Versions Compared

Key

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

...

1.How to set environment to use IMAS FC2K Testing Framework

1.1.Prepare

...

basic IMAS environment

Code Block
linenumberstrue
module$> loadsetenv imasenv
install_kepler.sh [options] [kepler_name]
switch_to_kepler [kepler_name]

1.2. Using installed IMAS FC2K release

In case you want to test your actor, and you are not interested in most recent developments inside FC2K, you can always use already installed version of FC2K

Code Block
languagebash
> module av imas-fc2k

------------------------------------------------------------------------------------ /gw/swimas/etc/modulefiles ------------------------------------------------------------------------------------
imas-fc2k/4.0.0       imas-fc2k/4.1.0.fix   imas-fc2k/4.2.3B      imas-fc2k/4.2.6       imas-fc2k/4.5.0       imas-fc2k/alpha
imas-fc2k/4.0.2       imas-fc2k/4.2.2       imas-fc2k/4.2.3B_mfix imas-fc2k/4.3.0       imas-fc2k/4.6.1       imas-fc2k/beta
imas-fc2k/4.1.0       imas-fc2k/4.2.3       imas-fc2k/4.2.5       imas-fc2k/4.4.0       imas-fc2k/4.6.4

> module switch imas-fc2k/{version} 
OR
> module switch imas-fc2k

...

KEPLER_DIR <keplers dir e.g. $ITMWORK/imas-keplers>
$> module load imasenv
IMAS environment loaded.

1.2. Install or load Kepler

Code Block
linenumberstrue
$> kepler_install <version>
OR
$> kepler_load <version>

1.3. Prepare environment fot IMAS FC2K Testing Framework

Code Block
linenumberstrue
$> module load imas-pyal
$> imasdb test


2. Checking out IMAS FC2K Testing Framework

...