OpenMx for 64-bit?
Posted on
mkeller
Joined: 08/04/2009
Forums
So OpenMx is working fine on my 32-bit R (which I tend not to use anymore), but is there a way to install the 64-bit version of the package?
> .Machine$sizeof.pointer
[1] 8
> library(OpenMx)
Error: package 'OpenMx' is not installed for 'arch=x86_64'
What platform are you using?
What platform are you using? A faster option (for you) might be to download the source and compile it on your 64-bit machine. The NPSOL library might be an issue. We have 64-bit versions of NPSOL compiled only for linux.
Log in or register to post comments
In reply to What platform are you using? by mspiegel
Hi Michael, I'm on Mac OSX
Hi Michael,
I'm on Mac OSX Leopard. It's not a huge deal to get the 64-bit working actually, although I'd want to do it eventually in case I need to work with OpenMx on huge datasets. Thanks...
Log in or register to post comments
In reply to Hi Michael, I'm on Mac OSX by mkeller
This is a good idea to get on
This is a good idea to get on with. We'll need to compile a 64bit version of npsol for OSX, though. Let's bring that up with Mike Wilde.
Log in or register to post comments