vine-users ML アーカイブ



[vine-users:075556] Re: mpich のインストール失敗

TAKAMI です。

土井様、アドバイスありがとうございます。
/usr/local/mpich/bin 以下に、必要としている、fortran 用コンパイラー以
外は作成されているのでインストール先は間違っていないと思います。
以下に、make のログを載せます。
ただ、長いので、二分割して送ります。

*********************** ここから (その一)***********************

Beginning make
make all-local
make[1]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' に入ります
make[2]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' に入ります
make clean && cd test && make clean
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' に入ります
make cleanlibs
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' に入ります
rm -f lib/libmpich.a lib/libpmpich.a
rm -f lib/libmpichcxx.a 
rm -f lib/libfmpich.a 
rm -f lib/libmpich.so* lib/libpmpich.so*
rm -f lib/libmpichcxx.so* 
rm -f lib/libfmpich.so* 
rm -f lib/libmpich.la* lib/libpmpich.la*
rm -f lib/libmpichcxx.la* 
rm -f lib/libfmpich.la* 
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' から出ます
for dir in src  examples - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src' に入ります
for dir in mpid mpi util nameserv binding env mpe2 pmi pm - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid' に入ります
for dir in ch3 common - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3' に入ります
for dir in channels src util ; do \
	(cd $dir && make clean ; ) ; done
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels' に入ります
for dir in sock - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[8]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock' に入ります
(cd ../../../common/sock && make clean )
make[9]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock' に入ります
for dir in poll - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[10]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll' に入ります
make[10]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll' から出ます
make[9]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock' から出ます
(cd src && make clean )
make[9]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/src' に入ります
make[9]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/src' から出ます
make[8]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock' から出ます
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels' から出ます
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/src' に入ります
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/src' から出ます
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util' に入ります
for dir in  sock - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[8]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util/sock' に入ります
make[8]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util/sock' から出ます
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common' に入ります
(cd datatype && make clean )
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype' に入ります
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi' に入ります
for dir in attr coll comm datatype errhan group init misc pt2pt rma spawn timer topo romio  - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/attr' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/attr' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/coll' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/coll' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/comm' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/comm' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/datatype' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/datatype' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/errhan' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/errhan' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/group' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/group' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/init' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/init' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/misc' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/misc' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/pt2pt' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/pt2pt' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/rma' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/rma' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/spawn' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/spawn' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/timer' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/timer' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/topo' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/topo' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/romio' に入ります
 
cleaning directory mpi-io
 
cleaning directory adio/common
 
cleaning directory mpi-io/glue/mpich2
 
cleaning directory adio/ad_testfs
 
cleaning directory adio/ad_ufs
 
cleaning directory adio/ad_nfs
 
cleaning directory test
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/romio/test' に入ります
rm -f .P* PI* *.o 
rm -f simple perf async coll_test coll_perf misc file_info excl large_array atomicity noncontig i_noncontig noncontig_coll split_coll shared_fp large_file psimple error status noncontig_coll2 fcoll_test fperf fmisc pfcoll_test 
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/romio/test' から出ます
 
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/romio' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util' に入ります
for dir in mem info msgs instrm thread dbg param osserv  - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/mem' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/mem' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/info' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/info' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/msgs' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/msgs' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/instrm' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/instrm' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/thread' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/thread' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/dbg' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/dbg' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/param' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/param' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/osserv' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util/osserv' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/util' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/nameserv' に入ります
for dir in mpd - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/nameserv/mpd' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/nameserv/mpd' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/nameserv' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/binding' に入ります
for dir in  cxx - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/binding/cxx' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/binding/cxx' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/binding' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/env' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/env' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpe2' に入ります
rm -f /home/astro1/takami/hoge/tmp_mpich/src/mpe2/lib/lib*
rm -f /home/astro1/takami/hoge/tmp_mpich/src/mpe2/lib/*.jar
rm -f /home/astro1/takami/hoge/tmp_mpich/src/mpe2/lib/*.o
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpe2' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pmi' に入ります
for dir in simple - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pmi/simple' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pmi/simple' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pmi' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pm' に入ります
for dir in mpd  - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pm/mpd' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pm/mpd' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/pm' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/examples' に入ります
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/examples' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test' に入ります
for dir in mpi mpid util basic commands ; do \
	(cd $dir && make clean ; ) ; done
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi' に入ります
for dir in util attr basic datatype coll comm errhan group info init pt2pt rma spawn topo io  cxx threads errors manual perf - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/util' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/util' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/attr' に入ります
rm -f summary.xml
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/attr' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/basic' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/basic' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/datatype' に入ります
rm -f summary.xml
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/datatype' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/coll' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/coll' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/comm' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/comm' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errhan' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errhan' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/group' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/group' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/info' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/info' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/init' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/init' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/pt2pt' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/pt2pt' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/rma' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/rma' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/spawn' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/spawn' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/topo' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/topo' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/io' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/io' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx' に入ります
for dir in util attr init info comm coll datatype io rma spawn ; do \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/util' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/util' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/attr' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/attr' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/init' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/init' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/info' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/info' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/comm' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/comm' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/coll' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/coll' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/datatype' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/datatype' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/io' に入ります
rm -f .iotest.txt.*
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/io' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/rma' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/rma' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/spawn' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx/spawn' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/cxx' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads' に入ります
(cd util && make clean )
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads/util' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads/util' から出ます
(cd pt2pt && make clean )
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads/pt2pt' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads/pt2pt' から出ます
(cd comm && make clean )
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads/comm' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads/comm' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/threads' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors' に入ります
for dir in coll comm group pt2pt rma spawn io  cxx - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ; \
	(cd $dir && make clean ; ) ; done
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/coll' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/coll' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/comm' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/comm' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/group' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/group' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/pt2pt' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/pt2pt' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/rma' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/rma' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/spawn' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/spawn' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/io' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/io' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/cxx' に入ります
(cd io && make clean )
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/cxx/io' に入ります
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/cxx/io' から出ます
(cd errhan && make clean )
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/cxx/errhan' に入ります
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/cxx/errhan' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors/cxx' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/errors' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/manual' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/manual' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/perf' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi/perf' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpi' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpid' に入ります
(cd ch3 && make clean )
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpid/ch3' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpid/ch3' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/mpid' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/util' に入ります
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/util' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/basic' に入ります
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/basic' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/commands' に入ります
rm -f err.txt out.log out.txt stdintest stdintest2 sdtiotest a.out
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test/commands' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/test' から出ます
rm -f lib/newconfig
make[2]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' から出ます
make[1]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich' から出ます
make[1]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src' に入ります
make[2]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid' に入ります
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3' に入ります
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock' に入ります
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock' に入ります
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll/sock.c
ar cr ../../../../../lib/libmpich.a sock.o
ranlib ../../../../../lib/libmpich.a
date > .libstamp0
make[7]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock' から出ます
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/src' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src -I../../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src/ch3_finalize.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src -I../../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src/ch3_init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src -I../../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src/ch3_isend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src -I../../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src/ch3_isendv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src -I../../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src/ch3_istartmsg.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src -I../../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src/ch3_istartmsgv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src -I../../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/src/ch3_progress.c
ar cr ../../../../../../lib/libmpich.a ch3_finalize.o ch3_init.o ch3_isend.o ch3_isendv.o ch3_istartmsg.o ch3_istartmsgv.o ch3_progress.o
ranlib ../../../../../../lib/libmpich.a
date > .libstamp0
make[6]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/src' から出ます
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/src' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_buffer.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_comm_spawn_multiple.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_handle_connection.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_handle_recv_pkt.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_handle_recv_req.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_handle_send_req.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_port.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_recvq.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_request.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_rma_ops.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_rma_sync.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_rndv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_eager.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/ch3u_eagersync.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_abort.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_cancel_recv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_cancel_send.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_comm_disconnect.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_comm_spawn_multiple.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_finalize.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_get_universe_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_getpname.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_iprobe.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_irecv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_irsend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_isend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_issend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_port.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_probe.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_recv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_rsend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_send.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_ssend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_startall.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_vc.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpid_rma.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpidi_isend_self.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpidi_pg.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/src/mpidi_printf.c
ar cr ../../../../lib/libmpich.a ch3u_buffer.o ch3u_comm_spawn_multiple.o ch3u_handle_connection.o ch3u_handle_recv_pkt.o ch3u_handle_recv_req.o ch3u_handle_send_req.o ch3u_port.o ch3u_recvq.o ch3u_request.o ch3u_rma_ops.o ch3u_rma_sync.o ch3u_rndv.o ch3u_eager.o ch3u_eagersync.o mpid_abort.o mpid_cancel_recv.o mpid_cancel_send.o mpid_comm_disconnect.o mpid_comm_spawn_multiple.o mpid_finalize.o mpid_get_universe_size.o mpid_getpname.o mpid_init.o mpid_iprobe.o mpid_irecv.o mpid_irsend.o mpid_isend.o mpid_issend.o mpid_port.o mpid_probe.o mpid_recv.o mpid_rsend.o mpid_send.o mpid_ssend.o mpid_startall.o mpid_vc.o mpid_rma.o mpidi_isend_self.o mpidi_pg.o mpidi_printf.o
ranlib ../../../../lib/libmpich.a
date > .libstamp0
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/src' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util' に入ります
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util/sock' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -I../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock/ch3u_init_sock.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -I../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock/ch3u_connect_sock.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -I../../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/util/sock/ch3u_getinterfaces.c
ar cr ../../../../../lib/libmpich.a ch3u_init_sock.o ch3u_connect_sock.o ch3u_getinterfaces.o
ranlib ../../../../../lib/libmpich.a
date > .libstamp0
make[5]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util/sock' から出ます
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/util' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common' に入ります
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_debug.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_segment.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_ext32_segment.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_ext32_datatype.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_dup.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpir_type_get_contig_blocks.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpir_type_flatten.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_commit.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_vector.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_contiguous.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_create_resized.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_blockindexed.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_indexed.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_struct.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_get_envelope.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_datatype_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_datatype_contents.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_get_contents.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/mpid_type_create_pairtype.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/gen_segment.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/gen_dataloop.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/gen_type_contiguous.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/gen_type_vector.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/gen_type_blockindexed.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/gen_type_indexed.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I../../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype/gen_type_struct.c
ar cr ../../../../lib/libmpich.a mpid_type_debug.o mpid_segment.o mpid_ext32_segment.o mpid_ext32_datatype.o mpid_type_dup.o mpir_type_get_contig_blocks.o mpir_type_flatten.o mpid_type_commit.o mpid_type_vector.o mpid_type_contiguous.o mpid_type_create_resized.o mpid_type_blockindexed.o mpid_type_indexed.o mpid_type_struct.o mpid_type_get_envelope.o mpid_datatype_free.o mpid_datatype_contents.o mpid_type_get_contents.o mpid_type_create_pairtype.o gen_segment.o gen_dataloop.o gen_type_contiguous.o gen_type_vector.o gen_type_blockindexed.o gen_type_indexed.o gen_type_struct.o
ranlib ../../../../lib/libmpich.a
date > .libstamp0
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid/common' から出ます
make[2]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpid' から出ます
make[2]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi' に入ります
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/attr' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/attr_delete.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/attr_get.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/attr_put.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/comm_create_keyval.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/comm_delete_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/comm_free_keyval.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/comm_get_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/comm_set_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/keyval_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/keyval_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/type_create_keyval.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/type_delete_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/type_free_keyval.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/type_get_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/type_set_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/win_create_keyval.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/win_delete_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/win_free_keyval.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/win_get_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/win_set_attr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/attrutil.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/attr/dup_fn.c
ar cr ../../../lib/libmpich.a attr_delete.o attr_get.o attr_put.o comm_create_keyval.o comm_delete_attr.o comm_free_keyval.o comm_get_attr.o comm_set_attr.o keyval_create.o keyval_free.o type_create_keyval.o type_delete_attr.o type_free_keyval.o type_get_attr.o type_set_attr.o win_create_keyval.o win_delete_attr.o win_free_keyval.o win_get_attr.o win_set_attr.o attrutil.o dup_fn.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/attr' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/coll' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/allreduce.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/barrier.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/op_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/op_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/bcast.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/alltoall.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/alltoallv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/reduce.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/scatter.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/gather.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/scatterv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/gatherv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/scan.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/exscan.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/allgather.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/allgatherv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/red_scat.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/alltoallw.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/helper_fns.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opsum.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opmax.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opmin.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opband.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opbor.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opbxor.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opland.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/oplor.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/oplxor.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opprod.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opminloc.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/coll/opmaxloc.c
ar cr ../../../lib/libmpich.a allreduce.o barrier.o op_create.o op_free.o bcast.o alltoall.o alltoallv.o reduce.o scatter.o gather.o scatterv.o gatherv.o scan.o exscan.o allgather.o allgatherv.o red_scat.o alltoallw.o helper_fns.o opsum.o opmax.o opmin.o opband.o opbor.o opbxor.o opland.o oplor.o oplxor.o opprod.o opminloc.o opmaxloc.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/coll' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/comm' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_compare.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_dup.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_get_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_group.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_rank.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_remote_group.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_remote_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_set_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_split.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/comm_test_inter.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/intercomm_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/intercomm_merge.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/comm/commutil.c
ar cr ../../../lib/libmpich.a comm_compare.o comm_create.o comm_dup.o comm_free.o comm_get_name.o comm_group.o comm_rank.o comm_size.o comm_remote_group.o comm_remote_size.o comm_set_name.o comm_split.o comm_test_inter.o intercomm_create.o intercomm_merge.o commutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/comm' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/datatype' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/address.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/get_address.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/get_count.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/get_elements.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/pack.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/unpack.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/pack_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/status_set_elements.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_get_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_set_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_extent.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_vector.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_commit.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_indexed.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_hindexed.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_struct.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_contiguous.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_hvector.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_dup.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_get_envelope.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_get_contents.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_ub.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_lb.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_get_extent.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_get_true_extent.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_match_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_create_struct.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_create_hindexed.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_create_hvector.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/pack_external.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/pack_external_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/unpack_external.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_create_indexed_block.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_create_resized.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_create_darray.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/type_create_subarray.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype/typeutil.c
ar cr ../../../lib/libmpich.a address.o get_address.o get_count.o get_elements.o pack.o unpack.o pack_size.o status_set_elements.o type_get_name.o type_set_name.o type_size.o type_extent.o type_vector.o type_commit.o type_indexed.o type_hindexed.o type_struct.o type_contiguous.o type_free.o type_hvector.o type_dup.o type_get_envelope.o type_get_contents.o type_ub.o type_lb.o type_get_extent.o type_get_true_extent.o type_match_size.o type_create_struct.o type_create_hindexed.o type_create_hvector.o pack_external.o pack_external_size.o unpack_external.o type_create_indexed_block.o type_create_resized.o type_create_darray.o type_create_subarray.o typeutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/datatype' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/errhan' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/add_error_code.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/add_error_class.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/add_error_string.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/comm_call_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/comm_create_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/comm_get_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/comm_set_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/errhandler_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/errhandler_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/errhandler_get.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/errhandler_set.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/error_class.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/error_string.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/file_create_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/file_get_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/file_set_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/file_call_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/win_create_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/win_call_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/win_get_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/win_set_errhandler.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/errutil.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/errhan/dynerrutil.c
ar cr ../../../lib/libmpich.a add_error_code.o add_error_class.o add_error_string.o comm_call_errhandler.o comm_create_errhandler.o comm_get_errhandler.o comm_set_errhandler.o errhandler_create.o errhandler_free.o errhandler_get.o errhandler_set.o error_class.o error_string.o file_create_errhandler.o file_get_errhandler.o file_set_errhandler.o file_call_errhandler.o win_create_errhandler.o win_call_errhandler.o win_get_errhandler.o win_set_errhandler.o errutil.o dynerrutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/errhan' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/group' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_compare.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_difference.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_excl.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_incl.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_intersection.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_range_excl.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_range_incl.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_rank.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_size.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_translate_ranks.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/group_union.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/group/grouputil.c
ar cr ../../../lib/libmpich.a group_compare.o group_difference.o group_excl.o group_free.o group_incl.o group_intersection.o group_range_excl.o group_range_incl.o group_rank.o group_size.o group_translate_ranks.o group_union.o grouputil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/group' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/init' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/abort.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/initialized.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/initthread.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/ismain.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/finalize.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/finalized.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/init/querythread.c
ar cr ../../../lib/libmpich.a abort.o init.o initialized.o initthread.o ismain.o finalize.o finalized.o querythread.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/init' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/misc' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/misc -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/misc/getpname.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/misc -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/misc/pcontrol.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/misc -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/misc/version.c
ar cr ../../../lib/libmpich.a getpname.o pcontrol.o version.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/misc' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/pt2pt' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/bsend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/bsend_init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/bufattach.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/buffree.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/cancel.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/greq_start.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/greq_complete.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/ibsend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/iprobe.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/irecv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/irsend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/isend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/issend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/probe.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/recv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/recv_init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/request_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/request_get_status.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/rsend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/rsend_init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/send.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/send_init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/sendrecv.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/sendrecv_rep.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/status_set_cancelled.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/ssend.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/ssend_init.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/start.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/startall.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/test.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/test_cancelled.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/testall.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/testany.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/testsome.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/wait.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/waitall.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/waitany.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/waitsome.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/bsendutil.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/pt2pt/mpir_request.c
ar cr ../../../lib/libmpich.a bsend.o bsend_init.o bufattach.o buffree.o cancel.o greq_start.o greq_complete.o ibsend.o iprobe.o irecv.o irsend.o isend.o issend.o probe.o recv.o recv_init.o request_free.o request_get_status.o rsend.o rsend_init.o send.o send_init.o sendrecv.o sendrecv_rep.o status_set_cancelled.o ssend.o ssend_init.o start.o startall.o test.o test_cancelled.o testall.o testany.o testsome.o wait.o waitall.o waitany.o waitsome.o bsendutil.o mpir_request.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/pt2pt' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/rma' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/accumulate.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/alloc_mem.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/free_mem.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/get.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/put.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_complete.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_fence.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_free.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_get_group.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_get_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_lock.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_post.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_set_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_start.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_unlock.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_wait.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/win_test.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/rma/winutil.c
ar cr ../../../lib/libmpich.a accumulate.o alloc_mem.o free_mem.o get.o put.o win_complete.o win_create.o win_fence.o win_free.o win_get_group.o win_get_name.o win_lock.o win_post.o win_set_name.o win_start.o win_unlock.o win_wait.o win_test.o winutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/rma' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/spawn' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/comm_disconnect.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/comm_get_parent.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/comm_join.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/comm_spawn.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/comm_spawn_multiple.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/lookup_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/publish_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/unpublish_name.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/open_port.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/close_port.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/comm_connect.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/spawn/comm_accept.c
ar cr ../../../lib/libmpich.a comm_disconnect.o comm_get_parent.o comm_join.o comm_spawn.o comm_spawn_multiple.o lookup_name.o publish_name.o unpublish_name.o open_port.o close_port.o comm_connect.o comm_accept.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
ar cr ../../../lib/libmpich.a comm_disconnect.o comm_get_parent.o comm_join.o comm_spawn_multiple.o lookup_name.o publish_name.o unpublish_name.o open_port.o close_port.o comm_connect.o comm_accept.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/spawn' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/timer' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/timer -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/timer/wtime.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/timer -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/timer/wtick.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/timer -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/timer/mpidtime.c
ar cr ../../../lib/libmpich.a wtime.o wtick.o mpidtime.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/timer' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/topo' に入ります
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cart_coords.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cart_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cart_get.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cart_map.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cart_rank.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cart_shift.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cart_sub.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/dims_create.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/graph_get.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/graph_map.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/graph_nbr.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/graphcreate.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/graphdimsget.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/graphnbrcnt.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/cartdim_get.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/topo_test.c
gcc -DHAVE_CONFIG_H -I. -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo -I../../include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/include  -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/datatype -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/datatype -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/ch3/channels/sock/include -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock -I/home/astro1/takami/hoge/tmp_mpich/src/mpid/common/sock/poll -I/home/astro1/takami/hoge/mpich2-1.0.5/src/mpid/common/sock/poll -c /home/astro1/takami/hoge/mpich2-1.0.5/src/mpi/topo/topoutil.c
ar cr ../../../lib/libmpich.a cart_coords.o cart_create.o cart_get.o cart_map.o cart_rank.o cart_shift.o cart_sub.o dims_create.o graph_get.o graph_map.o graph_nbr.o graphcreate.o graphdimsget.o graphnbrcnt.o cartdim_get.o topo_test.o topoutil.o
ranlib ../../../lib/libmpich.a
date > .libstamp0
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/topo' から出ます
make[3]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/romio' に入ります
make mpiolib
make[4]: ディレクトリ `/home/astro1/takami/hoge/tmp_mpich/src/mpi/romio' に入ります