husky-team / husky

A more expressive and most importantly, more efficient system for distributed data analytics.
http://www.husky-project.com/
Other
98 stars 55 forks source link

Error when run 'make -j4 Master' #306

Closed ph0123 closed 5 years ago

ph0123 commented 5 years ago

When I run the command, the Error 2 was appeared but I did not know what it is. [100%] Building CXX object master/CMakeFiles/Master.dir/master_main.cpp.o cd /usit/abel/u1/cnphuong/husky/release/master && /cluster/software/VERSIONS/gcc-7.2.0/bin/g++ -I/usit/abel/u1/cnphuong/husky -I/cluster/software/VERSIONS/boost/1.69.0/include -I/usit/abel/u1/cnphuong/.local/opt/usr/local/include -I/usit/abel/u1/cnphuong/husky/release/include -I/usit/abel/u1/cnphuong/.local/opt/eigen/eigen3 -O2 -mavx -march=sandybridge -funroll-loops -fomit-frame-pointer -Wno-deprecated-declarations -O3 -w -std=gnu++14 -o CMakeFiles/Master.dir/master_main.cpp.o -c /usit/abel/u1/cnphuong/husky/master/master_main.cpp make[3]: Leaving directory /cluster/home/cnphuong/husky/release' make[2]: *** [master/CMakeFiles/Master.dir/all] Error 2 make[2]: Leaving directory/cluster/home/cnphuong/husky/release' make[1]: [master/CMakeFiles/Master.dir/rule] Error 2 make[1]: Leaving directory `/cluster/home/cnphuong/husky/release' make: [Master] Error 2

kygx-legend commented 5 years ago

Is it on Mac OS?

ph0123 commented 5 years ago

On server at my University.

kygx-legend commented 5 years ago

Could you provide any other information? Besides, you can check the log of CMake/Make first.

ph0123 commented 5 years ago

I run on Cluster server. Hence, I installed all dependence on ~/.local/opt I follow installation. At the end, I run make -j4 Master. I think the last line in Master is a problem.

kygx-legend commented 5 years ago

Based on this information, it's hard to reproduce the problem or figure out the cause. Better to check the log which shows the error of Make or try to run the compile command individually.

ph0123 commented 5 years ago

I try to reinstall. However, It just run with 81%. Please see log file. logfile.txt