Hi
I am currently trying to pass unicode characters to my MPI application.
starting the application directly I receive the correct Unicode arguments, however when I use mpiexec -np2 MyApplication <some unicode>
the <some unicode> bit is transformed in question marks.
Based on https://msdn.microsoft.com/en-us/library/mt147726(v=vs.85).aspx MS MPI v7.1 (or newer?) should support
Unicode characters in the command line. Is this also the case for the arguments? Or is this the wrong method to pass on Unicode characters to my application?
Additionally, I observed that -wdir does not seem to support a long UNC path (\\?\my path) is this correct?
Thank you in advance,
Geerit