...
If you have ssh on your workstation, try the following:
> ssh cluster.uit.tufts.edu ". /etc/profile.d/lsf.sh && bsub -q queuename ./yourprogram"
where queuename is one of the above queues.
Suppose I want to copy data via scp form my bash script to the /scratch/utln storage area of the login node from a process that is running on a compute node. How do I reference it?
scp filename h01.uit.tufts.edu:/scratch/utln
Additional User contributed Cluster Documentation
...