Strumenti Utente

Strumenti Sito


calcoloscientifico:userguide:gui

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 revisione Revisione precedente
Prossima revisione
Revisione precedente
calcoloscientifico:userguide:gui [10/10/2023 17:45]
fabio.spataro [X11 forwarding]
calcoloscientifico:userguide:gui [06/03/2024 18:02] (versione attuale)
fausto.pagani [Graphical User Interface]
Linea 3: Linea 3:
 This page shows how to connect to the ''gui.hpc.unipr.it'' server using Remote Desktop Protocol (RDP). This page shows how to connect to the ''gui.hpc.unipr.it'' server using Remote Desktop Protocol (RDP).
  
-=== Microsoft Windows 10 (client) ===+=== Microsoft Windows (client) ===
  
 Install the [[https://wiki.asi.unipr.it/dokuwiki/doku.php?id=guide_utente:internet:guida_vpn|FortiClient VPN]]. Install the [[https://wiki.asi.unipr.it/dokuwiki/doku.php?id=guide_utente:internet:guida_vpn|FortiClient VPN]].
Linea 42: Linea 42:
  
 Install the [[https://wiki.asi.unipr.it/dokuwiki/doku.php?id=guide_utente:internet:guida_vpn|FortiClient VPN]]. Install the [[https://wiki.asi.unipr.it/dokuwiki/doku.php?id=guide_utente:internet:guida_vpn|FortiClient VPN]].
 +
 +(You can try **openfortivpn** otherwise)
  
 Install an X11 Remote Desktop Protocol (RDP) client like ''xfreerdp'' which is part of the [[http://www.freerdp.com|FreeRDP]] project. Install an X11 Remote Desktop Protocol (RDP) client like ''xfreerdp'' which is part of the [[http://www.freerdp.com|FreeRDP]] project.
Linea 51: Linea 53:
 <code> <code>
 xfreerdp \ xfreerdp \
-/u:<username>+    /u:<username>
-/size:1440x900 \ +    /size:1440x900 \ 
-/v:gui.hpc.unipr.it \ +    /v:gui.hpc.unipr.it \ 
-/port:3389 \ +    /port:3389 \ 
-/clipboard \ +    /clipboard \ 
-/gdi:hw \ +    /gdi:hw \ 
-/bpp:24 \ +    /bpp:24 \ 
-/fonts \ +    /fonts \ 
-/cert-ignore+    /cert-ignore
 </code> </code>
  
Linea 101: Linea 103:
 <code> <code>
 srun \ srun \
---partition=vrt \ +    --job-name=xeyes \ 
---qos=vrt \ +    --partition=vrt \ 
---time=0-00:30:00 \ +    --qos=vrt \ 
---x11 \ +    --time=0-00:30:00 \ 
---pty \ +    --x11 \ 
-xeyes+    --pty \ 
 +    xeyes
 </code> </code>
  
-Start ''MATLAB'':+Start ''(X-Window) CRYstalline Structures and DENsities'' ([[calcoloscientifico:userguide:xcrysden|XCrySDen]]):
  
 <code> <code>
 srun \ srun \
---nodes=1 \ +    --job-name=xcrysden \ 
---ntasks-per-node=1 \ +    --nodes=1 \ 
---cpus-per-task=4 \ +    --ntasks-per-node=1 \ 
---mem=16G +    --cpus-per-task=4 \ 
---partition=cpu \ +    --mem=10G 
---qos=cpu \ +    --partition=cpu \ 
---time=0-00:30:00 \ +    --qos=cpu \ 
---x11 \ +    --time=0-01:00:00 \ 
---pty \ +    --x11 \ 
-bash -c 'module load matlab && matlab'+    --pty \ 
 +    bash -c 'module load apptainer xcrysden && xcrysden'
 </code> </code>
  
calcoloscientifico/userguide/gui.1696952759.txt.gz · Ultima modifica: 10/10/2023 17:45 da fabio.spataro