Hello everyone,

I am writing a c++ project using MPI in Visual studio. However, when I run my CPP project under the debugging mode, I get the number of processors=1.0, while my PC has 4 processors. Does anyone know how I can modify the number of MPI processes in VS? I want to run the code under debugging to see what is going inside my MPI program, and I don't want to specify the number of processes using the routine "mpirun -n 4" .

More Meisam Adibifard's questions See All
Similar questions and discussions