tar cvzf - dir/ | split --bytes=200MB - sda1.backup.tar.gz.
cat sda1.backup.tar.gz.* | tar xzvf -
tar cvzf - dir/ | split --bytes=200MB - sda1.backup.tar.gz.
cat sda1.backup.tar.gz.* | tar xzvf -
vim /usr/lib/systemd/system/nfs-server.service
Add to [service]
IOSchedulingPriority=1
CPUSchedulingPolicy=fifo
CPUSchedulingPriority=20
systemctl daemon-reload
systemctl restart nfs-server
strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
nvidia-smi -q -d POWER
nvidia-smi -i 0 -pl 100
nvidia-settings -a [gpu:0]/GPUFanControlState=1 -a [fan:0]/GPUTargetFanSpeed=70 -c :0
https://www.suse.com/c/recovering-lost-lvm-volume-disk/
Best to have backups of the config files in: /etc/lvm/backup
# netstat -nat | awk '{print $6}' | sort | uniq -c | sort -n
1 established)
1 Foreign
17 LISTEN
18 SYN_SENT
198 ESTABLISHED
This assumes you got NVIDIA drivers loaded (525), clinfo, opencl all working. Also NVIDIA toolkit 11 installed.
vim CMakeLists.txt and comment out
#if(UNIX AND NOT APPLE)
# set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libstdc++ -static-libgcc -pthread")
#endif()
Now we can run the benchmarks
> nvidia-smi topo -m
GPU0 CPU Affinity NUMA Affinity
GPU0 X 64-127,192-254 1
Legend:
X = Self
SYS = Connection traversing PCIe as well as the SMP interconnect between NUMA nodes (e.g., QPI/UPI)
NODE = Connection traversing PCIe as well as the interconnect between PCIe Host Bridges within a NUMA node
PHB = Connection traversing PCIe as well as a PCIe Host Bridge (typically the CPU)
PXB = Connection traversing multiple PCIe bridges (without traversing the PCIe Host Bridge)
PIX = Connection traversing at most a single PCIe bridge
NV# = Connection traversing a bonded set of # NVLinks
(dnf module install nvidia-driver:latest-dkms)
https://linuxhint.com/install-nvidia-drivers-centos/
dnf config-manager --set-enabled crb
yum install protobuf-compiler