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:56] 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 12: Line 14:
 **__<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.1761299805.txt.gz · Last modified: by pillai