Versions Compared

Key

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

...

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

2.

...

2. Setting IMAS @ EUROfusion Gateway

You can switch to IMAS environment using:

...

 

shell> mkdir $HOME/tutorials
shell> cp -r /work/imas/training/2018-03-ITER $HOME/tutorials

 

4.

...

2. Copying input data

Copy data files used throughout the tutorial:

 

# copy data files
shell> cp /work/imas/training/2018-03-ITER/pulsefiles/* $MDSPLUS_TREE_BASE_0

 

4.

...

3. Set TUTORIAL_DIR variable

shell> setenv TUTORIAL_DIR $HOME/tutorials/2018-03-ITER


 

5. Java memory settings

Please do not forget to set JAVA memory settings:

Code Block
export _JAVA_OPTIONS="-Xss20m -Xms8g -Xmx8g"