Skip to content
Back to formatted view

Raw Message

Message-ID: <54D1F587-BEBA-42B4-A33A-B840EFDCBF0B@r-project.org>
Date: 2013-08-08T16:38:22Z
From: Simon Urbanek
Subject: Rmpi long vector support
In-Reply-To: <CAGzA4aSd4x__g91O8F02L793Dzxo2=qD9yTQ1Fv9a68WbQzBqw@mail.gmail.com>

On Aug 8, 2013, at 10:58 AM, Jim Gattiker <j.gattiker at gmail.com> wrote:

> Simon, I don't understand this either: It seems that R is commonly indexed
> by 32-bit pointers, and mine certainly is on my Mac.

Nope, since R 3.0.0 we use 64-bit binaries on Mac OS X:

$ R
R version 3.0.1 Patched (2013-07-15 r63328) -- "Good Sport"
Copyright (C) 2013 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin10.8.0 (64-bit)
[...]
> .Machine$sizeof.pointer
[1] 8


> I'll get the message
> above also, as did the OP; that was the direct problem. How do I get "52
> bit" R?
> 

http://cran.r-project.org/bin/macosx/

Cheers,
Simon


>    --j
> 
> On Wed, Aug 7, 2013 at 7:42 PM, Hao Yu <hyu at stats.uwo.ca> wrote:
> 
>> ....
>> However, on a win7 64 with R 3.0.1 (16GB ram), I got
>>> n=6e8
>>> x=integer(n)
>>> a=serialize(x,NULL)
>> Error: long vectors not supported yet: ../include/Rinlinefuns.h:100
>> 
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-sig-hpc mailing list
> R-sig-hpc at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-hpc
> 
>