All pages
Powered by GitBook
1 of 1

Loading...

Quickstart

How to connect to Oscar and submit your first batch job

Connect to OSCAR

This guide assumes you have an Oscar account. To request an account see create an account.

The simplest way to connect to Oscar is via Open OnDemand (OOD). To connect to OOD, go to https://ood.ccv.brown.eduand log in using your Brown credentials. For more details on Open OnDemand click .

Alternatively, you can connect to OSCAR via SSH (Terminal):

Windows users need an SSH client like installed. SSH is available by default on Linux and macOS. Click for more details.

Submit a Job

You can submit a job using sbatch:

You can confirm that your job ran successfully by running:

For more detailed information on submitting jobs, see the section of the documentation.

Transfer Files

To get specific files on to / off of Oscar, read through the page of the documentation.

Get Help

If you encounter problems while using Oscar, check out the documentation, or read through the Overview page.

here
PuTTY
here
Submitting Jobs
Transferring Files to and from Oscar
Getting Help
ssh <username>@ssh.ccv.brown.edu
sbatch batch_scripts/hello.sh
cat hello-*.out