Changes between Version 24 and Version 25 of QCG-SimpleClient

Show
Ignore:
Timestamp:
10/22/12 14:54:17 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QCG-SimpleClient

    v24 v25  
    135135}}} 
    136136 
     137= Interactive jobs = 
     138With 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}}} 
     145Example interactive session: 
     146{{{ 
     147$ qcg-interactive interactive-reef.qcg  
     148https://qcg-broker.man.poznan.pl:8443/qcg/services/ 
     149/C=PL/O=GRID/O=PSNC/CN=qcg-broker/qcg-broker.man.poznan.pl 
     150UserDN = /C=PL/O=GRID/O=PSNC/CN=Mariusz Mamonski 
     151ProxyLifetime = 20 Days 2 Hours 28 Minutes 44 Seconds 
     152 
     153jobId = J1350912281097__5242 
     154Press Ctrl-C to cancel the task 
     155Interactive 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 
    137163= Further reading = 
    138164 * [http://apps.man.poznan.pl/trac/muscle/raw-attachment/wiki/QCG-SimpleClient/QCG-SimpleClient-CheatSheet.pdf QCG-SimpleClient Cheet Sheet Card]