An open API service indexing awesome lists of open source software.

https://github.com/xzackli/how_to_submit_to_sunnyvale


https://github.com/xzackli/how_to_submit_to_sunnyvale

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# how_to_submit_to_sunnyvale

## Step 1.

Confirm you can run
```bash
julia -t 12 --project=. my_script.jl 5 cats
```

## Step 2
Configure the .pbs file

## Step 3
```bash
qsub manual_example.pbs
```
Creep on your jobs with
```
qstat $JOBID
```
```
qstat -u bpennel
```
## Step 4: Industrialise

```bash
cd output/
julia batch_submission.jl
```