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:36]
fabio.spataro
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 100: Linea 102:
  
 <code> <code>
-srun --partition=vrt --qos=vrt --time=0-00:30:00 --x11 --pty xeyes+srun 
 +    --job-name=xeyes \ 
 +    --partition=vrt 
 +    --qos=vrt 
 +    --time=0-00:30:00 
 +    --x11 
 +    --pty 
 +    xeyes
 </code> </code>
  
-Start ''MATLAB'':+Start ''(X-Window) CRYstalline Structures and DENsities'' ([[calcoloscientifico:userguide:xcrysden|XCrySDen]]):
  
 <code> <code>
-(module load matlab && srun --nodes=1 --ntasks-per-node=1 --cpus-per-task=4 --mem=16G --partition=cpu --qos=cpu --time=0-00:30:00 --x11 --pty matlab)+srun 
 +    --job-name=xcrysden \ 
 +    --nodes=1 
 +    --ntasks-per-node=1 
 +    --cpus-per-task=4 
 +    --mem=10G \ 
 +    --partition=cpu 
 +    --qos=cpu 
 +    --time=0-01:00:00 
 +    --x11 
 +    --pty 
 +    bash -c 'module load apptainer xcrysden && xcrysden'
 </code> </code>
  
calcoloscientifico/userguide/gui.1696952205.txt.gz · Ultima modifica: 10/10/2023 17:36 da fabio.spataro