calcoloscientifico:userguide:iqmol
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
calcoloscientifico:userguide:iqmol [24/05/2023 16:45] – federico.prost | calcoloscientifico: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 | + | After a X11 connection |
- | < | + | < |
- | ssh -X nome.utente@login.hpc.unipr.it | + | ssh -X name.surname@login.hpc.unipr.it |
+ | </ | ||
+ | Example of srun command to run IQmol on 1 node of the '' | ||
+ | |||
+ | < | ||
srun \ | srun \ | ||
- | --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: | + | --time=0-01: |
- | --pty \ | + | --pty \ |
- | --x11 \ | + | --x11 \ |
- | bash | + | bash |
</ | </ | ||
- | Una volta avuto accesso alle risorse richieste con srun, lanciare i comandi: | + | Once you have accessed the required resources with srun, run the commands: |
+ | |||
+ | < | ||
+ | module load apptainer/ | ||
- | <code bash> | + | apptainer run "$CONTAINER" |
- | module load apptainer iqmol | + | |
- | apptainer run $CONTAINER | + | |
</ | </ | ||
calcoloscientifico/userguide/iqmol.1684939507.txt.gz · Ultima modifica: 24/05/2023 16:45 da federico.prost