| 137 | = Interactive jobs = |
| 138 | With QCG it is possible to start an interactive session with any of the PL-Grid clusters. Example script: |
| 139 | {{{ |
| 140 | #QCG host=reef.man.poznan.pl |
| 141 | #QCG walltime=PT3H |
| 142 | |
| 143 | /bin/bash |
| 144 | }}} |
| 145 | Example interactive session: |
| 146 | {{{ |
| 147 | $ qcg-interactive interactive-reef.qcg |
| 148 | https://qcg-broker.man.poznan.pl:8443/qcg/services/ |
| 149 | /C=PL/O=GRID/O=PSNC/CN=qcg-broker/qcg-broker.man.poznan.pl |
| 150 | UserDN = /C=PL/O=GRID/O=PSNC/CN=Mariusz Mamonski |
| 151 | ProxyLifetime = 20 Days 2 Hours 28 Minutes 44 Seconds |
| 152 | |
| 153 | jobId = J1350912281097__5242 |
| 154 | Press Ctrl-C to cancel the task |
| 155 | Interactive session started. Use the 'exit' command to quit. |
| 156 | [r473] /home/plgrid/plgmamonski/reef/J1350912281097__5242_task_1350912283206_133 > module load muscle2 |
| 157 | plgrid/tools/java/jdk1.6.0_23 load complete. |
| 158 | intel/10.1 load complete. |
| 159 | 'plgrid/tools/openmpi/current' load complete. |
| 160 | [r473] /home/plgrid/plgmamonski/reef/J1350912281097__5242_task_1350912283206_133 > |
| 161 | }}} |
| 162 | |