You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Niketan Pansare (JIRA)" <ji...@apache.org> on 2017/05/03 21:33:06 UTC

[jira] [Created] (SYSTEMML-1581) Ensure that the performance of shared library generated by cmake is comparable to the shared library generate by g++

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)