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:48] – federico.prost | calcoloscientifico:userguide:iqmol [24/05/2023 18:28] (versione attuale) – fabio.spataro | ||
---|---|---|---|
Linea 9: | Linea 9: | ||
After a X11 connection to the login machine: | After a X11 connection to the login machine: | ||
- | < | + | < |
- | 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 '' | 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 |
</ | </ | ||
Once you have accessed the required resources with srun, run the commands: | Once you have accessed the required resources with srun, run the commands: | ||
- | < | + | < |
- | module load apptainer iqmol | + | module load apptainer/1.1 iqmol |
- | apptainer run $CONTAINER | + | |
+ | apptainer run "$CONTAINER" | ||
</ | </ | ||
calcoloscientifico/userguide/iqmol.1684939700.txt.gz · Ultima modifica: 24/05/2023 16:48 da federico.prost