[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
# chmod 600 .mpd.conf
# vi /opt/mpich2_install/mpd.hosts
q00:8
q01:8
q02:8
q03:8
q04:8
q05:8
– mpich2
mpdboot -r /usr/bin/rsh -n “노드수” –ncpus=8 -f /opt/mpich2_install/mpd.hosts
– mpich2
mpdtrace
mpdrun -l -n 8 hostname
mpdallexit