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
- Host: GitHub
- URL: https://github.com/xzackli/how_to_submit_to_sunnyvale
- Owner: xzackli
- Created: 2023-07-06T17:50:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T18:40:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-08T05:46:19.881Z (3 months ago)
- Language: Julia
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```