Path: coconuts.jaist!wnoc-tyo-news!news.nc.u-tokyo.ac.jp!makino From: makino@chianti.c.u-tokyo.ac.jp (Jun Makino) Newsgroups: fj.lang.fortran,fj.sys.alpha Subject: Re: Fortran on PC-UNIX Date: 05 Dec 1996 13:00:17 GMT Organization: College of Arts and Sciences, Univ. of Tokyo Lines: 129 Distribution: fj Message-ID: References: <56a1uj$ni@news-n.cc.titech.ac.jp> <56mtqi$afj@kendm.ken.nm.fujitsu.co.jp> <582je0$1i68@lightning.asahi-net.or.jp> NNTP-Posting-Host: muscat.c.u-tokyo.ac.jp In-reply-to: makino@chianti.c.u-tokyo.ac.jp's message of 04 Dec 1996 03:04:48 GMT Xref: coconuts.jaist fj.lang.fortran:1106 fj.sys.alpha:53 In-reply-to: makino@chianti.c.u-tokyo.ac.jp's message of 04 Dec 1996 03:04:48 GMT Newsgroups: fj.lang.fortran,fj.sys.alpha Subject: Re: Fortran on PC-UNIX References: <56a1uj$ni@news-n.cc.titech.ac.jp> <56mtqi$afj@kendm.ken.nm.fujitsu.co.jp> <582je0$1i68@lightning.asahi-net.or.jp> Distribution: fj --text follows this line-- 牧野@東大駒場です。 >>>>> On 04 Dec 1996 03:04:48 GMT, makino@chianti.c.u-tokyo.ac.jp (Jun Makino) said: >> # g77はどういうとこが「まだなかなか」なんですか? > えっとですねえ、あまり詳しく調べてないのですが、出すコードが「素 > 晴らしく遅い」のです。BLAS 1 相当の vector-vector の演算で、gcc > の1/3くらいしか出ないことがあります。(P5, P6の場合。 Alpha はまだ > 見てません) これは気になって調べ直したら、なんだかわからなくなったので報告します。 実験したのは、 #define NMAX 1000 void vectadd(a,b,c,n) int n; double a[], b[], c[]; { int i; for(i=0;i