strutture:pi:computing_center:code_locali:utilizzo_delle_code_seriali
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
strutture:pi:computing_center:code_locali:utilizzo_delle_code_seriali [2014/03/20 14:36] – carusog@infn.it | strutture: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: | ||
+ | |||
+ | |||
+ | **" | ||
+ | |||
+ | //Le cui caratteristiche sono:// | ||
+ | 900 job slot\\ | ||
+ | runtime di 72 ore\\ | ||
+ | |||
+ | Il comando per sottomettere alla coda local è il seguente: | ||
+ | |||
+ | < | ||
+ | bsub -q local eseguibile | ||
+ | </ | ||
+ | |||
+ | nel caso si volesse ricevere una notifica via mail alla fine del job il comando da utilizzare è il seguente: | ||
+ | |||
+ | < | ||
+ | bsub -u e-mail@pi.infn.it -q local eseguibile | ||
+ | </ | ||
+ | __ | ||
+ | L' | ||
+ | |||
+ | * 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' | ||
+ | * se si eseguono le inizializzazioni illustrate per la [[strutture: | ||
+ | \\ | ||
+ | |||
+ | **" | ||
+ | |||
+ | //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: | ||
+ | |||
+ | < | ||
+ | bsub -q locallong eseguibile | ||
+ | </ | ||
+ | nel caso si volesse ricevere una notifica via mail alla fine del job il comando da utilizzare è il seguente: | ||
+ | |||
+ | < | ||
+ | bsub -u e-mail@pi.infn.it -q locallong eseguibile | ||
+ | </ | ||
+ | __ | ||
+ | L' | ||
+ | |||
+ | * 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' | ||
+ | * se si eseguono le inizializzazioni illustrate per la [[strutture: | ||
+ | \\ | ||
+ | \\ | ||
+ | |||
+ | Le due code " | ||
+ | |||
+ | [[strutture: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | === Assistenza === | ||
+ | |||
+ | |||
+ | Per qualsiasi dubbio o informazione potete mandare una mail all'IT Division all' | ||
+ | |||
+ | < | ||
+ | |||
+ | Verrete contattati al più presto dal gruppo. | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | \\ | ||
+ | < | ||
+ | |||
+ | ==== USE OF SERIAL QUEUES ==== | ||
+ | ---- | ||
+ | |||
+ | |||
+ | Is possible to submit on two specific queue: | ||
+ | |||
+ | |||
+ | **" | ||
+ | |||
+ | // | ||
+ | 900 job slot\\ | ||
+ | 72h of runtime\\ | ||
+ | |||
+ | The command to use to submit is: | ||
+ | |||
+ | < | ||
+ | bsub -q local executable | ||
+ | </ | ||
+ | |||
+ | to notify by email the end of the job, user can add the command: | ||
+ | |||
+ | < | ||
+ | bsub -u e-mail@pi.infn.it -q local executable | ||
+ | </ | ||
+ | __ | ||
+ | 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: | ||
+ | \\ | ||
+ | |||
+ | |||
+ | **" | ||
+ | |||
+ | // | ||
+ | 80 job slot\\ | ||
+ | 3 days of default runtime, extended to 15 days. | ||
+ | |||
+ | The command to use to submit is: | ||
+ | |||
+ | < | ||
+ | bsub -q locallong executable | ||
+ | </ | ||
+ | |||
+ | to notify by email the end of the job, user can add the command: | ||
+ | |||
+ | < | ||
+ | bsub -u e-mail@pi.infn.it -q local executable | ||
+ | </ | ||
+ | __ | ||
+ | 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: | ||
+ | \\ | ||
+ | \\ | ||
+ | |||
+ | |||
+ | The queues accepted the job in excess (900 cores and 80 cores, respectively) that will runs when there are available other resounces. | ||
+ | |||
+ | [[strutture: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | === to request help === | ||
+ | |||
+ | |||
+ | For any questions or information users can send an email to the IT Division: | ||
+ | |||
+ | < | ||
+ | |||
+ | You'll be contacted asap by a member' |