Preparation:
Register on the web page http://www.soton.ac.uk/iss/computing/hpc/iridis/webform.html
It takes approximately one day before your account is activated .
> ssh-keygen -t dsa -b 2048 -f iridis-key
It will ask you twice for a pass-phrase. Just press return both times.
> scp -p iridis-key.pub <your iridis id>@iridis2.soton.ac.uk:~/.ssh/authorized_keys
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 cfg
If you type now
> make sim
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
Additional usefull commands
Kill all your jobs on Iridis
> ir-killall
Delete a single job
> ir-qdel <job id>
Show complete queue on Iridis
> ir-showq
Show status of submitted jobs
> ir-qstat