IRIDIS2 Simulation Manual


Preparation:

  1. Register on the web page http://www.iss.soton.ac.uk/research/iridis/acc_form.html

    It takes approximately one day before your account is activated.

  2. Once you have an IRIDIS account go to your directory ~/.ssh/
  3. Execute the command
     > ssh-keygen -t dsa -b 2048 -f iridis-key 
    It will ask you twice for a pass-phrase. Just press return both times.
  4. You should have now two files in your directory: iridis-key and iridis2-key.pub
  5. Copy the public key to iridis using
     > scp iridis-key.pub  <your iridis id>@iridis2.soton.ac.uk:~/.ssh/authorized_keys 
  6. You should now be able to connect to iridis using ssh-iridis without password

     > ssh-iridis <your iridis id>@iridis2.soton.ac.uk ls 


To configure your simulations

  1. Get simulation folder template from here.
  2. Untar and install by using
     > tar -xvzf comms-sims.tgz
     > cd comms-sims; install.sh <your iridis id> 
  3. Enter sim-template

     > cd sim-template	
  4. Edit the Makefile

    Note: you can type

     > make cfg
     > make sim 

    for testing purpose but it is not necessay in the simulations later. It is done by the Makefile automatically


Start simulations

  1. Clean the simulation directory by executing

     > make cleanall 
  2. To start the simulations type

     > make dats 
  3. To check the status of your simulations

     > make qstat 
  4. Once your simulations have finished

     > make getdats 

    to transfer the data back