If working off-campus, you must first login via Cisco VPN. If on-campus, use a wired connection or the "eduroam" wireless network. Do not use the "ufguest" network.
-
Open a browser and go to: https://ood.rc.ufl.edu (Probably good to bookmark this site as we'll use it a lot)
-
From the Clusters menu, select "_Hipergator Shell Access"
Alternatively, these steps can be done within a JupyterLab session. A terminal process is available in the Other section of the Launcher tab, at the bottom of the list of available kernels.
-
At the Unix prompt, please type the following series of commands and hit enter after each one.
One convention we will use is to put values that need to be changed by the user within angled brackets ("<>"). Do not include the brackets with the replacement text. e.g.
mkdir <GatorLink>
becomesmkdir albert
for the user with the GatorLink "albert".-
Change directories to
/blue/rc-workshops
:cd /blue/rc-workshops
-
If your primary group is not "rc-workshops": Create a directory named with your GatorLink:
mkdir <GatorLink>
If your account was created for the workshop, your primary group is rc-workshops and you can skip this step as the directory already exists.
-
Return to your home directory:
cd
cd
with no options goes to your home -
Create a symbolic link to the
/blue/rc-workshops
directory:ln -s /blue/rc-workshops <LinkName>
For<LinkName>
, we recommend usingblue_rc-workshops
.
-
-
Type
exit
and hit enter to leave the shell.
If working off-campus, you must first login via Cisco VPN. If on-campus, use a wired connection or the "eduroam" wireless network. Do not use the "ufguest" network.
-
Open a browser and go to: https://ood.rc.ufl.edu (Probably good to bookmark this site as we'll use it a lot)
-
From the Interactive Apps menu, select "Jupyter Notebook"
-
Enter the values below in the indicated fields on the form, other values can generally be left alone:
- Ensure that the JupyterLab checkbox is checked – otherwise, an older, less feature rich environment is run
- Maximum memory requested for this job in Gigabytes: 5
Note: Larger dataset may need more memory.
- SLURM Account: rc-workshops
- QoS: rc-workshops
- Cluster partition: gpu
- Generic Resource Request: gpu:1
-
After filling out the form, click the launch button near the bottom of the page.
Clicking Launch submits the job to the SLURM Scheduler, requesting the resources you have asked for. The scheduler will now look for a place to run your job, or sometimes gives an error message. A common error is asking for too many resources (more than your group has access to).
-
While your job is in the queue, you will see the message "Please be patient as your job currently sits in queue. The wait time depends on the number of cores as well as time requested." Once it is Running, click Connect to Jupyter
-
JupyterLab will then launch in a new tab