CaseWavemaker-problem

edited April 2015 in Old versions
Hi,

I tried that case with the GPU, but when I execute "CaseWavemaker_linux64_GPU.sh" this is the CPU which is chosen. I already checked by opening the script file and I have:

if [ $errcode -eq 0 ]; then
$dualsphysics $dirout/$name $dirout -svres -gpu
errcode=$?
fi

So I don't know why the chosen one is the CPU instead of the GPU. And I want to specify that I haven't this problem with others cases.

Mustaf

Comments

  • I fixed the problem, we just have to open "CaseWavemaker_linux64_GPU.sh" and modify in the ligne 13 "DualSPHysicsCPU_linux64" by "DualSPHysics_linux64".
Sign In or Register to comment.