2019. 11. 14. 11:26 나의일 관련/Linux
nmon gpu 수정 버전
nmon(http://nmon.sourceforge.net) 소스 코드 lmon16k 버전은 GPU가 4개만 출력되어 일부 수정하여 8개의 GPU 가 출력되도록 수정 하였다.
아래 코드들 출처는 http://nmon.sourceforge.net 이다.
makefile
| CFLAGS=-g -O3 -Wall LDFLAGS=-lncurses -lm -lnvidia-ml FILE=lmon_sylee.c nmon_sylee: $(FILE) gcc -o nmon_sylee $(FILE) $(CFLAGS) $(LDFLAGS) -D X86 -D RHEL7 -D NVIDIA_GPU | 
※ 마지막 줄은 tab 공백
'나의일 관련 > Linux' 카테고리의 다른 글
| QT-4.8.6 빌드 오류 해결 내용 정리 (0) | 2019.12.09 | 
|---|---|
| binutils 관련 오류 기록 (0) | 2019.12.02 | 
| medaka 와 기타 패키지 설치 기록 (0) | 2019.11.06 | 
| anydesk 간단 설치 및 설정 (0) | 2019.10.31 | 
| [Perl 오류] "all" is not exported by the List::Util module (0) | 2019.10.17 | 
 lmon_sylee.c
lmon_sylee.c