```rust $ cargo run --example print
SystemInfo { cpus: [], scratchpath: "/tmp", queuename: "", job_type: Interactive } ```
-pe multicore 16
```rust $ qsub -pe multicore 16 -l hvmem=25G ~/sgeexample_print.sh
SystemInfo { cpus: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ], scratchpath: "/scratch/sge/tmp/184868.1.hmem.q/mcrcache", queuename: "hmem.q", jobtype: Batch } ```
-t 97-128
```rust $ qsub -t 97-128 -l hvmem=2G ~/sgeexample_print.sh
SystemInfo { cpus: [ 15, 31 ], scratchpath: "/scratch/sge/tmp/184858.100.array.q/mcrcache", queuename: "array.q", jobtype: Array { id: 100, first: 97, last: 128, step_size: 1 } } ```