Niketan Pansare created SYSTEMML-1581: -----------------------------------------
Summary: Ensure that the performance of shared library generated by cmake is comparable to the shared library generate by g++ Key: SYSTEMML-1581 URL: https://issues.apache.org/jira/browse/SYSTEMML-1581 Project: SystemML Issue Type: Task Reporter: Niketan Pansare Assignee: Nakul Jindal Priority: Minor cmake setup: http://apache.github.io/incubator-systemml/native-backend#developer-guide g++ command: g++ -o lib/libsystemml_mkl-Linux-x86_64.so *.cpp -I$JAVA_HOME/include -I$MKLROOT/include -I$JAVA_HOME/include/linux -lmkl_rt -lpthread -lm -ldl -DUSE_INTEL_MKL -DUSE_GNU_THREADING -L$MKLROOT/lib/intel64 -m64 -fopenmp -O3 -shared -fPIC g++ -o lib/libsystemml_openblas-Linux-x86_64.so *.cpp -I$JAVA_HOME/include -I$JAVA_HOME/include/linux -lopenblas -lpthread -lm -ldl -DUSE_OPEN_BLAS -I/opt/OpenBLAS/include/ -L/opt/OpenBLAS/lib/ -fopenmp -O3 -shared -fPIC -- This message was sent by Atlassian JIRA (v6.3.15#6346)