Hi all: For a Windows unicode console program (MyUnicodeAPP.exe), my way to display unicode characters in the screen is: (1)Convert all wchar_t to char with UTF8 encoding (2)Change the codepage of console to 65001 (UTF8) (3)printf the UTF8 encoded strings But when I use the following command, the UTF8 encoded strings can't be displayed correctly. mpiexec.exe -localonly -n 2 MyUnicodeApp.exe I think the MyUnicodeApp.exe launched by smpd.exe has its own codepage of console rather than 65001 of the main console. Is there anyway to print unicode strings in a MPI app? regards, Seifer
Intel MPI and Unicode in Windows
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione




