Versions Compared

Key

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

...

  • connect to the HPCF
  • start a parallel interactive session
     
Panel
bgColor#f0f0ff
titleTasks - Connect to HPCF
  1. Open a terminal window by clicking on the 'terminal' icon in the toolbar.
  2. Type the command:  ssh troifsXX@ecaccess.ecmwf.int       NoteNote: Instead of troifsXX you should use your training user-ID

  3. You will be prompted for the hostname .  Select ccb.with a choice between ecgate, cca and ccb.  You should select ccb.
  4. When you have completed your work you can disconnect from ccb by typing exit at the command prompt.

The login nodes of the HPCF should not be used for computational work. Therefore we will reserve an interactive computing node which permits us to run parallel jobs in the terminal window.

Panel
bgColor#f0f0ff
titleTasks - Start interactive session
  1. Type the following command:
    qsub -I -q np -l EC_nodes=1 -l walltime=1:0:0


OpenIFS directories

In this section we:

...