-
Notifications
You must be signed in to change notification settings - Fork 64
make error #1
Comments
Hi, can you try "make all" without -j16 option or use smaller number like -j4? Error messages in English will also help me to understand better. |
@jspark1105 ,Thanks for your help,the problem has been solved, but I have encountered another error when I run the following command: |
The script is from @wenwei202 and I haven't used it. Anyway, looks like lmdb Python package is not installed in your system? |
@jspark1105 Thanks for your reply,but when I run the make all , I encountered the following error: |
Sorry didn't know that you were asking about icc in your first posting. As explained in README.md , the only compiler supported by SkimCaffe is Intel compiler (icc). You can freely use Intel compiler if you're participating in an open source project: https://software.intel.com/en-us/qualify-for-free-software |
Hi , Thanks for your codes, when I run the make all -j16 ,I have encountered the following questions and I have no idea how to solver the problems,can you help me? thanks.
make[1]: Is entering the directory
/home/dl/lxw/SkimCaffe-intel_scnn/src/SpMP' make[1]: warning: jobserver unavailable: using -j1. Add
+' to parent make rule.icpc -qopenmp -std=c++11 -ipp -Wno-deprecated -Wall -O3 -DNDEBUG -xHost -fPIC -c COO.cpp -o COO.o
make[1]: icpc:Command not found
make[1]: *** [COO.o] error 127
make[1]:Leaving the catalog
/home/dl/lxw/SkimCaffe-intel_scnn/src/SpMP' make: *** [SpMP] error 2 make: *** Waiting for an unfinished task.... make[1]: Is entering the directory
/home/dl/lxw/SkimCaffe-intel_scnn/src/libxsmm'make[1]: warning: jobserver unavailable: using -j1. Add
+' to parent make rule. make[1]: Nothing can be done for
libxsmm '。The text was updated successfully, but these errors were encountered: