Linux 8

리눅스 병렬 프로그래밍 - mpich

리눅스에서 클러스터를 이용한 병렬프로그래밍(mpich)에 대한 내용은 인터넷을 조금만 찾아보면 아주 많은 문서들을 찾아 볼 수 있다. 다시한번 정리해보는 의미에서 여기에 남긴다. ^^;; mpich 1.2.7p1이 지금 현재 최신버전으로 http://www-unix.mcs.anl.gov/mpi/mpich1/에서 다운로드하여 설치한다. 압축을 해제하고 다음의 configure,make,make install을 수행하기만 하면 된다. # ./configure --with-arch=LINUX --with-device=ch_p4 # make # make PREFIX=/usr/local/mpich-1.2.7p1 install /usr/local/mpich-1.2.7p1/share/machine.LINUX 파일에서..

설치도 필요없다, 설정도 필요없다. VMware Virtual Appliance

Virtual Appliances(가상응용쯤 해두어야 될듯) VMware Player나 VMware Server에서 바로 구동될 수 있도록 각 용도에 맞도록 미리 만들어진 이미지로 ntp서비스를 제공하고자 할 경우 새로운 서버를 도입, OS설치, ntp 서버 설치 및 설정의 과정을 거치지 않고 바로 기존 서버에 적용할 수 있도록 해준다. 그냥 기존 서버에 VMware Player를 설치하고 다운로드 한 Virtual Appliance를 실행하면 바로 ntp 서버가 되는 것이다. 간단하게 나마 appliance들을 살펴보도록 하자~ 나의 눈에 가장 먼저 띄는 것이 Human Genome Browser Appliance로 CentOS 기반 - MySQL, Apache, BioPerl, the Generic ..

Linux-Application 2006.06.26

vmware server

vmware player를 몇일간 사용하다가 vmware server도 무료라는 걸 알고서는 바로 설치해 버렸다. 우분투에서는 다음 내용만 기억한다면 무리없이 설치할 수 있다. # apt-get install build-essential # uname -r # apt-get install linux-headers-'kernel version' # tar xvzf VMware-server-1.0.0-24927.tar.gz # cd vmware-server-distrib # export CC=/usr/bin/gcc-4.0 # sudo ./vmware-install.pl 시리얼 번호 받는거 잊지말고 메일로 날라 오더군요.

Linux 2006.06.25

Out of Memory: 프로세스를 죽였다!!

8G 램을 지닌 시스템이 커널에서 out of memory 에러를 내면서 해당 프로세스를 죽여버렸다. 다음은 message의 내용이다. May 25 15:51:37 login kernel: Out of Memory: Killed process 2134 (perl). 이건 top이 뿌리고 있던 메세지인데 스왑을 더 잡았어야 하는건가?? 15:42:44 up 1:49, 4 users, load average: 2.71, 2.60, 2.07 49 processes: 48 sleeping, 1 running, 0 zombie, 0 stopped CPU states: cpu user nice system irq softirq iowait idle total 0.1% 0.0% 39.9% 0.0% 0.0% 27.7%..

computer system 2006.05.25