内存带宽测试:stream
Stream是一套综合性能测试工具,
Stream工具下载:wget https://asc.llnl.gov/computing_resources/purple/archive/benchmarks/memory/stream.tar
解压:tar -xvf stream.tar
执行命令:gcc -o -fopenmp -DSTREAM_ARRAY_SIZE=16000000 -DNTIME=20 -mcmodel=large stream.c -o stream.o
执行命令./stream.o > stream.txt
最终结果存在stream.txt
服务器/PC硬件性能测试(1):https://blog.csdn.net/qq_38372444/article/details/107865048