IRIDIS2 Simulation Manual
Preparation:
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.
> ssh-keygen -t dsa -b 2048 -f iridis-keyIt will ask you twice for a pass-phrase. Just press return both times.
> scp iridis-key.pub <your iridis id>@iridis2.soton.ac.uk:~/.ssh/authorized_keys
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
> tar -xvzf comms-sims.tgz > cd comms-sims; install.sh <your iridis id>
Enter sim-template
> cd sim-template
Edit the Makefile
Set ID to the name you want to give to your simulation batch (e.g. sim-template)
Set EXEC to the name of the executable (e.g. conv.run)
Change the simulation parameter in cfgs section of the Makefile. The way it currently is set, it will generate 8 configuration files if you type
> make cfgs
If you type now
> make sims
it will generate 4 submission scripts (*.sim).
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
Clean the simulation directory by executing
> make cleanall
To start the simulations type
> make dats
To check the status of your simulations
> make qstat
Once your simulations have finished
> make getdats
to transfer the data back