Versions Compared

Key

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

...

Panel
bgColor#f0f0ff
titleTasks - Connect to HPCF
  1. Open a terminal window by clicking on the 'terminal' icon in the toolbar.the Mobaxterm application.
  2. <how to login to the racc cluster?>
  3. Type the command:  ssh troifsXX@ecaccess.ecmwf.int      Note:  Instead of troifsXX you should use your ECMWF training user-ID

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

...

Panel
bgColor#f0f0ff
titleTasks - Start interactive session

% qsub -I -q nf -l EC_total_tasks=12 -l EC_job_tmpdir=10G -l EC_memory_per_task=2G3G
qsub: waiting for job 7215630.ccbpar ccapar to start
qsub: job 7215630.ccbparccapar ready

The changed command line prompt indicates that we have switched from the login node to a post-processing node.

...

Panel
bgColor#f0f0ff
titleTasks - Set OpenIFS environment
  1. Connect to ccb cca as above.
  2. Type the command: cd openifs.
  3. Type the command: source ./oifs.setup

...