Installing RcppEigen on amazon ec2

后端 未结 1 1380
情书的邮戳
情书的邮戳 2020-12-10 16:19

I tried to install RcppEigen on amazon EC2 (on a t1.micro to make sure It works) & ubuntu 13.04. I tried with both R version was 2.15.2 and 3.0, 32bit ubuntu and 64bit

相关标签:
1条回答
  • 2020-12-10 16:47

    That looks like a "simple" out of memory issue.

    C++ can be demanding as is, and complex template code (which Eigen surely is) demands even more resources. Simply try allocating more memory -- otherwise it is hard to kill g++.

    0 讨论(0)
提交回复
热议问题