Strumenti Utente

Strumenti Sito


calcoloscientifico:userguide:iqmol

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
calcoloscientifico:userguide:iqmol [24/05/2023 16:44] federico.prostcalcoloscientifico:userguide:iqmol [24/05/2023 18:28] (versione attuale) fabio.spataro
Linea 7: Linea 7:
 === Interactive Job IQmol === === Interactive Job IQmol ===
  
-Example of srun command to run IQmol on 1 node of the ''cpu'' partition using 4 cores and at most 10 GB of memory:+After a X11 connection to the login machine:
  
-<code bash+<code> 
-ssh -X nome.utente@login.hpc.unipr.it+ssh -X name.surname@login.hpc.unipr.it 
 +</code>
  
 +Example of srun command to run IQmol on 1 node of the ''cpu'' partition using 4 cores and at most 10 GB of memory:
 +
 +<code>
 srun \ srun \
---job-name=iqmol \ +    --job-name=iqmol \ 
---nodes=1 \ +    --nodes=1 \ 
---ntasks-per-node=1 \ +    --ntasks-per-node=1 \ 
---cpus-per-task=4 \ +    --cpus-per-task=4 \ 
---mem=10G \ +    --mem=10G \ 
---partition=cpu \ +    --partition=cpu \ 
---qos=cpu \ +    --qos=cpu \ 
---time=0-01:00:00 \ +    --time=0-01:00:00 \ 
---pty \ +    --pty \ 
---x11 \ +    --x11 \ 
-bash+    bash
 </code> </code>
  
-Una volta avuto accesso alle risorse richieste con srun, lanciare i comandi:+Once you have accessed the required resources with srun, run the commands: 
 + 
 +<code> 
 +module load apptainer/1.1 iqmol
  
-<code bash> +apptainer run "$CONTAINER"
-module load apptainer iqmol +
-$CONTAINER+
 </code> </code>
  
  
  
calcoloscientifico/userguide/iqmol.1684939477.txt.gz · Ultima modifica: 24/05/2023 16:44 da federico.prost

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki