ølaksdøalkds
This commit is contained in:
parent
93bfd533bf
commit
b27ef07caa
|
@ -2,18 +2,18 @@
|
|||
|
||||
#["host.name"]
|
||||
# https://search.nixos.org/options?query=nix.buildMachine
|
||||
#buildMachine.systems
|
||||
#buildMachine.maxJobs
|
||||
#buildMachine.speedFactor
|
||||
#buildMachine.supportedFeatures
|
||||
#buildMachine.mandatoryFeatures
|
||||
#ssh.listenUser
|
||||
#ssh.listenPort
|
||||
#ssh.listenPublicKey # cat /etc/ssh/ssh_host_ed25519_key.pub || ssh-keyscan {{fqdn}}
|
||||
#ssh.userPublicKey # sudo ssh-keygen -t ed25519 && sudo cat /root/.ssh/id_ed25519.pub
|
||||
#ssh.protocol
|
||||
#ssh.proxyJump
|
||||
#ssh.userPrivateKey # IdentityFile to use
|
||||
# buildMachine.systems
|
||||
# buildMachine.maxJobs
|
||||
# buildMachine.speedFactor
|
||||
# buildMachine.supportedFeatures
|
||||
# buildMachine.mandatoryFeatures
|
||||
# buildMachine.protocol
|
||||
# ssh.listenUser
|
||||
# ssh.listenPort
|
||||
# ssh.listenPublicKey # cat /etc/ssh/ssh_host_ed25519_key.pub || ssh-keyscan {{fqdn}}
|
||||
# ssh.userPublicKey # sudo ssh-keygen -t ed25519 && sudo cat /root/.ssh/id_ed25519.pub
|
||||
# ssh.proxyJump # optional hostname
|
||||
# ssh.userPrivateKey # optional IdentityFile to use
|
||||
|
||||
# buildMachine.supportedFeatures:
|
||||
# - "kvm" - has hypervisor
|
||||
|
@ -22,15 +22,15 @@
|
|||
# - "big-parallel" - is beefy, for stuff like llvm
|
||||
|
||||
[__default__]
|
||||
buildMachine.systems = ["x86_64-linux"]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux"]
|
||||
buildMachine.maxJobs = 0 # not a builder
|
||||
buildMachine.speedFactor = 1
|
||||
buildMachine.supportedFeatures = []
|
||||
buildMachine.mandatoryFeatures = []
|
||||
buildMachine.protocol = "ssh" # "ssh-ng"
|
||||
ssh.listenUser = "pbsds" # TODO: change
|
||||
# ssh.listenUser = "nixbld-remote"
|
||||
ssh.listenPort = 22
|
||||
ssh.protocol = "ssh" # "ssh-ng"
|
||||
|
||||
# in general:
|
||||
# headless: one job per 4 threads and 8GB RAM
|
||||
|
@ -58,13 +58,13 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkcZ3cUAKk8uUvZPsX7P
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["noximilien.pbsds.net"]
|
||||
#buildMachine.maxJobs = 1 # 8 threads 8GB
|
||||
# buildMachine.maxJobs = 1 # 8 threads 8GB
|
||||
buildMachine.speedFactor = 1 # i7-3770S
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ3QhTGS03Sqm6OeCEz5AIGqJnBttKaBqMgNXp3Md7t4"
|
||||
ssh.userPublicKey = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7fYndgIXJM+tLSfkbprWc8ClOI58wlaZCg6I+wMYINeOwxLU24BmIyQAhNeqhHYBdXiyIAl5KN3+YajN1nx6zq2XPXLut31Xtf+0yMdRMX4rXgqOnsBeG4eTfNsPx+v7VNANth8dIADpk59Y9ioWB6JI6NF0wfkqrCSTpt2q9gpTA35MBe41hlaxqxYGq+PlfZyJbN4TJCORZROkjw1P6K+EoYUHTHmduMZSAnpzx5bTHL2r1VK1jLRL4q2O1LP9G7eVYUsZKxKznJqtAeoOGBL4OX2JeIXT51/pXTW0NNyVPELD6aUUZjK8aVK2JDXupXegYO8cHqwLaz7rZj3G8evGamSlGvAYR4Gwvvp4Du8ZRZVM3Gt1allhPMTLnm/gy9Lta35D8SHH0IUKWD3buo5HZliZgSMAvoSrT03vpuGILLoWEkTjpPT0qKIlBd/qlACBzKC9Wwmda5WWgMsfe0zP4zNLVdves5nkMrbY91TYSFM0FuDCaRsK5Mrhx7i0= root@noximilien"
|
||||
|
||||
["sopp.pbsds.net"] # gtx 1080
|
||||
#buildMachine.maxJobs = 2 # 8 threads 32GB
|
||||
# buildMachine.maxJobs = 2 # 8 threads 32GB
|
||||
buildMachine.speedFactor = 2 # i7-4790K
|
||||
buildMachine.supportedFeatures = ["kvm", "nixos-test", "cuda"]
|
||||
ssh.listenPort = 26
|
||||
|
@ -72,7 +72,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDYB9H1pHB1vTBiGhO/GC
|
|||
ssh.userPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL6eTQkxO/1XflHpGf3478+Z7HFYYaf1d4M6mvSK2nAU root@sopp"
|
||||
|
||||
["nord.pbsds.net"] # rx 580
|
||||
#buildMachine.maxJobs = 1 # 4 threads 32GB
|
||||
# buildMachine.maxJobs = 1 # 4 threads 32GB
|
||||
buildMachine.speedFactor = 1 # i5-2500
|
||||
buildMachine.supportedFeatures = ["kvm", "nixos-test"]
|
||||
ssh.listenPort = 24
|
||||
|
@ -80,7 +80,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIBSdIUtUfAxnVbPDmDDF
|
|||
ssh.userPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnS1TmV9q7n+s7+RouuB6vQllnhqNCE1RqPmTMJ2/29 root@nord"
|
||||
|
||||
["rocm.pbsds.net"] # gtx 3070 laptop edition
|
||||
#buildMachine.maxJobs = 1 # 16 threads 32GB
|
||||
# buildMachine.maxJobs = 1 # 16 threads 32GB
|
||||
buildMachine.speedFactor = 5 # i7-11800H
|
||||
ssh.listenUser = "pbsds"
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGDuWdqEQ5mmVjuKi6f/Q2PFxuqB3URpgTHid06Vw7we"
|
||||
|
@ -89,6 +89,8 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGDuWdqEQ5mmVjuKi6f/Q
|
|||
ssh.userPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF4v1+FbiEa6Mohpf3/Una5ahKeKSG9yZ9iU5TC7ddL5 root@bjarte"
|
||||
|
||||
["brumlebasse.pbsds.net"]
|
||||
# buildMachine.maxJobs = 1 # 2 threads 2GB
|
||||
buildMachine.speedFactor = 5 # EPYC 7742
|
||||
ssh.listenUser = "root"
|
||||
ssh.listenPort = 2222
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILD7+tE6rm742fz+nqa3+zlglMuzCzOQlc0OSJssvgVL"
|
||||
|
@ -135,17 +137,17 @@ ssh.listenUser = "pederbs"
|
|||
ssh.listenPublicKey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEq0yasKP0mH6PI6ypmuzPzMnbHELo9k+YB5yW534aKudKZS65YsHJKQ9vapOtmegrn5MQbCCgrshf+/XwZcjbM="
|
||||
|
||||
|
||||
#["heid.idi.ntnu.no"]
|
||||
#buildMachine.maxJobs = 24 # 96 threads 1.4TB
|
||||
#buildMachine.supportedFeatures = [ "big-parallel" ];
|
||||
#ssh.listenUser = "pederbs"
|
||||
#ssh.listenPublicKey = "TODO"
|
||||
#ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
# ["heid.idi.ntnu.no"]
|
||||
# buildMachine.maxJobs = 24 # 96 threads 1.4TB
|
||||
# buildMachine.supportedFeatures = [ "big-parallel" ];
|
||||
# ssh.listenUser = "pederbs"
|
||||
# ssh.listenPublicKey = "TODO"
|
||||
# ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
#["bob.pvv.ntnu.no"]
|
||||
#buildMachine.maxJobs = 10 # 40 threads
|
||||
#ssh.listenUser = "pederbs"
|
||||
#ssh.listenPublicKey = "TODO"
|
||||
# ["bob.pvv.ntnu.no"]
|
||||
# buildMachine.maxJobs = 10 # 40 threads
|
||||
# ssh.listenUser = "pederbs"
|
||||
# ssh.listenPublicKey = "TODO"
|
||||
|
||||
["darwin-build-box.nix-community.org"] # https://nix-community.org/community-builder/
|
||||
buildMachine.systems = [ "aarch64-darwin", "x86_64-darwin" ] # macOS 14.6.1
|
||||
|
@ -155,17 +157,25 @@ ssh.listenUser = "pbsds"
|
|||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099"
|
||||
ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
|
||||
|
||||
#["aarch64.nixos.community"] # https://github.com/NixOS/aarch64-build-box
|
||||
#buildMachine.systems = [ "aarch64-linux" ]
|
||||
# ["aarch64.nixos.community"] # https://github.com/NixOS/aarch64-build-box
|
||||
# buildMachine.systems = [ "aarch64-linux" ]
|
||||
# buildMachine.maxJobs = 1 # 64 threads?
|
||||
#buildMachine.supportedFeatures = [ "big-parallel" ]
|
||||
#ssh.listenUser = "TODO"
|
||||
#ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds"
|
||||
#ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
|
||||
# buildMachine.supportedFeatures = [ "big-parallel" ]
|
||||
# ssh.listenUser = "TODO"
|
||||
# ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds"
|
||||
# ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
|
||||
|
||||
# ["eu.nixbuild.net"]
|
||||
# https://docs.nixbuild.net/getting-started/index.html
|
||||
# #buildMachine.systems = [ "x86_64-linux" "i686-linux" "aarch64-linux" "armv7l-linux" ]; # TODO: https://docs.nixbuild.net/arm-builds/index.html
|
||||
# buildMachine.maxJobs = 100;
|
||||
# buildMachine.supportedFeatures = [ "big-parallel" ];
|
||||
# ssh.listenUser = "pbsds"
|
||||
# ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIQCZc54poJ8vqawd8TraNryQeJnvH1eLpIDgbiqymM";
|
||||
# ssh.userPrivateKey = "/run/secrets/nixbuild-dot-net-ssh-key"
|
||||
|
||||
["clab01.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -173,7 +183,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJfJV5Ov3D0qErVnbQZ3o
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab02.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -181,7 +191,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHNhQPotOGWZdFeW4B3eD
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab03.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -189,7 +199,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH5srnYPuULchLvlCOlWO
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab04.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -197,7 +207,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICgMxLYYiYb/6IAH6nyc9
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab05.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -205,7 +215,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHw4h4dH689bLYWjrhhsv
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab06.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -213,7 +223,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDVZ394P3124lSxkzVodF
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab07.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -221,7 +231,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILKQfcOmWC73bmE2mlWEc
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab08.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -229,7 +239,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKlyZq3uTBCgkvPgs6nWR
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab09.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -237,7 +247,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAj4eXT/k7iiUYx+CXq5S
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab10.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -245,7 +255,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG5xEUkiwXWaUCA+QfMDq
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab11.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -253,7 +263,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFlKZhdQBrjafzzwdRR3a
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab12.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -261,7 +271,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDEr2zGzev8JffE67Hkb3
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab13.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -269,7 +279,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZgIhgpMCdegJaW6Huad
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab14.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -277,7 +287,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3pAYx5rtbaUCf4xsiy+
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab15.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -285,7 +295,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7XwwhLJGwK+a7zShr2O
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab16.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -293,7 +303,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJKAaMXBAYsDd2QQOAQhX
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab20.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -301,7 +311,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEGBbcKU5uDTgaQoREjaN
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab22.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -309,7 +319,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMHlaYq184VDBoEOtaIIu
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab23.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -317,7 +327,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsIRgqoFF900olTCy6DS
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab24.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -325,7 +335,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICqh/Sp13OcUnZ8gVgiyl
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab25.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
@ -333,7 +343,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOdL5coXj0geu9O1cMLdY
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["clab26.idi.ntnu.no"] # gtx 4090
|
||||
#buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||
buildMachine.supportedFeatures = ["big-parallel", "cuda"]
|
||||
ssh.listenUser = "pederbs"
|
||||
|
|
Loading…
Reference in New Issue