검색결과 리스트
글
make -j 옵션 (cpu를 동시에 사용)
컴퓨터
2014. 9. 5. 15:52
# Build using maximum number of physical cores
n=`cat /proc/cpuinfo | grep "cpu cores" | uniq | awk '{print $NF}'`
make -j $n
참조:
http://particlephysicsandcode.com/2012/11/04/installing-open-mpi-1-6-3-ubuntu-12-04-fedora/
'컴퓨터' 카테고리의 다른 글
보안 메신저 앱? (0) | 2014.10.19 |
---|---|
키를 지정된 상태에서 사용하기에 부적합합니다 (0) | 2014.10.15 |
자바, 미안하다! 파이썬 한국어 NLP (0) | 2014.09.03 |
ImportError: No module named pkg_resources 에러 발생시 (0) | 2014.09.02 |
Vim 설정 (0) | 2014.08.29 |