Reply To: Multi GPUs Calculation
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Multi GPUs Calculation › Reply To: Multi GPUs Calculation
July 12, 2023 at 5:55 am
#7621
Yuji
Participant
Dear Adrian,
Sorry for interrupting your holliday.
I could do mpirun with -mca btl_smcuda_use_cuda_ipc 0.
Thank you so much.
By the way, some instractions for the multiple GPUs calculation , for examples “gpu::cuda::device::synchronize();”, are written in the examples/laminar/cavity3dBenchmark/cavity3d.cpp.
Is it necessary to write in my cpp too for mpirun with multiple GPUs?
I think it is not necessary to write it for CPU mpirun. But I am not sure for GPU.
Moreover I want to know where openMPI and openMP instractions in openLB (both CPU and GPU).
Best