In order to submit HPC jobs, you’ll need to login to the head node. That can be done either via either a graphical session or a command line/SSH client (Note that you have to be on campus or on the Bucknell VPN, if off campus, to use these instructions.). After you login, you can begin submitting jobs via the Slurm Workload Manager. Note that you should not run compute jobs on the head node itself; you should submit those jobs to a compute node.
Graphical Login
In a web browser, go to https://bisonnet-hpc.bucknell.edu and login using your usual Bucknell username and password. Once logged in, you can start a graphical session by selecting the + sign, selecting MATE and then Launch. Once logged in, you’ll need to open a terminal (command line) window by selecting Applications -> System Tools -> MATE Terminal.
Command line/SSH Login
Windows
Windows users can install Xmanager Power Suite on either their Bucknell owned computers or their personal computers. Xmanager Power Suite includes the Xshell program that can be used to SSH to the cluster. Once installed, launch Xshell and ssh to bisonnet-hpc.bucknell.edu
.
Mac
Mac users can use the Terminal application to SSH to the head node. Launch the Terminal application and type:
ssh bucknellusername@bisonnet-hpc.bucknell.edu
Linux
Linux users can use the Terminal application to SSH to the head node. Launch the Terminal application and type:
ssh bucknellusername@bisonnet-hpc.bucknell.edu