Code: Select all
enable_mpi="yes"
with_mpi_prefix="/home/user/MineOS/openmpi2"
enable_gpu="yes"
with_gpu_prefix="/usr/local/cuda"
with_linalg_flavor="mkl+magma"
with_linalg_libs="-L/home/user/MineOS/magma/lib -Wl,--start-group -lmagma -lmagma_sparse -Wl,--end-group -L/opt/intel/compilers_and_libraries_2017.0.098/linux/mkl/lib/intel64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core"
build was successful but testing using the 'runtests.py' results to a lot of failures, building with MKL and openmpi2 was fine, so definitely no problem with those (I guess) but when I add CUDA, then testing failures starts to crop up, I am sure that this problem is most likely related to my configuration options for CUDA, my Cuda version is Cuda8 and my GCC is 4.9, It was said that GPU support was experimental but I see some people on the net enabling this for supercomputers and other studies already, so there is no point for me having not making it work, still I get lots of tests failures compared to Non-CUDA build, can anybody pls help?