User Tools

Site Tools


strutture:pi:computing_center:code_locali:utilizzo_delle_code_seriali

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
strutture:pi:computing_center:code_locali:utilizzo_delle_code_seriali [2014/03/31 10:02] carusog@infn.itstrutture:pi:computing_center:code_locali:utilizzo_delle_code_seriali [2015/06/04 08:18] (current) carusog@infn.it
Line 1: Line 1:
 +==== UTILIZZO DELLE CODE SERIALI ====
 +----
  
 +
 +E' possibile sottomettere tramite due code specifiche:
 +
 +
 +**"local"**\\
 +
 +//Le cui caratteristiche sono://\\  
 +900 job slot\\  
 +runtime di 72 ore\\
 +
 +Il comando per sottomettere alla coda local è il seguente:
 +
 +<code>
 +bsub -q local eseguibile
 +</code>
 +
 +nel caso si volesse ricevere una notifica via mail alla fine del job il comando da utilizzare è il seguente:
 +
 +<code>
 +bsub -u e-mail@pi.infn.it -q local eseguibile
 +</code>
 +__
 +L'indirizzo e-mail può essere solo uno del dominio pi.infn.it__
 +
 +  * nella stringa di sottomissione non va indicato il gruppo di appartenenza;
 +  * se non si specifica un path assoluto per il proprio eseguibile il sistema lo interpreterà come relativo alla directory di lavoro corrente;
 +  * in ogni caso è bene assicurarsi che l'eseguibile di trovi in una area che sia accessibile, almeno in lettura, da ovunque;
 +  * se si eseguono le inizializzazioni illustrate per la [[strutture:pi:computing_center:farm_di_analisi_interattiva:nx|Farm di Analisi Interattiva]] sarà possibile accedere all'intero albero AFS con i propri privilegi durante l'esecuzione del proprio job.\\  
 +\\  
 +
 +**"locallong"**\\    
 +
 +//Le cui caratteristiche sono://\\  
 +80 job slot\\  
 +runtime di 3 giorni per default, ma estendibile (con richiesta esplicita al momento della sottomissione del job), fino a 15 giorni.
 +
 +Il comando per sottomettere alla coda local è il seguente:
 +
 +<code>
 +bsub -q locallong eseguibile
 +</code>
 +nel caso si volesse ricevere una notifica via mail alla fine del job il comando da utilizzare è il seguente:
 +
 +<code>
 +bsub -u e-mail@pi.infn.it -q locallong eseguibile
 +</code>
 +__
 +L'indirizzo e-mail può essere solo uno del dominio pi.infn.it__
 +
 +  * nella stringa di sottomissione non va indicato il gruppo di appartenenza;
 +  * se non si specifica un path assoluto per il proprio eseguibile il sistema lo interpreterà come relativo alla directory di lavoro corrente;
 +  * in ogni caso è bene assicurarsi che l'eseguibile di trovi in una area che sia accessibile, almeno in lettura, da ovunque;
 +  * se si eseguono le inizializzazioni illustrate per la [[strutture:pi:computing_center:farm_di_analisi_interattiva:nx|Farm di Analisi Interattiva]] sarà possibile accedere all'intero albero AFS con i propri privilegi durante l'esecuzione del proprio job.\\ 
 +\\ 
 +\\ 
 +
 +Le due code "seriali", naturalmente, accettano job eccedenti il loro limite (900 core e 80 core rispettivamente) che vanno in esecuzione nel momento in cui, terminati dei job sulle code stesse, si liberano posti e ci sono core disponibili sul pool totale (sui 3500 totali delle risorse GRID/coda-locale di Pisa).
 +
 +[[strutture:pi:computing_center:code_locali:accesso_-_login|ACCESSO ALLE CODE SERIALI]]\\  
 +
 +----
 +
 +=== Assistenza ===  
 +
 +
 +Per qualsiasi dubbio o informazione potete mandare una mail all'IT Division all'indirizzo:
 +
 +<code>localq-support@lists.pi.infn.it</code>
 +
 +Verrete contattati al più presto dal gruppo.
 +
 +----
 +----
 +----
 +----  
 +
 +\\  
 +<sub>english version</sub>
 +
 +==== USE OF SERIAL QUEUES ====
 +----
 +
 +
 +Is possible to submit on two specific queue:
 +
 +
 +**"local"**\\
 +
 +//Characteristics://\\  
 +900 job slot\\  
 +72h of runtime\\
 +
 +The command to use to submit is:
 +
 +<code>
 +bsub -q local executable
 +</code>
 +
 +to notify by email the end of the job, user can add the command: 
 +
 +<code>
 +bsub -u e-mail@pi.infn.it -q local executable
 +</code>
 +__
 +The e-mail address can be only one domain pi.infn.it __
 +
 +  * is not necessary specify the user's group
 +  * if user do not specify an absolute path of the executable, system will interpret this as referring to the current working directory; 
 +  * executable must be locate in accessible area, at least in reading, from everywhere; 
 +  * user can access the entire AFS tree with its privileges during the execution of the job following the instructions on [[strutture:pi:computing_center:farm_di_analisi_interattiva:nx|FAI]].\\  
 +\\  
 +
 +
 +**"locallong"**\\    
 +
 +//Characteristics://\\  
 +80 job slot\\  
 +3 days of default runtime, extended to 15 days.
 +
 +The command to use to submit is:
 +
 +<code>
 +bsub -q locallong executable
 +</code>
 +
 +to notify by email the end of the job, user can add the command: 
 +
 +<code>
 +bsub -u e-mail@pi.infn.it -q local executable
 +</code>
 +__
 +The e-mail address can be only one domain pi.infn.it __
 +
 +  * is not necessary specify the user's group
 +  * if user do not specify an absolute path of the executable, system will interpret this as referring to the current working directory; 
 +  * executable must be locate in accessible area, at least in reading, from everywhere; 
 +  * user can access the entire AFS tree with its privileges during the execution of the job following the instructions on [[strutture:pi:computing_center:farm_di_analisi_interattiva:nx|FAI]].\\  
 +\\  
 +\\
 +
 +
 +The queues accepted the job in excess (900 cores and 80 cores, respectively) that will runs when there are available other resounces.
 +
 +[[strutture:pi:computing_center:code_locali:accesso_-_login|ACCESS]]\\ 
 +
 +----
 +
 +=== to request help ===  
 +
 +
 +For any questions or information users can send an email to the IT Division: 
 +
 +<code>localq-support@lists.pi.infn.it</code>
 +
 +You'll be contacted asap by a member's group. 

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki