Hello,
I'm trying to install R from sources on two Linux machines (both with Suse
12.2):
1.
> uname -a
Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC
2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux
2.
> uname -a
Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT
On 13/10/2012 08:09, Rob Anderson wrote:
Hi,
I was wondering if it is safe to call R functions and/or R BLAS functions
from within multithreaded C/C++ code(.Call interface)? It is not in case
with MATLAB. I was experimenting using pthreads and OpenMP.
Not unless it is documented to be so. (I
On Oct 11, 2012, at 16:02 , Bert Gunter wrote:
> ... and further
>
>> identical(as.list(df2),as.list(df1))
> [1] TRUE
>
> in R 2.15.0
>
> Not sure whether these sorts of degenerate cases are of much value,
> though. But I'll leave that for the wizards.
Looks like this is easier to fix that to
Hi,
I was wondering if it is safe to call R functions and/or R BLAS functions
from within multithreaded C/C++ code(.Call interface)? It is not in case
with MATLAB. I was experimenting using pthreads and OpenMP.
Thanks,
Rob
[[alternative HTML version deleted]]
__