SSH tunnelling: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
Line 93: Line 93:
#SBATCH --time 3:00:00
#SBATCH --time 3:00:00


ssh -nia-gw -p 2222 -L 9999:licenseserver.institution.ca:9999 -N -f
ssh nia-gw -L 9999:licenseserver.institution.ca:9999 -N -f
export MLM_LICENSE_FILE=9999@localhost
export MLM_LICENSE_FILE=9999@localhost


Line 99: Line 99:
mpirun thesoftware .....  
mpirun thesoftware .....  
</source>
</source>


= Contacting a visualization, Jupyterhub or other server running on compute node using SSH tunneling from the outside=
= Contacting a visualization, Jupyterhub or other server running on compute node using SSH tunneling from the outside=
cc_staff
150

edits

Navigation menu