igits)/pow10;
} else {
digits = (double)(dig);
+if(digits < 1) digits=1; /* a little better */
r->r = fround(x->r, digits);
r->i = fround(x->i, digits);
}
--
Best Regards,
--
Eiji NAKAMA
"\u4e2d\u9593\u6804\u6cbb"
___
nf);
+if ( x == -0.5 ) return(R_NegInf);
+}else if (_odd){
+if ( x == 1.5 ) return(R_NegInf);
+if ( x == -1.5 ) return(R_PosInf);
+}
+// otherwise
+return tan(M_PI * x);
}
-#if !defined(HAVE_TANPI) && defined(HAVE___TANPI)
-double tanpi(double x) {
-return __tanpi(x);
-}
ospi(x);
> }
>
> And AFAICS the system versions on Solaris and OS X behave the same way as
> R's substitute.
>
>
>
>
> On 01/12/2016 09:12, Martin Maechler wrote:
>>>>>>>
>>>>>>> Martin Maechler
>>>>>&g
/* -2^53-1 */
+return tan(M_PI * x);
+
x = fmod(x, 1.); // tan(pi(x + k)) == tan(pi x) for all integer k
// map (-1,1) --> (-1/2, 1/2] :
if(x <= -0.5) x++; else if(x > 0.5) x--;
--
Best Regards,
--
Eiji NAKAMA
"\u4e2d\u9593\u6804\u6cbb"
___
ll commit shortly, and the example in hist.POSIXt() needed
> alteration (it seems DJM did not run 'make check'!).
>
>
>
> On 01/07/2015 06:20, Ei-ji Nakama wrote:
>>
>> hi,
>>
>> Index: leap_second/src/library/base/R/zdatetime.R
>> =
"1997-6-30", "1998-12-31", "2005-12-31", "2008-12-31", "2012-6-30")
+ "1997-6-30", "1998-12-31", "2005-12-31", "2008-12-31",
+ "2012-6-30", "2015-6-30")
Hello,
In such cases, try the Rhpc package.
The following is the result of the benchmark.
http://prs.ism.ac.jp/~nakama/Rhpc/#benchmark
# but tuning is not finished...
2014-12-06 10:36 GMT+09:00 Chris Paciorek :
> Looking at parLapplyLB, one sees that it takes in X and then passes
> spl
hello,
I do not understand your aim...
it not helpful in malloc_hook? example when I used hugepege is right here.
http://prs.ism.ac.jp/~nakama/ISM/ism.c
However, I think that you can more experiments in numaclt(see man numactl).
2014-10-22 23:53 GMT+09:00 SO User :
> Heads up: I posted t
: Re: [Rd] AIX-5.3 Issue installing Matrix Package
> From:shiv...@mail.ncmrwf.gov.in
> Date:Wed, October 8, 2014 3:31 pm
> To: "Ei-ji Nakama"
> Cc: "Martin Maechler"
> "R Development List"
> ---
hi,
>> root 492034 336504 0 14:34:36 pts/11 0:00 sh
>> /gpfs1/home/shivali/gang/R-3.1.1/lib/R/bin/Rcmd INSTALL Matrix
maybe sh running is not good.
please install bash.
CONFIG_SHELL=/boo/foo/bash before running `configure && make'.
--
Best Regards,
--
Eiji NA
Hello
> The value generated by Fortran's .TRUE. evaluates as "truthy" -- as in
> all(z[[1]]) -- but is neither equal to nor identical to TRUE. Its numeric
> conversion to -1 is most unusual, every other system I've tried converts to
> +1.
Please read the -fpscomp logicals option of ifort.
--
"\u
werPC_POWER6 Processor typeFalse
As a result of DGEMM by GotoBLAS(http://prs.ism.ac.jp/~nakama/SurviveGotoBLAS2).
$ GOTO_NUM_THREADS=1 ./bm 2000
12.954 GFLOPS (N x N : N=2000 1.23517sec)
12.719 GFLOPS (N x T : N=2000 1.25796sec)
13.118 GFLOPS (T x N : N=2000 1.21965sec)
12.726 G
> Good to see that at least someone is doing business as usual in Japan these
> days.
Some people can't download it, can know the rolling blackouts in Tokyo area...
Today is no plan of blackout.
Best Regards,
--
EI-JI Nakama
"\u4e2d\u
Hi,
I made the GotoBLAS2 for OSX version.
two binaries are divided by kind of powerPC.
neither binaries are different on Intel.
because there is not PPC, I can't confirm it.
http://prs.ism.ac.jp/~nakama/SurviveGotoBLAS2/binary/OSX/
2011/2/10 Ei-ji Nakama :
> Hi,
>
> I put b
Hi,
I put below Rblas.dll(GotoBLAS2 for Win64).
http://prs.ism.ac.jp/~nakama/SurviveGotoBLAS2/binary/windows/x64/
please choose the core-name of your CPU.
The recognition of the CPU of DYNAMIC_ARCH is low.
zdot[cu], zgemv came to calculate definitely.
--
EI-JI Nakama
"\u4e2d\u9593\
own B1) / Core i7-980X
(Gulftown B1) / Xeon Processor 3600 (Westmere-EP B1) / Xeon Processor
5600 (Westmere-EP B1), 32nm
> So I'd identified this as something which would need quite a bit of thought,
> maybe something to be done for R 2.13.0.
I reaction may be dull.
--
EI-JI Nakama
&
Hi,
I put below Rblas.dll(GotoBLAS2 for Win64).
http://prs.ism.ac.jp/~nakama/SurviveGotoBLAS2/binary/windows/x64/Rblas.dll
It's a tryal phase.
--
EI-JI Nakama
"\u4e2d\u9593\u6804\u6cbb"
__
R-devel@r-project.org mailing list
https
a problem of R.
There is not the problem in R on Solaris10 which I use.
Sorry in advance if I'm wrong.
2010/6/15 Dr. David Kirkby :
> On 06/14/10 10:05 AM, Ei-ji Nakama wrote:
>>>
>>> And if you look at the other R-help message posted by David Kirby you
>>> will f
Sorry, my bark up the wrong tree...
When LD_LIBRARY_PATH_32 is set, I think that I become it in such a state.
http://docs.sun.com/app/docs/doc/819-0690/chapter1-11192?a=view#chapter1-9
It is better when there is the following.
crle ; crle -64 ; env|grep "LD_"
2010/6/14 Ei-ji Nakam
sr/local/gcc-4.4.1-sun-linker/lib/sparcv9:/usr/local/lib
`/usr/local/gcc-4.4.1-sun-linker/lib/sparcv9' is 64bit, it is unnecessary.
I think that this obstructs it.
--
EI-JI Nakama
"\u4e2d\u9593\u6804\u6cbb"
__
R-devel@r-project.org mailin
-1, &s_ds);
Tcl_SetStringObj(elem, s, -1);
Tcl_DStringFree(&s_ds);
--
EI-JI Nakama
"\u4e2d\u9593\u6804\u6cbb"
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
2010/1/25 Jin Xu :
> Actually I successfully compiled R-2.8.1 on this machine wiht these
> parameters and a patch on http://prs.ism.ac.jp/~nakama/AIX/changefiles.
> Would you mind to tell me what I can do if I want to build R-2.10.1
I don't touch AIX from last year...
I asked for
uot;0x1p+4294967294"
[5] "0x1.4p+4294967294" "0x1.8p+4294967294" "0x1.cp+4294967294"
"0x1p+4294967293"
The result improved when I changed handling of uExponent as follows
http://prs.ism.ac.jp/~nakama/working/sprintf_format_a.patch
2009/5/18 Dan
EI-JI Nakama
"\u4e2d\u9593\u6804\u6cbb"
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ink that this only has to limit GetCharP to isEditor=TRUE.
moreover View() was strange operation of "page down".
http://prs.ism.ac.jp/~nakama/working/dataentry.patch
I think that I improve the above-mentioned by this patch.
--
EI-JI Na
/{libmkl_gf_lp64,libmkl_core}.a $MKL_LIB_PATH
cp $ORIG_MKL_LIB_PATH/libmkl_gnu_thread.a $MKL_LIB_PATH
# add of _gfortran_internal_malloc64 and _gfortran_internal_free to
libmkl_gnu_thread.a
wget http://prs.ism.ac.jp/~nakama/mkl/mkl_gf.c
gcc -O3 -fPIC -g -c mkl_gf.c
ar r $MKL_LIB_PATH
t;$MKL" --with-lapack="$MKL"
> But in order to compile had to edit src/modules/lapack/vecLibg95c.c
> and comment out the include. Weird, since I am not building for Mac.
Please note the thing that ABI of fortran is different with Int
Dear all.
I'm sorry. I neglected test on CJK.
http://prs.ism.ac.jp/~nakama/working/CIDHexText.patch
now:
103.58 65.52 <302e36> .5 0 0 t
After an patch:
103.58 65.52 <302e36> .5 0 t
Best regards,
--
EI-JI Nakama
"\u4e2d\u9593\u6804\u6cbb"
_
MKL_LIB_PATH}/libmkl_gnu_thread.a \
${MKL_LIB_PATH}/libmkl_core.a \
-Wl,--end-group -lgomp"
LDFLAGS="-L$MKL_LIB_PATH" ./configure --with-lapack="$MKL" --with-blas="$MKL"
-liomp5 -lguide -lpthread You omit three library, and please link
Please
Hi.
Fán Lóng - san seems to have been able to build it in xlc,xlf.
http://prs.ism.ac.jp/~nakama/AIX/
It is only gcc for AIX which is a buggy that I cannot build it well.
--- Fán Lóng - san report -
export OBJECT_MODE=64
export LIBICONV=/where/libiconv/installed
./configure
Hi, sorry buggy English.
Did you cook this patch?
http://prs.ism.ac.jp/~nakama/AIX/aix_R-2.7.1_Rshlib_include_configure.patch
However, cooking of this patch is bad on AIX.
Therefore I put the thing which was finished with cooking.
http://prs.ism.ac.jp/~nakama/AIX/R-2.7.1.aix080701.tar.gz
I do
Hi
Perhaps I think that there is a possibility that success of former link
was my hallucination...
Please try this patch if you like.
http://prs.ism.ac.jp/~nakama/AIX/aix_R-2.7.1_Rshlib_include_configure.patch
Some problems are left in gcc, but think that the make is possible.
If you want to
ace > 0)
fontName = CFStringCreateWithCString(kCFAllocatorDefault,
CHAR(STRING_ELT(VECTOR_ELT(db, i), fontface - 1)),
kCFStringEncodingUTF8);
There was not the problem in the Japanese environment if this added a change.
--
EI-JI Nakama <[EMAIL PROTECTED]>
"\u4e2d\u9593\u6804\u6cbb" <[EMAIL PROTECTED]>
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
m4 > blas_list
MKL_ROOT=/opt/intel/mkl/10.0.1.014
make -f ${MKL_ROOT}/tools/builder/makefile \
em64t export=blas_list xerbra=xerbla.o \
name=/usr/local/lib/libmkl_myblas MKL_ROOT=${MKL_ROOT}
However, zdotu did not move even if I linked at this point in time
--
m4 > blas_list
MKL_ROOT=/opt/intel/mkl/10.0.1.014
make -f ${MKL_ROOT}/tools/builder/makefile \
em64t export=blas_list xerbra=xerbla.o \
name=/usr/local/lib/libmkl_myblas MKL_ROOT=${MKL_ROOT}
However, zdotu did not move even if I linked at this point in time
--
${MKL_LIB_PATH}/libmkl_core.a \
-Wl,--end-group \
-liomp5 -lguide -lpthread -lgomp"
./configure CC=gcc-4.2\
CXX=g++-4.2\
F77=gfortran-4.2\
FC=gfortran-4.2\
--with-lapack="$MKL" --with-blas=
ch(&wc[j], xtable, xtable_cnt,
sizeof(xtable_t),
+ (int(*)(const void *, const
void *))xtable_key_comp))
+ wc[j]=tbl->c_new;
nb = wcstombs(NULL, wc, 0);
cbuf = CallocCharBuf(nb);
Rconnection con)
{
+int timeout = asInteger(GetOption(install("timeout"), R_BaseEnv));
Rsockconn this = (Rsockconn)con->private;
+R_SockTimeout(timeout);
return R_SockWrite(this->fd, ptr, size * nitems)/size;
}
2007/6/25, Prof Brian
ng, not before each
> character, and that is what is done in the rest of R.
>
> Also, do you have an example I can use to test the patch, please?
>
> R 2.5.0 is now in code freeze and I don't think this is vital for that.
>
>
> On Sun, 24 Jun 2007, [EMAIL PR
tatic size_t sock_write(const void *ptr, size_t size, size_t nitems,
Rconnection con)
{
+int timeout = asInteger(GetOption(install("timeout"), R_BaseEnv));
Rsockconn this = (Rsockconn)con->private;
+R_SockTimeout(timeout);
return R_SockWrite(this->fd, ptr, size
Full_Name: Ei-ji Nakama
Version: R-2.5.0
OS: any
Submission from: (NULL) (219.117.236.5)
problem by operation of gsub in the locale of CP932 and SJIS.
The inconvenient character code which used 0x5c after the first byte.
--- R-2.5.0.orig/src/main/character.c 2007-04-03 11:05:05.0
fore launching R.
>
> I'll keep investigating.
>
> My call to configure is listed below.
>
> /configure --prefix=$HOME/usr/local --program-suffix=rc --with-readline=no
> --with-x=no --enable-memory-profiling
>
>
> - Original Message -
> From: "Ei-ji N
gt;
> - Original Message -
> From: "Prof Brian Ripley" <[EMAIL PROTECTED]>
> To:
> Cc: "Sheth, Jagat K" <[EMAIL PROTECTED]>; "kamil
> Marcinkowski" <[EMAIL PROTECTED]>; "Tiong Lim" <[EMAIL PROTECTED]>;
> "
>
>
> Prof Brian Ripley <[EMAIL PROTECTED]>
> 03/29/2007 02:27 AM
>
> To
> R-devel@R-project.org
> cc
> Matthew Beason <[EMAIL PROTECTED]>, Tiong Lim <[EMAIL PROTECTED]>,
> "Sheth, Jagat K" <[EMAIL PROTECTED]>, kamil Marcinkowski
>
007/3/28, Dirk Eddelbuettel <[EMAIL PROTECTED]>:
>
> Has anybody tried to use Rmpi with the OpenMPI library instead of LAM/MPI?
>
> LAM appears to be somewhat hardcoded in the Rmpi setup. Before I start to
> experiment with changing this, has anybody else tried Rmpi with non-LAM MPI
> implementations?
>
> Dirk
>
> --
>
nobody tested it in xlf.
but was able to build it in gcc.
when link as main, export is necessary by all means.
I put patch.
http://prs.ism.ac.jp/%7enakama/AIX/
I am happy if useful.
--
EI-JI Nakama <[EMAIL PROTECTED]>
"\u4e2d\u9593\u6804\u6cbb" &
FLAGS="-mminimal-toc -fno-optimize-sibling-calls -g -O2" \
--without-x
$ file bin/exec/R
bin/exec/R: ELF 64-bit MSB executable, PowerPC 64-bit or cisco 7500,
version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared
libs), for GNU/Linux 2.6.0, not stripped
core 5, any one please help me on this?
>
> Thank you very much.
>
> [[alternative HTML version deleted]]
>
> __
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
>
--
EI-JI Nakama <[EMAIL PROTECTED]>
"\u4e2d\u9593\u6804\u6cbb" <[EMAIL PROTECTED]>
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
for a difference.
BTW, there is not a problem in GB18030.
2006/10/7, Duncan Murdoch <[EMAIL PROTECTED]>:
> On 10/6/2006 1:35 PM, Hin-Tak Leung wrote:
> > Duncan Murdoch wrote:
> >> On 2006-10-5 8:06, Ei-ji Nakama wrote:
> >>> I do not understand Chinese,
--
> >
> > __
> > R-help@stat.math.ethz.ch mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> > and provide commented,
Is this valid
> >> unicode code?
> >>
> >> Gregor
> >
> > Cheers for the follow up Gregor,
> >
> > I was following advice given by Prof. Ripley in a posting on R-Help
> > about how to get the per mille character:
&
_______
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
>
>
--
EI-JI Nakama <[EMAIL PROTECTED]>
"\u4e2d\u9593\u6804\u6cbb" <[EMAIL PROTECTED]>
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Yes, if this processing does not exist on japanese locale
will fall.
2006/5/23, Prof Brian Ripley <[EMAIL PROTECTED]>:
> Is this necessary to avoid LC_CTYPE="C"? If so, I stopped that at C level
> yesterday (it was already disallowed when starting R).
>
> On Tue, 23
Brian Ripley <[EMAIL PROTECTED]>:
> On Mon, 22 May 2006, Ei-ji Nakama wrote:
>
> > If a return value of locale does not have a period, a function of libmingwex
> > gives back NULL in strchr and refers to NULL pointer in atoi.
> >
> > But it will be right to fix m
gt;
> >>
> >> --
> >> Brian D. Ripley, [EMAIL PROTECTED]
> >> Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
> >> University of Oxford, Tel: +44 1865 272861 (self)
> >> 1 South Parks Ro
. If you have received this in error or are not the intended
> recipient, please immediately notify the sender and delete all copies of
> this message. Thank you.
>
>
>
> [[alternative HTML version deleted]]
>
> __
> R-devel@r
if add encoding of koi8-r to
> > XLC_LOCALE file.
> >
> > I am not readable, but probably the following URL is useful.
> > http://ru.gentoo-wiki.com/HOWTO_ru_RU.utf8_Gentoo_way
>
--
EI-JI Nakama <[EMAIL PROTECTED]>
"\u4e2d\u9593\u6804\u6cbb" <[EMAIL PROTE
LC_NUMERIC="ru_RU.UTF-8"
> LC_TIME="ru_RU.UTF-8"
> LC_COLLATE="ru_RU.UTF-8"
> LC_MONETARY="ru_RU.UTF-8"
> LC_MESSAGES="ru_RU.UTF-8"
> LC_PAPER="ru_RU.UTF-8"
> LC_NAME="ru_RU.UTF-8"
> LC_ADDRESS="ru_RU
ot;
> LC_ADDRESS="ru_RU.UTF-8"
> LC_TELEPHONE="ru_RU.UTF-8"
> LC_MEASUREMENT="ru_RU.UTF-8"
> LC_IDENTIFICATION="ru_RU.UTF-8"
> LC_ALL=
>
> PS 'утечка' in english 'leakаge'
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
EI-JI Nakama <[EMAIL PROTECTED]>
"\u4e2d\u9593\u6804\u6cbb" <[EMAIL PROTECTED]>
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
I build R-beta on AIX5.2 is failed.
make[3]: Entering directory
`/home/nakama/Rbeta/R-beta/src/nmath'
xlc_r -I. -I../../src/include -I../../src/include -I/usr/local/include
-I/opt/freeware/include -DHAVE_CONFIG_H -q64 -I/usr/local/include
-I/opt/freeware/include -O2 -D_ALL_S
e. binutils-2.16.91-20050827-1/ld/emultempl/pe.em
289D(SizeOfStackReserve,"__size_of_stack_reserve__", 0x20),
How about adding the following to MkRules?
MINGW32LDFLAG=-Wl,--stack=33554432
--
http://www.nakama.ne.jp
e-mail : EIJI Nakama <[EMAIL PROTECTED]>
___
2.1.1.iccftzdaz.patch.txt
please try to test it.
--
http://www.nakama.ne.jp, http://r.nakama.ne.jp
e-mail : EIJI Nakama <[EMAIL PROTECTED]>
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
62 matches
Mail list logo