Open
Description
Using the latest ( 24.01) WarpX version i get these warning on the 8 AMD-GPU node using exactly 8 MPI ranks:
Multiple GPUs are visible to each MPI rank, This may lead to incorrect or suboptimal rank-to-GPU mapping.!
SLURM submit script is the following:
sbatch --reservation=dbertini --nodes 1 --ntasks-per-node 8 --cpus-per-task 12 --gres=gpu:8 --gpu-bind verbose,closest --mem-per-gpu 48000 --no-requeue --job-name warpx --mail-type ALL --mail-user [email protected] --partition gpu --time 7-0:00:00 -D ./ -o %j.out.log -e %j.err.log ./run-file.sh
Any idea what could be wrong here ?