Installing Ray meta assembler on ubuntu 16.04 LTS
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 ?
• 2,517 views
•
link
0 answers
No answers yet.
Log in to answer this question.
1) Update your ubuntu repositories
2) Run following command
3) If that is not working, download ray package from here. But make sure that the dependencies are met:
Make sure that you have enabled universe and multiverse repos in apt (ubuntu) repositories (located in: /etc/apt/sources.list)