hi,
I Create a windows_shared_memory in user application, and open it in other process which launched by mpiexec.exe。
The problem is the mpi process can not open windows_shared_memory (ERROR _NOT_FOUND_FILE).
i think the reason is the user application under session 1, while the mpi process under session 0(because hydra_service under session 0)。
how can i do.
best wishes.