NEB calculation with gpu
Posted: Mon Aug 30, 2021 12:20 pm
Hi,
I am trying to do NEB calculation with vtst tool. After running some calculations, I came to know that in neb calculation each image runs simultaneously and on a different node (card in GPU). My code vasp is working fine with vtst too. But my cluster has only four 4 card on X-cray computer. But when I want to have 5 images, it will run only four folder ie 01, 02, 03, 04, and not 05. Is there any way to do this calculation by using GPU with let's say 1 or 2 cards (Since I can't use all the cards every time).
On X-cray: I use command like this for one card-
aprun -n 1 -N 1 -d 18 path/to/vasp_gpu
thanks and regards
Mukes Singh
I am trying to do NEB calculation with vtst tool. After running some calculations, I came to know that in neb calculation each image runs simultaneously and on a different node (card in GPU). My code vasp is working fine with vtst too. But my cluster has only four 4 card on X-cray computer. But when I want to have 5 images, it will run only four folder ie 01, 02, 03, 04, and not 05. Is there any way to do this calculation by using GPU with let's say 1 or 2 cards (Since I can't use all the cards every time).
On X-cray: I use command like this for one card-
aprun -n 1 -N 1 -d 18 path/to/vasp_gpu
thanks and regards
Mukes Singh