Compare commits

..

13 Commits

Author SHA1 Message Date
0071638701 Remove gcc from tampi *buildInputs 2025-08-05 19:36:02 +02:00
a57e16854d Fix strictDeps ovni 2025-08-05 19:36:02 +02:00
0e094a4de2 Fix strictDeps osu 2025-08-05 19:36:02 +02:00
f7773ab344 Fix strictDeps mercurium 2025-08-05 19:36:02 +02:00
15526b4c98 Fix strictDeps tampi 2025-08-05 19:36:02 +02:00
d87548dc35 Fix strictDeps sonar 2025-08-05 19:36:02 +02:00
1fee034d1c Fix strictDeps nanos6 2025-08-05 19:36:02 +02:00
92df819edb Fix strictDeps paraver 2025-08-05 19:36:02 +02:00
6f169f4f5f Fix strictDeps ompss2 2025-08-05 19:36:02 +02:00
194dd24705 Fix strictDeps intel 2023 2025-08-05 19:36:02 +02:00
f4f034c46f Fix strictDeps bench6 2025-08-05 19:36:02 +02:00
7dd80ef936 Fix strictDeps bigotes 2025-08-05 19:36:02 +02:00
2c8d7ed855 Build nOS-V with PAPI support
To support the new instrumentation for HWC it would be useful to already
build nOS-V with PAPI support enabled. The enablePapi switch allows it
to be disabled with `nosv.override { enablePapi = false; }`.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2025-08-01 13:12:48 +02:00

View File

@ -6,6 +6,8 @@
, pkg-config , pkg-config
, numactl , numactl
, hwloc , hwloc
, papi
, enablePapi ? true
, cacheline ? 64 # bits , cacheline ? 64 # bits
, ovni ? null , ovni ? null
, useGit ? false , useGit ? false
@ -56,5 +58,5 @@ in
numactl numactl
hwloc hwloc
ovni ovni
]; ] ++ lib.optionals enablePapi [ papi ];
} }