Versions Compared

Key

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

...

  • Request an account for the ITER platform via email.
  • Request access to JOREK code
  • Create an ssh keypair (help)
    • Run the command

      Code Block
      languageactionscript3
      ssh-keygen -t rsa -C "<key identifier>"

      Example:

      Code Block
      languageactionscript3
      ssh-keygen -t rsa -C "git.iter.org"


    • You will be prompted for a location to save your key. Be careful not to overwrite any existing keys that you still need!

    • You can add a password for an additional layer of security (encrypting your private key file) or proceed without a password. Push Enter when prompted for a password if you don't want to add a password.

    • Upload your public ssh key: https://git.iter.org/plugins/servlet/ssh/account/keys

      • The public key is stored in the .pub file.

      • The .pub file is a regular text file. You will need to copy its contents into the web form that you get after clicking “Add key”.

    • If you are using other keys, configure a .ssh/config file by adding:

      Code Block
      Host git.iter.org
       HostName git.iter.org
       IdentityFile ~/.ssh/id_rsa_iter

      if you named your file id_rsa_iter,

  • Get the code from ITER platform
    • Your home directory is located on AFS  file system (/afs/eufus.eu/user/g/<username>) which is protected by ACL and by default is not accessible by batch. If you intend to submit your jobs to batch system it is better to use GPFS file system. Save your repository for example in /pfs/work/<username>/jorek folder. You can read more about Gateway Storage Areas here.
    • Clone JOREK repository

      Code Block
      git clone ssh://git@git.iter.org/stab/jorek.git


Compiling JOREK