Monthly Archive: 7월 2008

linux hostid 변경하기

linux hostid 변경하기

#include <stdio.h> #include <unistd.h> int main() { long id,res; // get real (default) hostid id = gethostid(); printf(“current hostid is:...

[HPC] mpich2 와 intel 컴파일러 연동

[HPC] mpich2 와 intel 컴파일러 연동

# ./configure –prefix=/engrid/enhpc/mpich2/intel –enable-timing=runtime –enable-f77 –enable-f90 –enable-cxx –enable-romio –enable-threads=multiple –enable-mpe –with-thread-package=pthreads # make # make install # vi .mpd.conf MPD_SECRETWORD=password...