... | ... | @@ -22,7 +22,7 @@ When executing the code, the following mapping `MPI Process <--> GPU` will be ap |
|
|
In this case each MPI process is connected to one GPU.
|
|
|
Alternatively, one can use:
|
|
|
```bash
|
|
|
mpiexec -ppn 16 -np 32 ./td-wslda-2d input.txt
|
|
|
mpiexec -ppn 8 -np 32 ./td-wslda-2d input.txt
|
|
|
```
|
|
|
and distribution will be as follow:
|
|
|
![td-scheme](uploads/c6f4cd2418855a360754cb5baaaf6f0c/td-scheme.png)
|
... | ... | |