Created
November 17, 2022 15:07
-
-
Save natefoo/28ea47e52cbb5e30f7a683610ec79168 to your computer and use it in GitHub Desktop.
TPV Testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tools: | |
vsnp_build_tables: | |
cores: 20 | |
mem: 8 | |
#context: | |
# partition: small | |
# partition: "{'small' if mem < 190 else 'nvdimm'}" | |
scheduling: | |
require: | |
- frontera |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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