CaseWavemaker-problem
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
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