100%
23.06.2025
are the top five systems on the list.
El Capitan – This HPE Cray EX255a system has 11,039,616 cores and is based on AMD 4th generation EPYC processors with 24 cores at 1.8 GHz and AMD Instinct MI300A
97%
11.08.2025
4 DATA1 31152 data1_08022025.tar.gz
Note the use of pigz
, which is a parallel version of gzip
that uses all the system cores, if possible, to do the compression and is much faster than the serial
97%
28.07.2025
multidimensional matrix to increase data locality as its size exceeds a system's cache [4].
Loop reordering
Swapping the order of two sequential loops is not an optimization in itself, but could
96%
28.07.2025
] and Nagios Plugins [4]; Checkmk developers use the Monitoring Plugins version and quickly rejected the possibility of modernizing the existing check with pull requests. The maintainers would have been burdened
96%
02.06.2025
found that the list of nodes (hosts) is specified in a file named .bWatchrc.tcl
in the root directory:
set listOfHosts {node1 node2 node3 node4 node5 node6 node7 node8}
I’m not sure what restrictions
95%
07.07.2025
” in the script as less than 4kB).
The script gathers the data and writes it to a CSV file for postprocessing, so I can find the information I want. I could send the raw data to syslog
, but that’s a very