Create a job (returns upload URL)
create_jobStep 1 of the two-step path for big decks: validates the spec, reserves a job id, returns a presigned upload_url. PUT the deck as a .tar.gz (<= 2 GB, relative paths, input at input) to upload_url, then call start_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | GPU class; call account for the currently offered classes and hourly rates. Default any = cheapest available | |
| input | Yes | Relative path of the LAMMPS (or runner) input script inside the deck, e.g. in.lmp | |
| label | No | Free text <= 120 chars shown in job lists | |
| launch | No | Launch template; omit for the default KOKKOS/CUDA LAMMPS command line | |
| runner | No | Runner flavour: lammps (default) or openmm (beta) | |
| estimate_s | No | Your runtime guess in seconds; only used for the balance pre-check (min 900 s at the rate) | |
| wall_limit_s | No | Hard cap in seconds (default 14400, max 86400); the job fails at the cap and is billed to it |