Skip to content
Snippets Groups Projects
Commit 7e2221ac authored by Milan Jaros's avatar Milan Jaros
Browse files

fix run_vrclient_gcc.sh

parent 3b7ec7ad
No related branches found
No related tags found
No related merge requests found
......@@ -7,17 +7,19 @@ export LD_LIBRARY_PATH=${src}/ultragrid/lib:$LD_LIBRARY_PATH
export KERNEL_CUDA_CUBIN=${ROOT_DIR}/build/vrclient_gcc/cycles_cuda/kernel_sm_%cuda_sm%.cubin
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:$LD_LIBRARY_PATH
export CLIENT_FILE_KERNEL_GLOBAL=$ROOT_DIR/src/blender-vr-interactive/client/data/box_gpu.kg
export CLIENT_FILE_KERNEL_GLOBAL=$ROOT_DIR/src/blender-vr-interactive/client/data/mercedes_gpu.kg
export CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES:-0,1,2,3,4,5,6,7}
export DEBUG_RES_W=3840
export DEBUG_RES_H=2160
#rendering of 400 rows
export CLIENT_TILES="0;100;100;100;200;100;300;100"
#export CLIENT_TILES="0;100;100;100;200;100;300;100"
export LIBUG_COMPRESSION="UG_UNCOMPRESSED"
#export LIBUG_COMPRESSION="UG_JPEG"
#export LIBUG_COMPRESSION="UG_UNCOMPRESSED"
export LIBUG_COMPRESSION="UG_JPEG"
export UG_MAX_FPS=90
#TX
#export SOCKET_SERVER_PORT_DATA=5006
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment