1. Get Duo
You must use Duo authentication to log on to the Armis2 OnDemand web service. Get more details on the Safe Computing Two-Factor page and enroll here.
2. Get a Armis2 user login
You must establish a user login on Armis2 by filling out this form.
3. Connect to Armis2 OnDemand
You must be on campus or on the VPN to connect to Armis2 OnDemand. If you are trying to log in from off campus or using an unauthenticated wireless network such as MGuest, you should install VPN software on your computer.
Once you are on the University network, follow these instructions to connect:
- Open your web browser (Firefox, Edge, or Chrome in incognito recommended) and navigate to:
armis2.arc-ts.umich.edu - Log into cosign using your uniqname and password:
- Complete Duo authentication:
- You should now be logged in.
If you receive a “Bad Request: Your browser sent a request that this server could not understand. Size of request header field exceeds server limit.” error, please clear your browser’s cookies and try to access Great Lakes OnDemand again.
This error can occur when the request header sent by the browser becomes too large. This is typically caused by accumulated cookies and cached data for a specific site; in some cases, corrupted cookies can also contribute to the problem.
4. Get files
At the top of the page, click “Files” and then “Home Directory”. A new tab will be created that contains the File Explorer:
Here you can navigate your home folder. The buttons do the following:
- “Go To…”: Navigate to a specified folder
- “Open in Terminal”: Opens the active folder in a terminal session (new tab)
- “New File”: Creates a new file in the active folder
- “New Dir”: Creates a new folder in the active folder
- “Upload”: Select files from your local machine to upload to the active folder
- “Show Dotfiles”: Reveals hidden files (usually do not need to be changed)
- “Show Owner/Mode”: Shows ownership and permission information
- “View”: Shows file contents inside the current tab
- “Edit”: Opens a file editor in a new tab
- “Rename/Move”: Gives a file a new path and/or name
- “Download”: Downloads the file or folder to your local machine
- “Copy”: Copies selected files to the clipboard
- “Paste”: Pastes files from the clipboard
- “(Un)Select All”: Select or unselect all files/folders
- “Delete”: Deletes selected files/folders
5. Submit a job
At the top of the home page, click “Jobs” and then “Job Composer”. A new tab will be created that contains the Job Composer:
Upon your first visit to this page, you’ll go through a helpful tutorial. The buttons do the following:
- “New Job”: Creates a new job…
- “From Default Template”: Uses system defaults for a bare bones “Hello World” job on the Armis2 cluster. Please note that you will still need to specify your account.
- “From Specified Path”: Creates a job from a specified job script. See the Slurm User Guide for Armis2 for information on writing this script. Some attributes (name, account) can be set here if not set in the script.
- “From Selected Job”: Creates a new job that is a copy of the selected job.
- “Edit Files”: Opens a the project folder in a new File Explorer tab, allowing you to edit the files within (see “Get Files” above for File Explorer instructions).
- “Job Options”: Allows for editing the Name, Cluster, Job Script, and Account fields.
- “Open Terminal”: Opens a terminal session in a new tab, starting in the project folder.
- “Submit”: Submits the selected job to the cluster.
- “Stop”: Stops the selected job if it has been submitted.
- “Delete”: Delete the selected job.
To view active job information, click “Jobs” and then “Active Jobs” from the home page.
This is a simple guide to get your jobs up and running. For more advanced Slurm features and job scripting information, see the Slurm User Guide for Armis2. If you are familiar with using the resource manager Torque, you may find the migrating from Torque to Slurm guide useful.
Interactive Apps
At the top of the home page, click “Interactive Apps” and then select your desired application.
Armis2 Remote Desktop
Launches an interactive desktop in a new tab. You can select a basic (single node), MPI (multiple node), or advanced (custom number of tasks per node) desktop. Specify your account (usually your PI’s uniqname), hours, memory, cores, nodes (for MPI), partition (standard, gpu, largemem), and software licenses:
Upon selecting “Launch”, your job will be queued on one of your nodes and shown on the “My Interactive Sessions” screen. As soon as the job’s status is “Running”, you can change remote desktop settings. For slower internet connections, you can try a higher compression and lower image quality using the sliders. Conversely, if you have a fast connection you can lower compression and raise image quality. You can also directly access your node’s terminal by clicking on the hostname (blue button). Once you’re ready to use the desktop, click on “Launch Basic/MPI/Advanced Desktop”:
A remote desktop session will then be opened in a new tab for the requested amount of time. If you finish early, return to the “My Interactive Sessions” tab and delete the job.
MATLAB
Launches an interactive desktop with MATLAB configured and running in a new tab. Specify your desired version, account, hours, partition (standard, gpu, largemem), and memory (4GB minimum):
Upon selecting “Launch”, your job will be queued on one of your nodes and shown on the “My Interactive Sessions” screen. As soon as the job’s status is “Running”, you can change remote desktop settings. For slower internet connections, you can try a higher compression and lower image quality using the sliders. Conversely, if you have a fast connection you can lower compression and raise image quality. You can also directly access your node’s terminal by clicking on the hostname (blue button). Once you’re ready to use the application, click on “Launch MATLAB”:
A remote desktop session running MATLAB will then be opened in a new tab for the requested amount of time. You may also use the terminal and other basic applications. If you finish early, return to the “My Interactive Sessions” tab and delete the job.
RStudio
Launches an interactive desktop with RStudio configured and running in a new tab. Specify your desired version, account, hours, cores, partition (standard, gpu, largemem), and memory (2GB minimum):
Upon selecting “Launch”, your job will be queued on one of your nodes and shown on the “My Interactive Sessions” screen. As soon as the job’s status is “Running”, you can change remote desktop settings. For slower internet connections, you can try a higher compression and lower image quality using the sliders. Conversely, if you have a fast connection you can lower compression and raise image quality. You can also directly access your node’s terminal by clicking on the hostname (blue button). Once you’re ready to use the application, click on “Launch RStudio”:
A remote desktop session running RStudio will then be opened in a new tab for the requested amount of time. You may also use the terminal and other basic applications. If you finish early, return to the “My Interactive Sessions” tab and delete the job.
Jupyter Notebook/JupyterLab
Jupyter Notebook or JupyterLab
Launches a Jupyter Notebook or JupyterLab in a new tab. Specify your desired Anaconda Python version, account, hours, partition (standard, gpu, largemem), cores, memory, and module commands:
Upon selecting “Launch”, your job will be queued on one of your nodes and shown on the “My Interactive Sessions” screen. As soon as the job’s status is “Running”, you can click on “Connect to Jupyter”:
For instructions on using Jupyter Notebook, see the official documentation.