Versions Compared

Key

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

...

And this will show the correct structre of the IDS generated.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Configure sample job and big Marconi connection

Test connection with Marconi

To use SUMI we need a passwordless connection. This means that Marconi needs to have the public key of our account at Gateway on the list of allowed keys. To copy our key we make usage of the "ssh-copy-id" command

Code Block
languagebash
ssh-copy-id username@login.marconi.cineca.it

Now, if we stablish an SSH connection, the prompt will not ask for any password and will give us a terminal inside Marconi.

Code Block
languagebash
    ssh username@login.marconi.cineca.it

 

 

Installing uDocker

...

...

  • ~g2tomz/public/imas-installer-20180921112143.tar.xz

...

This script will install udocker but it will not load the Docker image inside. For this, we need to run the following commands

     $SUMI_UDOCKER_DIR/udocker.py load -i $IMAS_IMAGE

     $SUMI_UDOCKER_DIR/udocker.py create --name=imas imas-installer:20180529181447

 

 

 

Setting up SUMI

...

Downloading SUMI

...

 

Remote execution

...

 

Example case

...