OpenMx Installation

Posted on
No user picture. Veronica_echo Joined: 02/23/2018

Install OpenMx in AWS Rstudio (R version 3.4.1)

Hi everyone,

I am trying to install OpenMx in AWS Rstudio with R version 3.4.1. I've tried the following ways:

> install.packages("OpenMx")
Installing package into ‘/home/Vero_BLSGMM/R/x86_64-redhat-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)

and

> source('https://openmx.ssri.psu.edu/software/getOpenMx.R')

Neither worked. Any advice or suggestion on this situation? Thanks in advance.

Posted on
No user picture. khusmann Joined: 08/11/2019

trouble installing in conda env

Hi all,

I'm trying to get openmx to compile in a conda env (using getopenmx.R), and am getting the following compile error.

It appears it's because the conda version of zstd is later than openmx is expecting, and is using deprecated features. I poked around a little, and it looks like openmx might bundle its own copy of zstd, which it should be compiling against instead, but is instead trying to use the conda one. Any help on fixing this would be appreciated! (error messages below)

Thanks,
Kyle

Posted on
Picture of user. dtofighi Joined: 10/12/2009

OpenMx on R 3.5.0 (2018-04-23)

Hello,

I used the following code to install the latest version of OpenMx on macOS 10.13.4. I got the following error.

Posted on
No user picture. felix.fischer Joined: 04/26/2018

compilation of OpenMx fails in ubuntu 14.04

Hi,

i am trying to install OpenMx on a ubuntu server, R version 3.4.4, 64 bit, but compilation fails and i cannot really make sense of the error message. I ran sudo apt-get upgrade and dist-upgrade, but it did not help.


ffischer@common-metrics:~$ sudo su -c "R -e \"install.packages('OpenMx', repos = 'http://cran.rstudio.com' )\""
[sudo] password for ffischer:

Posted on
No user picture. jkarch Joined: 03/15/2011

I fail to install OpenMx from source on MacOs 10.12.6

The short story is that R seems to ignore my intention to use the gcc* compilers.

This is what I do (following https://openmx.ssri.psu.edu/wiki/howto-build-openmx-source-repository):

Posted on
No user picture. Shesprich Joined: 04/13/2017

OpenMx Installation on Redhat Cluster

Greeting all,

I am attempting to install OpenMx on a x86_64 Redhat Linux cluster running R 3.3.1. I am installing it using the command source('http://openmx.psyc.virginia.edu/getOpenMx.R').

Based on the errors I am getting it looks as if R is not invoking a compiler. Here is the full output of what I am getting:


> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
You are now installing the latest version of OpenMx.--- Please select a CRAN mirror for use in this session ---
HTTPS CRAN mirror

Posted on
No user picture. Anne H Joined: 03/30/2017

Problems with requiring OpenMx on Mac OS Sierra 10.12.3

Hi!

I'm having problems with requiring OpenMx. The installation process itself seems to go smoothly. I am running Mac OS Sierra 10.12.3 (macbook pro 15, mid 2015), R 3.3.3 and OpenMx 2.7.9.

I have tried loading OpenMx from cran/ package installer, but then OpenMx doesn’t seem able to run my script, due to missing NPSOL optimizer, as far as I’m able to understand from the error code. Any help regarding what I'm missing here, would be much appreciated :)

Posted on
No user picture. Anbupalam Joined: 09/01/2012

OpenMx installation in Linux CentOS 6.8

I am not able to compile openmx under 3.3.0. I was advised to change the compiler by including
CXX=g++ in the ~/.R/Makevars file.

But the openMx is still being compiled using icpc instead of g++ and I was asked by the help desk to contact the developers.
Any help?

Thanks
Anbu.

Posted on
No user picture. rsphadmin Joined: 01/05/2017

R install of openmx breaks with R update 3.3.2

I had the R version of openmx 2.3.1 working on R 3.2 but after the update it no longer will install or update. I was trying to go to 2.6.9, but now not even 2.3.1 will install.
OS RHEL 6
error message attached:
Posted on
No user picture. jeremymiles Joined: 12/28/2016

Using GCC 4.9

I'm trying to install OpenMx, but it will not compile. For reasons that are complex and that I don't fully understand, I cannot use GCC beyond version 4.9, and having investigated on this forum, I suspect that this is the reason for the failure.