Fixed Install-Linux.txt for Binary Drop

This commit is contained in:
Alexey Orlov 2016-07-02 15:30:22 +02:00
Родитель 563ed3bda1
Коммит d412ea0aaf
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,7 @@ Installation on Linux.
- If not installed, install Open MPI version 1.10 or later as described at https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Linux#open-mpi
- Set the following environment variables (the example below assumes, that CNTK is extracted to /home/username/cntk)
export PATH=/home/username/cntk/cntk/bin:$PATH
export LD_LIBRARY_PATH=/home/username/cntk/cntk/lib: /home/username/cntk/cntk/dependencies/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/username/cntk/cntk/lib:/home/username/cntk/cntk/dependencies/lib:$LD_LIBRARY_PATH
export ACML_FMA=0
(ACML_FMA is set to ensure the correct work of ACML library)

Просмотреть файл

@ -6,7 +6,7 @@ Installation on Linux.
- If not installed, install Open MPI version 1.10 or later as described at https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Linux#open-mpi
- Set the following environment variables (the example below assumes, that CNTK is extracted to /home/username/cntk)
export PATH=/home/username/cntk/cntk/bin:$PATH
export LD_LIBRARY_PATH=/home/username/cntk/cntk/lib: /home/username/cntk/cntk/dependencies/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/username/cntk/cntk/lib:/home/username/cntk/cntk/dependencies/lib:$LD_LIBRARY_PATH
export ACML_FMA=0
(ACML_FMA is set to ensure the correct work of ACML library)

Просмотреть файл

@ -6,7 +6,7 @@ Installation on Linux.
- If not installed, install Open MPI version 1.10 or later as described at https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Linux#open-mpi
- Set the following environment variables (the example below assumes, that CNTK is extracted to /home/username/cntk)
export PATH=/home/username/cntk/cntk/bin:$PATH
export LD_LIBRARY_PATH=/home/username/cntk/cntk/lib: /home/username/cntk/cntk/dependencies/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/username/cntk/cntk/lib:/home/username/cntk/cntk/dependencies/lib:$LD_LIBRARY_PATH
export ACML_FMA=0
(ACML_FMA is set to ensure the correct work of ACML library)