[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: developer release 3.1.2
Greetings! One other related issue:
mvsearch.c:119
sprintf(ln,
"make %cmvcase ta=%c nta=%c mvrout=%s cas=%d xu=%d yu=%d l1mul=%f iflag=%d\n",
pre, TA, nTA, mvnam, cas, nu, mu, 0.01*rint(l1mul*100), flag);
(i.e. l1mul -> 0.01*rint(l1mul*100)
Without the rint here, and the one below, xmvsearch occasionally dies
when looking for the res file it just made with a different name.
Take care,
Camm Maguire <camm@enhanced.com> writes:
> Greetings, and thanks for the new release. One minor issue which
> prevents compilation on at least my machine:
>
> mvsearch.c:114(or 113)
>
> else sprintf(fnam, "res/%cgemv%c_%d_%d", pre, TA, cas, (int)(rint(l1mul*100.0)));
>
> (Added 'rint')
>
> mvsearch.c:32
>
> #include <math.h>
> (Added)
>
> gemv/<arch_dir/Makefile>:25
>
> $(XCC) $(XCCFLAGS) $(NM) xmvsearch mvsearch.o -lm
> (Added -lm)
>
> xmvsearch made res/sgemvT_100_94 but looked for res/sgemvT_100_93.
>
> Take care,
>
> R Clint Whaley <rwhaley@cs.utk.edu> writes:
>
> > Guys,
> >
> > The new developer release is out, and available from the usual site. This
> > one includes Camm's SSE-enabled SGER and SGEMV, plus various upgrades
> > in config and mvsearch to support it. Also, fixes the reported errors
> > in Level 1 C blas, and linking problems with Level 2 packed BLAS.
> >
> > Camm, let me know if what I've done with your stuff is OK or not.
> >
> > Thanks,
> > Clint
> >
> >
>
> --
> Camm Maguire camm@enhanced.com
> ==========================================================================
> "The earth is but one country, and mankind its citizens." -- Baha'u'llah
>
>
--
Camm Maguire camm@enhanced.com
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah