Versions Compared

Key

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

...

Panel
bgColor#f0f0ff
titleTasks - Connect to HPCF
  1. Open the Mobaxterm application and open a local terminal
  2. Login to the RACC using  ssh -X cluster.act.rdg.ac.uk
  3. On the cluster type the command:  ssh troifsX@ecaccess.ecmwf.int      Note:  Instead of troifsX 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 cca ccb.
  5. When you have completed your work you can disconnect from cca ccb by typing exit at the command prompt.

...

Panel
bgColor#f0f0ff
titleTasks - Start interactive session

% qsub -I -q n df -l EC_total_tasks=12 6 -l EC_job_tmpdir=10G -l EC_memory_per_task=3G2G
qsub: waiting for job 7215630.ccapar ccbpar to start
qsub: job 7215630.ccaparccbpar ready

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

...

Panel
bgColor#f0f0ff
titleTasks - Set OpenIFS environment
  1. Connect to cca as ccb as before
  2. Type the command:  cd $PERMperm/oifs43r3/   Note: $PERM expands to /perm/rd/troifsX
  3. Type the command:  source ./oifs-config.ccb.setupsh

The 'oifs.setup' -config.ccb.sh file sets a number of Unix shell environment variables which define the type of OpenIFS compiled installation and location of files.

...

Panel
bgColor#f0f0ff
titleTasks - Examine the oifs43r3 directory
  1. Make sure you are in the directory:  ~/perm/ectrain/troifsX/oifs43r3/
  2. List the files in this directory using the ls command

...