Quickstart
How to connect to Oscar and submit your first batch job
Last updated
Was this helpful?
How to connect to Oscar and submit your first batch job
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.edu and log in using your Brown credentials. For more details, see the Open OnDemand documentation.
Alternatively, you can connect to OSCAR via SSH (Terminal):
ssh <username>@ssh.ccv.brown.eduWindows users need an SSH client like PuTTY installed. SSH is available by default on Linux and macOS. For more details, see the SSH connection guide.
You can submit a job using sbatch:
sbatch batch_scripts/hello.shYou can confirm that your job ran successfully by running:
cat hello-*.outFor more detailed information on submitting jobs, see the Submitting Jobs guide.
To get specific files on to / off of Oscar, read through the Transferring Files to and from Oscar guide.
If you encounter problems while using Oscar, check out the Getting Help guide, or read through the Overview page.
Last updated
Was this helpful?
Was this helpful?