You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/08/10 21:23:40 UTC

[incubator-mxnet] branch master updated: Document MXNET_LIBRARY_PATH environment variable which was not documented explicitly. (#12074)

This is an automated email from the ASF dual-hosted git repository.

nswamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f8debb  Document MXNET_LIBRARY_PATH environment variable which was not documented explicitly. (#12074)
1f8debb is described below

commit 1f8debb7dd614272092423f35cf49444f18498af
Author: Pedro Larroy <92...@users.noreply.github.com>
AuthorDate: Fri Aug 10 23:23:32 2018 +0200

    Document MXNET_LIBRARY_PATH environment variable which was not documented explicitly. (#12074)
---
 docs/faq/env_var.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/faq/env_var.md b/docs/faq/env_var.md
index 6e9a359..15ba225 100644
--- a/docs/faq/env_var.md
+++ b/docs/faq/env_var.md
@@ -8,6 +8,18 @@ For example, you can set these environment variables in Linux or macOS as follow
 export MXNET_GPU_WORKER_NTHREADS=3
 ```
 
+Or in powershell:
+```
+$env:MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
+```
+
+## Variables controlling the execution environment
+
+* MXNET_LIBRARY_PATH
+    Absolute path indicating where the mxnet dynamic library is to be located, this would be the absolute
+    path to `libmxnet.so` or `libmxnet.dll` depending on the platform. The logic for loading the
+    library is in `python/mxnet/libinfo.py`
+
 ## Set the Number of Threads
 
 * MXNET_GPU_WORKER_NTHREADS