works with intel 2011.10, at least:
BLAS=--with-blas='-mkl=parallel'
LAPACK=--with-lapack
## To make the linker find libraries in modules:
export LDFLAGS=$(echo $LD_LIBRARY_PATH | sed 's/^/-L/; s/:/ -L/g')
./configure "$BLAS" "$LAPACK" --enable-BLAS-shlib --enable-R-shlib
make -j 8
make check
make install
--
Regards,
Bjørn-Helge Mevik
signature.asc
Description: PGP signature
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
tiff() need the
appropriate headers and libraries installed: jpeg (version 6b or later,
or libjpeg-turbo) or libpng (version 1.2.7 or later) and zlib or libtiff
(any recent version – 3.9.[4-7] and 4.0.[2-10] have been tested)
respectively."
which se
arnaud gaboury writes:
> Thank you for this configuration. Nothing about openmp?
I believe -mkl=parallel makes sure that all relevant libraries and
switches are used. But you might want to check with the manual. All I
can say is that it works.
--
Regards,
Bjørn-Helge Me
## -fp-model precise is needed for make check
## -wd188 removes a lot of warnings (see R Inst. & Adm. manual)
We have successfully used this setup for a couple of years now.
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
arnaud gaboury writes:
> On Mon, Aug 24, 2015 at 11:29 AM, Bjørn-Helge Mevik
>
>> We regularly build the standard R against MKL, simply using
>
> Do you use proprietary Intel MKL or open source package like OpenBLAS ?
As I wrote: MKL.
--
Regards,
ot;
export FFLAGS="$fast -fp-model precise"
export CXX="icpc"
export CXXFLAGS="$fast -fp-model precise"
export FC="ifort"
export FCFLAGS="$fast -fp-model precise"
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Duncan Murdoch writes:
> On 12/12/2014, 4:12 AM, Bjørn-Helge Mevik wrote:
>> Duncan Murdoch writes:
>>
>>> users of other languages may want to have messages and variable names
>>> in their native language, and ASCII might not be enough for that.
>>
mes is dangerous.
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ain, users need to relate to separate options interfaces, but the
package authors don't have to "reinvent the wheel".
What is considered "best practice" for implementing package options?
Any of the above, or something different?
--
RegaRds,
Bjørn-Helge Mevik
___
Ah. Of course!
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Currently, mvr() doesn't need the
unevaluated arguments, but if it were to, this would be a problem.
Is there an 'R best practice' for achieving what I want (several
versions of the same function, with different default value for an
argument)?
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
b9000)
libintlc.so.5 =>
/cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libintlc.so.5
(0x7ff526b6a000)
libc.so.6 => /lib64/libc.so.6 (0x7ff5267d7000)
/lib64/ld-linux-x86-64.so.2 (0x00344520)
libtinfo.so.5 =&
just
fine.
(Please don't hesitate to let me know if this is a bad idea. :-)
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Thank you for the advice!
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ot;-L/something...".
> If you are concerned about performance you definitely do not want to use
> shared R, not a shared BLAS.
I'm sorry, I don't quite follow you here. Do you mean not create a shared R
and not create a shared BLAS, or
: cannot find -lRblas
(Removing the --enable-R-shlib does not make a difference in this
respect.)
Is this intentional or a bug? Am I doing something wrong here?
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ven't figured out how to solve, is how to also
generate the libRblas.so and libRlapack.so; --enable-BLAS-shlib seems to
interfer with the --with-lapack, such that the extarnal library will not
be used.
--
Regards,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
"Joris @ VU" <[EMAIL PROTECTED]> writes:
> 4: ./configure --enable-R-shlib
[...]
> 2) Did I setup my config.site right for my system (assuming I want to
> use Intel's MKL using Shared-BLAS), is it suboptimal or plain wrong?
> And how can I easily test this?
I don't think configure will use the ex
ted code gives indentation steps of 4 in R code.
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Prof Brian Ripley wrote:
> On Wed, 14 Nov 2007, Bjørn-Helge Mevik wrote:
>
>> When should one specify LazyLoad, LazyData, and ZipData?
>
> Preferably always, and I would suggest all should be 'yes' if your
> package will work with them.
Thank you! After reading
Duncan Murdoch wrote:
> On 11/14/2007 7:01 AM, Bjørn-Helge Mevik wrote:
>
>> When should one specify LazyLoad, LazyData, and ZipData?
>
> I think that you shouldn't care about these things, and should accept
> the default for them unless one of those two pieces of adv
g uses the methods package, specify
LazyLoad: yes, and
2) The optional ZipData field controls whether the automatic Windows
build will zip up the data directory or no: set this to no if your
package will not work with a zipped data directory.
--
Sincerely,
Bjørn-H
1) "too short"
> + else TRUE
> + })
Well, you _have_ designed a class with an invalid prototype (as
determined by your own validity function). :-)
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
s is:
> g()
TRUE[1] 1
I.e., when x is missing in g, and g calls f(3,x), f will use its
default value for x.
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
_orthogonal_ polynomials, which are
not the same as 1, x, x^2, etc.
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
h current R versions that the
overhead of keeping the dimnames through calculations is negligible?
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
S main contrib
non-free
deb http://security.debian.org/ sarge/updates main contrib non-free
Why am I seeing older versions than you?
I just installed gcc-3.4, but gcc --version still says 3.3.5. What
have I done (probably without knowing it) to `insist on using gcc
3.3.*', and how ca
ow tried with ./configure CFLAGS="-g [-O|-O2|-O3] [-std=gnu99]",
i.e. with every combination from "-g" to "-g -O3 -std=gnu99". The
error occured if and only if -O2 or -O3 was used.
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
is?
1 (0) $ gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR P
t of tests/d-p-q-r-tests.Rout.fail:
> ## Check q*(p* ( log ), log) = identity
> All.eq(Rbeta, qbeta(log(Pbeta), shape1 = .8, shape2 = 2, log=TRUE))
[1] TRUE
Warning message:
full precision was not achieved in 'qbeta'
Please let me know if there is more I can provide to help t
nately you have removed the crucial parts of where your
> configure got the configuration info from.
Typically me! :-)
Thanks, both of you!
--
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
he
intended behaviour of configure.
--
Sincerely,
Bjørn-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
-Helge Mevik
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
0),
na.action = na.action))
mf
}
It seems to work for me:
> mydata <- data.frame(y = rep(c(-1, 1), each = 5), x = rnorm(10))
> tst(y ~ x, data = mydata)
subsetting expression: y > 0
or y > 0
y x
6 1 0.9568283
7 1 0.116
status
major2
minor1.1
year 2005
month06
day 20
language R
The OS is Debian 3.1, the machine has 512MB RAM, and R was compiled
"out of the box" from the official sources.
35 matches
Mail list logo