Add AMD uProf module and enable it in fox

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2025-06-20 15:51:46 +02:00
parent 084d556c56
commit e6e4846529
2 changed files with 52 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
imports = [
../common/base.nix
../common/xeon/console.nix
../module/amd-uprof.nix
../module/emulation.nix
../module/nvidia.nix
../module/slurm-client.nix
@@ -29,6 +30,8 @@
# Use performance for benchmarks
powerManagement.cpuFreqGovernor = "performance";
services.amd-uprof.enable = true;
# Disable NUMA balancing
boot.kernel.sysctl."kernel.numa_balancing" = 0;