Versions Compared

Key

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

...

Warning
titlePlease get Gateway account to follow before following this material

Please note that this material makes sense only in case you have already requested and gotten access to Gateway machine. Details can be found here

Code Block
https://wiki.eufus.eu/doku.php


Logging in into Gateway

The easiest way to log in to Gateway account is to use NoMachine NX client. You can download it here: https://www.nomachine.com

Once you have installed NoMachine NX you can follow the steps here: Remote Access with NX

Image Added

NoMachine NX provides you with a virtual desktop running on computing node. You can detach from the session and attach it agin later on - as long as NX services are running on server side.

Another way of connecting to Gateway is using SSH - this is convenient for people who spend most of their time in Terminal - you can use exactly the same credentials as in case of NoMachine NX. You can find details related to using SSH at following location: Remote access with SSH


Image Added

Setting IMAS environment

The easies way of setting up the environment is to load imasenv  module. This can be done following way

Code Block
module load imasenv


Image Added


Access Layer - Hig Level Interface examples

Once logged in on Gateway (after loading imasenv) you can easily find examples of codes based on IMAS by looking inside: /gw/swimas/core/installer/src/${IMAS_VERSION}/ual/${UAL_VERSION}/examples

Code Block
> module load imasenv
> cd /gw/swimas/core/installer/src/${IMAS_VERSION}/ual/${UAL_VERSION}/examples