| 9 | |
| 10 | Tests can be done on our GPU workstation (2*8 core Intel-CPU, 2 NVidia Kepler K40 boards), which runs as a node of the cluster-system at LUIS. Access as follows: |
| 11 | {{{ |
| 12 | ssh -X <your cluster username>@login.cluster.uni-hannover.de |
| 13 | }}} |
| 14 | After login, switch to our GPU-node by starting an interactive job: |
| 15 | {{{ |
| 16 | qsub -X -I -l nodes=1:ppn=2,walltime=10000 -l mem=2GB -W x=PARTITION:muk |
| 17 | }}} |
| 18 | The session uses 2 Intel-CPU-cores for 10000 seconds. You will need two cores if you want to run PALM on both of the two K40 boards. |