5 lines
171 B
Bash
Executable file
5 lines
171 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export NUM_THREADS_PER_CORE=$(./cpus processors_per_core)
|
|
export NUM_THREADS=$(./cpus decompress_seq "$(./cpus compute_vm $NUM_PROCESSORS)" | wc -w)
|
|
|