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 [18/05/2020 13:48]
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 40: Linea 40:
  
 === Linux (client) === === Linux (client) ===
- 
-Install an X11 Remote Desktop Protocol (RDP) client like ''xfreerdp'' which is part of the [[http://www.freerdp.com|FreeRDP]] project. 
  
 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.
  
 Activate the VPN connection. Activate the VPN connection.
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 70: Linea 72:
 </note> </note>
  
-=== Mac (client) ===+=== MacOS (client) ===
  
-Use [[https://apps.apple.com/it/app/microsoft-remote-desktop/id1295203466|Microsoft Remote Desktop for Mac]] to connect to the ''gui.hpc.unipr.it'' server.+Install the [[https://wiki.asi.unipr.it/dokuwiki/doku.php?id=guide_utente:internet:guida_vpn|FortiClient VPN]]. 
 + 
 +Install one of the following remote desktop clients 
 + 
 +  * [[https://apps.apple.com/it/app/microsoft-remote-desktop/id1295203466|Microsoft Remote Desktop for Mac]] 
 +  * [[https://www.freerdp.com|FreeRDP]] 
 + 
 +to connect to the ''gui.hpc.unipr.it'' server. 
 + 
 +==== X11 forwarding ==== 
 + 
 +Press the right button and select "Open Terminal"
 + 
 +Optionally, set the Italian keyboard layout using the X Keyboard Extension: 
 + 
 +<code> 
 +setxkbmap it 
 +</code> 
 + 
 +Enable X11 forwarding within a ''Remote Desktop'' session: 
 + 
 +<code> 
 +ssh -X localhost 
 +</code> 
 + 
 +For testing purposes start the graphical program ''xeyes'': 
 + 
 +<code> 
 +srun \ 
 +    --job-name=xeyes \ 
 +    --partition=vrt \ 
 +    --qos=vrt \ 
 +    --time=0-00:30:00 \ 
 +    --x11 \ 
 +    --pty \ 
 +    xeyes 
 +</code> 
 + 
 +Start ''(X-Window) CRYstalline Structures and DENsities'' ([[calcoloscientifico:userguide:xcrysden|XCrySDen]]): 
 + 
 +<code> 
 +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>
  
calcoloscientifico/userguide/gui.1589802511.txt.gz · Ultima modifica: 18/05/2020 13:48 da fabio.spataro