Skip to content
Snippets Groups Projects
Commit 32b779ab authored by Moises Fernandez's avatar Moises Fernandez
Browse files

Write the library of BedpostxCUDA in /home/fs0/moisesf/scratch/MAY/lib instead of in FSLDIR/lib

parent c43f2d23
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ ${RUBIX}: ${RUBIXOBJS}
${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${RUBIXOBJS} ${DLIBS}
${LIBBEDPOSTX_CUDA}:
${CUDA}/bin/nvcc --shared --compiler-options '-fPIC' -o ${FSLDIR}/lib/libbedpostx_cuda.so CUDA/init_gpu.cu CUDA/samples.cu CUDA/diffmodels.cu CUDA/runmcmc.cu CUDA/xfibres_gpu.cu -O3 -gencode=arch=compute_20,code=\"sm_20,compute_20\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -lcudart -lcuda -lcurand -I. -L${CUDA}/lib64 -L${CUDA}/lib -ICUDA/options -I${CUDA}/include/thrust -I${FSLDIR}/extras/include/newmat -I${FSLDIR}/include -I${FSLDIR}/extras/include/boost -maxrregcount=64
${CUDA}/bin/nvcc --shared --compiler-options '-fPIC' -o ${FSLDEVDIR}/lib/libbedpostx_cuda.so CUDA/init_gpu.cu CUDA/samples.cu CUDA/diffmodels.cu CUDA/runmcmc.cu CUDA/xfibres_gpu.cu -O3 -gencode=arch=compute_20,code=\"sm_20,compute_20\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -lcudart -lcuda -lcurand -I. -L${CUDA}/lib64 -L${CUDA}/lib -ICUDA/options -I${CUDA}/include/thrust -I${FSLDIR}/extras/include/newmat -I${FSLDIR}/include -I${FSLDIR}/extras/include/boost -maxrregcount=64
${MERGE_PARTS_GPU}: ${MERGE_PARTS_GPUOBJS}
${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${MERGE_PARTS_GPUOBJS} ${DLIBS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment