User Tools

Site Tools


usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
usage [2025/10/24 06:55] pillaiusage [2026/02/17 14:46] (current) pillai
Line 1: Line 1:
 +**<color red>Note - </color>** VPN is necessary for off campus access.
 +
 **__<color blue>Connect to Perun</color>__** **__<color blue>Connect to Perun</color>__**
  
Line 7: Line 9:
 X2go/XPRA access would be faster than X11 X2go/XPRA access would be faster than X11
 tunneling over secure shell connection when graphical user interfaces for Matlab or Maple, Plots using R etc are used from outside the University. tunneling over secure shell connection when graphical user interfaces for Matlab or Maple, Plots using R etc are used from outside the University.
-Please see the **[[http://www.mathstat.dal.ca/cluster/index.php/Site/X2go|X2go setup]]** before using X2go.+Please see the **[[https://www.mathstat.dal.ca/cluster/doku.php?id=x2go|X2go setup]]** before using X2go.
 **<color darkred> Cluster-nx.mathstat.dal.ca </color>** should be replaced by **<color darkred> perun.biochem.dal.ca</color>**.  **<color darkred> Cluster-nx.mathstat.dal.ca </color>** should be replaced by **<color darkred> perun.biochem.dal.ca</color>**. 
  
 **__<color blue>Use interactive queue</color>__** **__<color blue>Use interactive queue</color>__**
  
-Please type ''<color darkred>qrsh</color>'' to get an ssh session to the least loaded compute nodeIf you would like to get an interactive session with one of the specific queues, please type \\ +Interactive queues are retired. Please use perun.biochem.dal.ca for all interactive tasks.
-\\ +
-''<color darkred>qrsh -q <queue name></color>''+
  
 **__<color blue>Use batch queue</color>__** **__<color blue>Use batch queue</color>__**
Line 33: Line 33:
 #!/bin/bash  #!/bin/bash 
 #$ -S /bin/bash  #$ -S /bin/bash 
-. /etc/bash.bashrc +. /etc/profile 
 #$ -o job_output  #$ -o job_output 
 #$ -M <your email address>  #$ -M <your email address> 
Line 47: Line 47:
 #!/bin/bash  #!/bin/bash 
 #$ -S /bin/bash  #$ -S /bin/bash 
-. /etc/bash.bashrc +. /etc/profile 
 #$ -o job_output  #$ -o job_output 
 #$ -M <your email address>  #$ -M <your email address> 
Line 62: Line 62:
 #!/bin/bash  #!/bin/bash 
 #$ -S /bin/bash  #$ -S /bin/bash 
-. /etc/bash.bashrc +. /etc/profile 
 #$ -o job_output  #$ -o job_output 
 #$ -M <your email address>  #$ -M <your email address> 
Line 77: Line 77:
 #!/bin/bash  #!/bin/bash 
 #$ -S /bin/bash  #$ -S /bin/bash 
-. /etc/bash.bashrc +. /etc/profile 
 #$ -o job_output  #$ -o job_output 
 #$ -M <your email address>  #$ -M <your email address> 
usage.1761299732.txt.gz · Last modified: by pillai