Installing Ray meta assembler on ubuntu 16.04 LTS
0
0
Entering edit mode
6.9 years ago
glady ▴ 320

Hello guyzz, I am trying to install the Ray meta assembler on ubuntu, but I am running the following cmd on terminal : make PREFIX=ray-build , it is prompting an error message like: CXX code/application_core/ray_main.o make: mpicxx: Command not found Makefile:160: recipe for target 'code/application_core/ray_main.o' failed make: ** [code/application_core/ray_main.o] Error 127*

What should I do? How should I proceed ?

Assembly • 2.0k views
ADD COMMENT
0
Entering edit mode

1) Update your ubuntu repositories

sudo apt-get update

2) Run following command

sudo apt-get install ray -y

3) If that is not working, download ray package from here. But make sure that the dependencies are met:

https://packages.ubuntu.com/xenial/ray

Make sure that you have enabled universe and multiverse repos in apt (ubuntu) repositories (located in: /etc/apt/sources.list)

ADD REPLY

Login before adding your answer.

Traffic: 1973 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6