Skip to content

Reply To: Multiple GPU on HPC Calculation Signal: Segmentation fault (11)

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Multiple GPU on HPC Calculation Signal: Segmentation fault (11) Reply To: Multiple GPU on HPC Calculation Signal: Segmentation fault (11)

#8761
Yuji
Participant

Dear @aseidler
could you try mpirun with ” -mca btl_smcuda_use_cuda_ipc 0″? for example $mpirun -np 2 –mca btl_smcuda_use_cuda_ipc 0 bash -c ‘export CUDA_VISIBLE_DEVICES=${OMPI_COMM_WORLD_LOCAL_RANK}; ./cavity3d’

we disscused similar topic in https://www.openlb.net/forum/topic/multi-gpus-calculation/

  • This reply was modified 1 year, 7 months ago by Yuji.