Versions Compared

Key

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

...

  • In the container shell, execute:

    Code Block
    languagebash
    module load imas
    imasdb test
    python /home/imas/imas-installer/src/$IMAS_VERSION/ual/$UAL_VERSION/examples/dd-v3/python/put_pf.py
  • On the host machine, executeTransfer the results to the Gateway:

    Code Block
    languagebash
    docker cp imas:/home/imas/public/imasdb/test/3/0/ids_120001.characteristics /tmp/
    docker cp imas:/home/imas/public/imasdb/test/3/0/ids_120001.datafile /tmp/
    docker cp imas:/home/imas/public/imasdb/test/3/0/ids_120001.tree /tmp/
    Transfer the generated IDSes to the Gateway

     

    • Docker on your own computer:

      Code Block
      languagebash
      docker cp imas:/home/imas/public/imasdb/test/3/0/ids_120001.characteristics /tmp/
      docker cp imas:/home/imas/public/imasdb/test/3/0/ids_120001.datafile /tmp/
      docker cp imas:/home/imas/public/imasdb/test/3/0/ids_120001.tree /tmp/
      scp /tmp/ids_120001.* login.eufus.eu:public/imasdb/test/3/0/
    • uDocker on Gateway:

      Code Block
      languagebash
      cp ~/.udocker/containers/imas/ROOT/home/imas/public/imasdb/test/3/0/ids_120001.* ~/public/imasdb/test/3/0/
  • Check correctness of the results, on Gateway:

    Code Block
    languagebash
    idsdump 12 1 pf_active

Demonstration 2: Kepler workflow

...