cc_staff
150
edits
mNo edit summary |
|||
Line 55: | Line 55: | ||
for the license server LICSERVER and its specific port LICPORT. | for the license server LICSERVER and its specific port LICPORT. | ||
The gateway server on Niagara | The gateway server on Niagara will be called nia-gw, but for now, use nia-dm1 or nia-dm2. On Graham, you need | ||
to pick one of the login nodes (gra-login1, 2, ...). Let us call the | to pick one of the login nodes (gra-login1, 2, ...). Let us call the | ||
gateway node GATEWAY. You also need to choose the port number on the | gateway node GATEWAY. You also need to choose the port number on the | ||
Line 95: | Line 95: | ||
#SBATCH --time 3:00:00 | #SBATCH --time 3:00:00 | ||
ssh nia- | ssh nia-dm1 -L 9999:licenseserver.institution.ca:9999 -N -f | ||
export MLM_LICENSE_FILE=9999@localhost | export MLM_LICENSE_FILE=9999@localhost | ||