Skip to content

Instantly share code, notes, and snippets.

@natefoo
Created November 17, 2022 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natefoo/28ea47e52cbb5e30f7a683610ec79168 to your computer and use it in GitHub Desktop.
Save natefoo/28ea47e52cbb5e30f7a683610ec79168 to your computer and use it in GitHub Desktop.
TPV Testing
global:
default_inherits: default
tools:
default:
cores: 1
mem: cores * 3.9
env: {}
context:
partition: normal
params:
native_specification: "--nodes=1 --ntasks={cores} --ntasks-per-node={cores} --mem={round(mem*1024)} --partition={partition}"
submit_native_specification: "--nodes=1 --ntasks={cores} --ntasks-per-node={cores} --partition={partition}"
scheduling:
accept:
- general
reject:
- offline
rules: []
tools:
vsnp_build_tables:
cores: 20
mem: 8
#context:
# partition: small
# partition: "{'small' if mem < 190 else 'nvdimm'}"
scheduling:
require:
- frontera
destinations:
slurm:
cores: 24
mem: 117
context:
partition: normal
scheduling:
accept:
- general
- slurm
reject:
- frontera
frontera:
cores: 112
mem: 2048
context:
partition: "{'small' if mem < 190 else 'nvdimm'}"
#partition: small
scheduling:
accept:
- frontera
- pulsar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment