Versions Compared

Key

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

...

Panel
bgColor#f0f0ff
titleTasks - Connect to HPCF
  1. Start 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 ccb.
  5. When you have completed your work you can disconnect from ccb by typing exit at the command prompt.

(warning)  The following tasks need to be carried out only once in order to set up the training accounts and the OpenIFS 43r3 model.

Panel
bgColor#f0f0ff
titleTasks - Set up training account - do this only once after the first login
  1. After the first login type the following command:  /home/ectrain/troifs0/setup-cray/my43
  2. Log out of the training account by typing exit
  3. Login once more using  ssh troifsX@ecaccess.ecmwf.int

  4. Type the following command:  get43

...

Panel
bgColor#f0f0ff
titleTasks - Start interactive session

% qsub -I -q df   -l EC_total_tasks=6 -l EC_job_tmpdir=10G 10G  -l EC_memory_per_task=2G
qsub: waiting for job 7215630.ccbpar to start
qsub: job 7215630.ccbpar ready

...

Panel
bgColor#f0f0ff
titleTasks - Set OpenIFS environment
  1. Carry out the tasks above to connect to ccb and start an interactive sessionType the command:  setup-43r3
  2. Change into the model's main directory:  cd perm/oifs43r3
  3. Type the command:  source ./oifs-config.ccb.sh

The oifs-config.ccb.shThe setup-43r3 script sets a number of Unix shell environment variables which define the type of OpenIFS compiled installation and location of files. These settings are specific to version 43r3.

...