Quickstart
How to connect to Oscar and submit your first batch job
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 on Open OnDemand click here.
Alternatively, you can connect to OSCAR via SSH (Terminal):
ssh <username>@ssh.ccv.brown.edu
You can submit a job using
sbatch
:sbatch batch_scripts/hello.sh
You can confirm that your job ran successfully by running:
cat hello-*.out
For more detailed information on submitting jobs, see the Submitting Jobs section of the documentation.
To get specific files on to / off of Oscar, read through the Transferring Files to and from Oscar page of the documentation.
If you encounter problems while using Oscar, check out the Getting Help documentation, or read through the Overview page.
Last modified 4mo ago