# Invocation command line: # /spec/cpu2026-0.902.0/bin/harness/runcpu --reportable --configfile rpi-gcc --nopower --runmode rate --tune base:peak --size refrate intrate # output_root was not used for this run ############################################################################ #------------------------------------------------------------------------------ # SPEC CPU(R) 2026 config for gcc/g++/gfortran on Linux Arm #------------------------------------------------------------------------------ # #------------------------------------------------------------------------------ #--------- Label -------------------------------------------------------------- %ifndef %{label} label = rpi-gcc14 %else label = %{label} %endif #--------- Preprocessor ------------------------------------------------------- %ifndef %{build_ncpus} # EDIT to adjust number of simultaneous compiles. % define build_ncpus 5 # Or, you can set it on the command line: %endif # 'runcpu --define build_ncpus=nn' #--------- Global Settings ---------------------------------------------------- # For info, see: # https://www.spec.org/cpu2026/Docs/config.html#fieldname # Example: https://www.spec.org/cpu2026/Docs/config.html#tune default: bench_post_setup = sync command_add_redirect = 1 flagsurl000 = http://www.spec.org/cpu2026/results/flags/gcc-rev-A2.xml ignore_errors = 1 iterations = 1 line_width = 1020 log_line_width = 1020 makeflags = --jobs=%{build_ncpus} mean_anyway = 1 output_format = txt,html,cfg,pdf preenv = 1 reportable = 0 tune = base,peak #--------- How Many CPUs? ----------------------------------------------------- default: copies = 4 threads = 4 #------- Compilers ------------------------------------------------------------ default: %ifndef %{gcc_dir} % define gcc_dir "/usr" %endif preENV_LD_LIBRARY_PATH = %{gcc_dir}/lib64/:%{gcc_dir}/lib/:/lib64 #preENV_LD_LIBRARY_PATH = %{gcc_dir}/lib64/:%{gcc_dir}/lib/:/lib64:%{ENV_LD_LIBRARY_PATH} SPECLANG = %{gcc_dir}/bin/ # EDIT if needed: you may want to use a different compiler (e.g. gcc-15). CC = $(SPECLANG)gcc -std=c18 -mabi=lp64 CXX = $(SPECLANG)g++ -std=c++17 -mabi=lp64 FC = $(SPECLANG)gfortran -std=f2018 -mabi=lp64 # How to say "Show me your version, please" CC_VERSION_OPTION = --version CXX_VERSION_OPTION = --version FC_VERSION_OPTION = --version #--------- Portability -------------------------------------------------------- default: # data model applies to all benchmarks EXTRA_PORTABILITY = -DSPEC_LP64 710.omnetpp_r=peak: EXTRA_OPTIMIZE = -fno-finite-math-only 734.vpr_r,834.vpr_s=peak: EXTRA_OPTIMIZE = -fno-finite-math-only 735.gem5_r,835.gem5_s=peak: EXTRA_OPTIMIZE = -fno-finite-math-only 736.ocio_r=peak: EXTRA_OPTIMIZE = -fno-finite-math-only 737.gmsh_r=peak: EXTRA_OPTIMIZE = -fno-fast-math 748.flightdm_r=peak: EXTRA_OPTIMIZE = -fno-fast-math 753.ns3_r,853.ns3_s=peak: EXTRA_OPTIMIZE = -fno-finite-math-only 767.nest_r,867.nest_s=peak: EXTRA_OPTIMIZE = -fno-finite-math-only default: EXTRA_FFLAGS = -fallow-argument-mismatch #-------- Tuning Flags common to Base and Peak -------------------------------- # # Speed (OpenMP and Autopar allowed) # intspeed,fpspeed: fail_build = 1 # No Raspberry Pi has enough RAM to run speed cxxthreads: # EXTRA_OPTIMIZE = -pthread # https://gcc.gnu.org/onlinedocs/gcc-15.1.0/libstdc++/manual/manual/using_concurrency.html #-------- Base Tuning Flags ---------------------------------------------- # EDIT if needed -- If you run into errors, you may need to reduce the # optimization. # default=base: # flags for all base OPTIMIZE = -g -O3 -flto #-------- Peak Tuning Flags ---------------------------------------------- default=peak: OPTIMIZE = -Ofast -mcpu=native -flto #------------------------------------------------------------------------------ # Tester and System Descriptions - EDIT all sections below this point #------------------------------------------------------------------------------ # For info about any field, see # https://www.spec.org/cpu2026/Docs/config.html#fieldname # Example: https://www.spec.org/cpu2026/Docs/config.html#hw_memory #------------------------------------------------------------------------------- default: # First, keep sysinfo from munging the good info below with bogus fields that MUST be # edited: sysinfo_program = specperl $[top]/bin/sysinfo -f #--------- EDIT to match your version ----------------------------------------- intrate,fprate,intspeed,fpspeed: sw_compiler000 = C/C++/Fortran: Version 14.2.0 of GCC, the sw_compiler001 = GNU Compiler Collection (Debian 14.2.0-19) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit #--------- EDIT info about you ------------------------------------------------ # To understand the difference between hw_vendor/sponsor/tester, see: # https://www.spec.org/cpu2026/Docs/config.html#test_sponsor intrate,fprate,intspeed,fpspeed: hw_vendor = Raspberry Pi tester = Ampere Computing, Inc. test_sponsor = Ampere Computing, Inc. license_num = 6412 # prepared_by = # Ima Pseudonym # Whatever you like: is never output #--------- EDIT system availability dates ------------------------------------- intrate,fprate,intspeed,fpspeed: # Example # Brief info about field hw_avail = Jan-2025 sw_avail = Nov-2025 sw_compiler_category = Community fw_bios = Version 57db150d released Nov-2025 #--------- EDIT system information -------------------------------------------- intrate,fprate,intspeed,fpspeed: # Example # Brief info about field hw_cpu_name = Broadcom BCM2712 hw_cpu_nominal_mhz = 2400 hw_cpu_max_mhz = 2400 hw_storage = 1 x 128 GB Samsung PRO Endurance MicroSD hw_model = Raspberry Pi 5 Model B Rev 1.1 (16 GB) hw_nchips = 1 hw_ncores = 4 hw_ncpuorder = 1 board hw_nthreadspercore = 1 hw_cooling = Air # Air, CLC, DLC, or Other hw_other000 = Adafruit Raspberry Pi 5 case (ID 6307; no fan); hw_other001 = veakson Portable Desk Fan (UPC 669936718801) hw_memory = 16 GB hw_pcache = 64 KB I + 64 KB D on chip per core hw_scache = 2 MB I+D on chip per core 512 KB hw_tcache = 2 MB I+D on chip per chip hw_ocache = None sw_file = ext4 sw_os = DietPi v9.19.2 (kernel 6.12.47+rpt-rpi-2712) sw_other = None sw_state = Run level 3 (multi-user; no GUI) power_management = All settings left at default. # Without the ulimit, 722.palm_r will crash notes_os_000 = 'ulimit -s unlimited' was used to set environment stack size limit notes_plat_form_000= System powered via USB-C from Apple 45W USB-C power supply. notes_plat_form_005= HDMI display and keyboard were disconnected during the run. # The following settings were obtained by running the sysinfo_program # 'specperl $[top]/bin/sysinfo -f' (sysinfo:SHA:48a8d7b01266a01cbc82d54e6ed932a3aef19f427c374d8a35ccb8e3a4d4098a) default: notes_plat_sysinfo_000 = notes_plat_sysinfo_005 = Sysinfo program /spec/cpu2026-0.902.0/bin/sysinfo notes_plat_sysinfo_010 = Rev: 069f95da7e7f5d81b2ce48a82150e54f notes_plat_sysinfo_015 = running on ci-pi5 Sat Feb 7 14:42:23 2026 notes_plat_sysinfo_020 = notes_plat_sysinfo_025 = SUT (System Under Test) info as seen by some common utilities. notes_plat_sysinfo_030 = notes_plat_sysinfo_035 = ------------------------------------------------------------ notes_plat_sysinfo_040 = Table of contents notes_plat_sysinfo_045 = ------------------------------------------------------------ notes_plat_sysinfo_050 = 1. uname -srvm notes_plat_sysinfo_055 = 2. w notes_plat_sysinfo_060 = 3. Username notes_plat_sysinfo_065 = 4. ulimit -a notes_plat_sysinfo_070 = 5. sysinfo process ancestry notes_plat_sysinfo_075 = 6. /proc/cpuinfo notes_plat_sysinfo_080 = 7. lscpu notes_plat_sysinfo_085 = 8. numactl warning notes_plat_sysinfo_090 = 9. /proc/meminfo notes_plat_sysinfo_095 = 10. Systemd service manager version: systemd 257 (257.9-1~deb13u1) notes_plat_sysinfo_100 = 11. Services, from systemctl list-unit-files notes_plat_sysinfo_105 = 12. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_110 = 13. sysctl notes_plat_sysinfo_115 = 14. OS release notes_plat_sysinfo_120 = 15. Disk information notes_plat_sysinfo_125 = 16. dmidecode warning notes_plat_sysinfo_130 = ------------------------------------------------------------ notes_plat_sysinfo_135 = notes_plat_sysinfo_140 = ------------------------------------------------------------ notes_plat_sysinfo_145 = 1. uname -srvm notes_plat_sysinfo_150 = Linux 6.12.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64 notes_plat_sysinfo_155 = notes_plat_sysinfo_160 = ------------------------------------------------------------ notes_plat_sysinfo_165 = 2. w notes_plat_sysinfo_170 = 14:42:23 up 4 min, 0 users, load average: 0.08, 0.02, 0.01 notes_plat_sysinfo_175 = USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT notes_plat_sysinfo_180 = notes_plat_sysinfo_185 = ------------------------------------------------------------ notes_plat_sysinfo_190 = 3. Username notes_plat_sysinfo_195 = From environment variable $USER: cloyce notes_plat_sysinfo_200 = notes_plat_sysinfo_205 = ------------------------------------------------------------ notes_plat_sysinfo_210 = 4. ulimit -a notes_plat_sysinfo_215 = time(seconds) unlimited notes_plat_sysinfo_220 = file(blocks) unlimited notes_plat_sysinfo_225 = data(kbytes) unlimited notes_plat_sysinfo_230 = stack(kbytes) unlimited notes_plat_sysinfo_235 = coredump(blocks) 0 notes_plat_sysinfo_240 = memory(kbytes) unlimited notes_plat_sysinfo_245 = locked memory(kbytes) 8192 notes_plat_sysinfo_250 = process 64597 notes_plat_sysinfo_255 = nofiles 1024 notes_plat_sysinfo_260 = vmemory(kbytes) unlimited notes_plat_sysinfo_265 = locks unlimited notes_plat_sysinfo_270 = rtprio 0 notes_plat_sysinfo_275 = notes_plat_sysinfo_280 = ------------------------------------------------------------ notes_plat_sysinfo_285 = 5. sysinfo process ancestry notes_plat_sysinfo_290 = /sbin/init notes_plat_sysinfo_295 = tmux a notes_plat_sysinfo_300 = zsh notes_plat_sysinfo_305 = runcpu --reportable -c rpi-gcc intrate notes_plat_sysinfo_310 = runcpu --reportable --configfile rpi-gcc --nopower --runmode rate --tune base:peak --size refrate intrate notes_plat_sysinfo_315 = --nopreenv --note-preenv --logfile $SPEC/tmp/CPU2026.011/templogs/preenv.intrate.011.0.log --lognum 011.0 notes_plat_sysinfo_320 = --from_runcpu 2 notes_plat_sysinfo_325 = specperl $SPEC/bin/sysinfo -f notes_plat_sysinfo_330 = $SPEC = /spec/cpu2026-0.902.0 notes_plat_sysinfo_335 = notes_plat_sysinfo_340 = ------------------------------------------------------------ notes_plat_sysinfo_345 = 6. /proc/cpuinfo notes_plat_sysinfo_350 = CPU implementer : 0x41 notes_plat_sysinfo_355 = CPU architecture: 8 notes_plat_sysinfo_360 = CPU variant : 0x4 notes_plat_sysinfo_365 = CPU part : 0xd0b notes_plat_sysinfo_370 = CPU revision : 1 notes_plat_sysinfo_375 = Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc notes_plat_sysinfo_380 = dcpop asimddp notes_plat_sysinfo_385 = WARNING: the number of "processors" from /proc/cpuinfo does not seem to match the number of hardware notes_plat_sysinfo_390 = threads as reported by lscpu. Please verify counts independently. notes_plat_sysinfo_395 = notes_plat_sysinfo_400 = ------------------------------------------------------------ notes_plat_sysinfo_405 = 7. lscpu notes_plat_sysinfo_410 = notes_plat_sysinfo_415 = From lscpu from util-linux 2.41: notes_plat_sysinfo_420 = Architecture: aarch64 notes_plat_sysinfo_425 = CPU op-mode(s): 32-bit, 64-bit notes_plat_sysinfo_430 = Byte Order: Little Endian notes_plat_sysinfo_435 = CPU(s): 4 notes_plat_sysinfo_440 = On-line CPU(s) list: 0-3 notes_plat_sysinfo_445 = Vendor ID: ARM notes_plat_sysinfo_450 = Model name: Cortex-A76 notes_plat_sysinfo_455 = Model: 1 notes_plat_sysinfo_460 = Thread(s) per core: 1 notes_plat_sysinfo_465 = Core(s) per cluster: 4 notes_plat_sysinfo_470 = Socket(s): - notes_plat_sysinfo_475 = Cluster(s): 1 notes_plat_sysinfo_480 = Stepping: r4p1 notes_plat_sysinfo_485 = CPU(s) scaling MHz: 71% notes_plat_sysinfo_490 = CPU max MHz: 2400.0000 notes_plat_sysinfo_495 = CPU min MHz: 1500.0000 notes_plat_sysinfo_500 = BogoMIPS: 108.00 notes_plat_sysinfo_505 = Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp notes_plat_sysinfo_510 = cpuid asimdrdm lrcpc dcpop asimddp notes_plat_sysinfo_515 = L1d cache: 256 KiB (4 instances) notes_plat_sysinfo_520 = L1i cache: 256 KiB (4 instances) notes_plat_sysinfo_525 = L2 cache: 2 MiB (4 instances) notes_plat_sysinfo_530 = L3 cache: 2 MiB (1 instance) notes_plat_sysinfo_535 = NUMA node(s): 8 notes_plat_sysinfo_540 = NUMA node0 CPU(s): 0-3 notes_plat_sysinfo_545 = NUMA node1 CPU(s): 0-3 notes_plat_sysinfo_550 = NUMA node2 CPU(s): 0-3 notes_plat_sysinfo_555 = NUMA node3 CPU(s): 0-3 notes_plat_sysinfo_560 = NUMA node4 CPU(s): 0-3 notes_plat_sysinfo_565 = NUMA node5 CPU(s): 0-3 notes_plat_sysinfo_570 = NUMA node6 CPU(s): 0-3 notes_plat_sysinfo_575 = NUMA node7 CPU(s): 0-3 notes_plat_sysinfo_580 = Vulnerability Gather data sampling: Not affected notes_plat_sysinfo_585 = Vulnerability Indirect target selection: Not affected notes_plat_sysinfo_590 = Vulnerability Itlb multihit: Not affected notes_plat_sysinfo_595 = Vulnerability L1tf: Not affected notes_plat_sysinfo_600 = Vulnerability Mds: Not affected notes_plat_sysinfo_605 = Vulnerability Meltdown: Not affected notes_plat_sysinfo_610 = Vulnerability Mmio stale data: Not affected notes_plat_sysinfo_615 = Vulnerability Reg file data sampling: Not affected notes_plat_sysinfo_620 = Vulnerability Retbleed: Not affected notes_plat_sysinfo_625 = Vulnerability Spec rstack overflow: Not affected notes_plat_sysinfo_630 = Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl notes_plat_sysinfo_635 = Vulnerability Spectre v1: Mitigation; __user pointer sanitization notes_plat_sysinfo_640 = Vulnerability Spectre v2: Mitigation; CSV2, BHB notes_plat_sysinfo_645 = Vulnerability Srbds: Not affected notes_plat_sysinfo_650 = Vulnerability Tsa: Not affected notes_plat_sysinfo_655 = Vulnerability Tsx async abort: Not affected notes_plat_sysinfo_660 = Vulnerability Vmscape: Not affected notes_plat_sysinfo_665 = notes_plat_sysinfo_670 = From lscpu --cache: notes_plat_sysinfo_675 = NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE notes_plat_sysinfo_680 = L1d 64K 256K 4 Data 1 256 64 notes_plat_sysinfo_685 = L1i 64K 256K 4 Instruction 1 256 64 notes_plat_sysinfo_690 = L2 512K 2M 8 Unified 2 1024 64 notes_plat_sysinfo_695 = L3 2M 2M 16 Unified 3 2048 64 notes_plat_sysinfo_700 = notes_plat_sysinfo_705 = ------------------------------------------------------------ notes_plat_sysinfo_710 = 8. numactl warning notes_plat_sysinfo_715 = notes_plat_sysinfo_720 = Unable to get information from 'numactl --hardware'. Please consider installing numactl. notes_plat_sysinfo_725 = notes_plat_sysinfo_730 = ------------------------------------------------------------ notes_plat_sysinfo_735 = 9. /proc/meminfo notes_plat_sysinfo_740 = MemTotal: 16604176 kB notes_plat_sysinfo_745 = notes_plat_sysinfo_750 = 'who -r' did not return a run level notes_plat_sysinfo_755 = notes_plat_sysinfo_760 = ------------------------------------------------------------ notes_plat_sysinfo_765 = 10. Systemd service manager version: systemd 257 (257.9-1~deb13u1) notes_plat_sysinfo_770 = Default Target Status notes_plat_sysinfo_775 = graphical running notes_plat_sysinfo_780 = notes_plat_sysinfo_785 = ------------------------------------------------------------ notes_plat_sysinfo_790 = 11. Services, from systemctl list-unit-files notes_plat_sysinfo_795 = STATE UNIT FILES notes_plat_sysinfo_800 = enabled console-setup cron dietpi-kill_ssh dietpi-postboot dietpi-preboot dietpi-ramlog notes_plat_sysinfo_805 = fake-hwclock-load fake-hwclock-save getty@ keyboard-setup networking rpi-eeprom-update ssh notes_plat_sysinfo_810 = sshd-keygen systemd-pstore systemd-timesyncd notes_plat_sysinfo_815 = enabled-runtime systemd-fsck-root systemd-remount-fs notes_plat_sysinfo_820 = disabled console-getty debug-shell dietpi-cloudshell dietpi-firstboot dietpi-fs_partition_resize notes_plat_sysinfo_825 = dietpi-vpn dietpi-wifi-monitor e2scrub_reap ifupdown-wait-online rsync sysstat notes_plat_sysinfo_830 = systemd-boot-check-no-failures systemd-confext systemd-network-generator systemd-networkd notes_plat_sysinfo_835 = systemd-networkd-wait-online systemd-networkd-wait-online@ systemd-pcrlock-file-system notes_plat_sysinfo_840 = systemd-pcrlock-firmware-code systemd-pcrlock-firmware-config systemd-pcrlock-machine-id notes_plat_sysinfo_845 = systemd-pcrlock-make-policy systemd-pcrlock-secureboot-authority notes_plat_sysinfo_850 = systemd-pcrlock-secureboot-policy systemd-sysext systemd-time-wait-sync notes_plat_sysinfo_855 = systemd-udev-load-credentials wpa_supplicant wpa_supplicant-nl80211@ wpa_supplicant-wired@ notes_plat_sysinfo_860 = wpa_supplicant@ notes_plat_sysinfo_865 = indirect serial-getty@ sshd@ notes_plat_sysinfo_870 = masked apt-daily apt-daily-upgrade cryptdisks cryptdisks-early fake-hwclock getty-static hwclock notes_plat_sysinfo_875 = serial-getty@ttyAMA0 serial-getty@ttyS0 sudo systemd-logind x11-common notes_plat_sysinfo_880 = notes_plat_sysinfo_885 = ------------------------------------------------------------ notes_plat_sysinfo_890 = 12. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_895 = reboot=w notes_plat_sysinfo_900 = coherent_pool=1M notes_plat_sysinfo_905 = 8250.nr_uarts=1 notes_plat_sysinfo_910 = pci=pcie_bus_safe notes_plat_sysinfo_915 = cgroup_disable=memory notes_plat_sysinfo_920 = numa_policy=interleave notes_plat_sysinfo_925 = nvme.max_host_mem_size_mb=0 notes_plat_sysinfo_930 = bcm2708_fb.fbwidth=1920 notes_plat_sysinfo_935 = bcm2708_fb.fbheight=1080 notes_plat_sysinfo_940 = bcm2708_fb.fbdepth=16 notes_plat_sysinfo_945 = bcm2708_fb.fbswap=1 notes_plat_sysinfo_950 = numa=fake=8 notes_plat_sysinfo_955 = system_heap.max_order=0 notes_plat_sysinfo_960 = iommu_dma_numa_policy=interleave notes_plat_sysinfo_965 = smsc95xx.macaddr=88:A2:9E:03:6B:8B notes_plat_sysinfo_970 = vc_mem.mem_base=0x3fc00000 notes_plat_sysinfo_975 = vc_mem.mem_size=0x40000000 notes_plat_sysinfo_980 = root=PARTUUID=b06e45c0-02 notes_plat_sysinfo_985 = rootfstype=ext4 notes_plat_sysinfo_990 = rootwait notes_plat_sysinfo_995 = fsck.repair=yes notes_plat_sysinfo_1000= net.ifnames=0 notes_plat_sysinfo_1005= logo.nologo notes_plat_sysinfo_1010= console=ttyAMA10,115200 notes_plat_sysinfo_1015= console=tty1 notes_plat_sysinfo_1020= notes_plat_sysinfo_1025= ------------------------------------------------------------ notes_plat_sysinfo_1030= 13. sysctl notes_plat_sysinfo_1035= kernel.randomize_va_space 2 notes_plat_sysinfo_1040= vm.compaction_proactiveness 20 notes_plat_sysinfo_1045= vm.dirty_background_bytes 0 notes_plat_sysinfo_1050= vm.dirty_background_ratio 10 notes_plat_sysinfo_1055= vm.dirty_bytes 0 notes_plat_sysinfo_1060= vm.dirty_expire_centisecs 3000 notes_plat_sysinfo_1065= vm.dirty_ratio 20 notes_plat_sysinfo_1070= vm.dirty_writeback_centisecs 500 notes_plat_sysinfo_1075= vm.dirtytime_expire_seconds 43200 notes_plat_sysinfo_1080= vm.extfrag_threshold 500 notes_plat_sysinfo_1085= vm.min_unmapped_ratio 1 notes_plat_sysinfo_1090= vm.swappiness 1 notes_plat_sysinfo_1095= vm.watermark_boost_factor 15000 notes_plat_sysinfo_1100= vm.watermark_scale_factor 10 notes_plat_sysinfo_1105= vm.zone_reclaim_mode 0 notes_plat_sysinfo_1110= notes_plat_sysinfo_1115= ------------------------------------------------------------ notes_plat_sysinfo_1120= 14. OS release notes_plat_sysinfo_1125= From /etc/*-release /etc/*-version notes_plat_sysinfo_1130= os-release Debian GNU/Linux 13 (trixie) notes_plat_sysinfo_1135= notes_plat_sysinfo_1140= ------------------------------------------------------------ notes_plat_sysinfo_1145= 15. Disk information notes_plat_sysinfo_1150= SPEC is set to: /spec/cpu2026-0.902.0 notes_plat_sysinfo_1155= Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_1160= /dev/root ext4 117G 22G 91G 20% / notes_plat_sysinfo_1165= notes_plat_sysinfo_1170= ------------------------------------------------------------ notes_plat_sysinfo_1175= 16. dmidecode warning notes_plat_sysinfo_1180= Could not find dmidecode notes_plat_sysinfo_1185= notes_plat_sysinfo_1190= BIOS: (could not find information) # hw_cpu_name = Cortex-A76 # hw_memory001 = 15.835 GB fixme: If using DDR4, the format is: # hw_memory002 = 'N GB (N x N GB nRxn PC4-nnnnX-X)' # hw_nchips = number of chips enabled # hw_nthreadspercore = 1 # hw_storage = 117 GB add more disk info here # prepared_by = cloyce (is never output, only tags rawfile) # sw_file = ext4 # sw_os001 = Debian GNU/Linux 13 (trixie) # sw_os002 = 6.12.47+rpt-rpi-2712 # sw_state = software state (e.g runlevel) # End of settings added by sysinfo_program 729.abc_r: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 707.ntest_r: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1