iblis17 commented on issue #13464: [WIP] Feature/mklnn default make + test on 
jenkins
URL: https://github.com/apache/incubator-mxnet/pull/13464#issuecomment-447535989
 
 
   The log looks weird:
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-13464/40/pipeline#step-500-log-223
   
   ```
   + export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so
   + LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so
   + julia -e 'Pkg.build("MXNet")'
   ```
   
   It doesn't match the code in this PR
   ```
       export LD_PRELOAD='/usr/lib/x86_64-linux-gnu/libjemalloc.so'
       export LD_LIBRARY_PATH=/work/mxnet/lib:$LD_LIBRARY_PATH
       # use the prebuilt binary from $MXNET_HOME/lib
       julia -e 'Pkg.build("MXNet")'
   ```
   
   The line `LD_LIBRARY_PATH` is gone. Any idea?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to