I'm not exactly sure how to fix what you described. The semicolon is escaped
because otherwise the cmd line would think it had been separated - the orted
cmd line is ssh'd to the remote node and cannot include an unescaped
terminator. The space isn't a "special character" in that sense, and actu
Hello Michael,
michael.rach...@dlr.de wrote on Fri, 18 Jul 2014 at 01:58:50
> Dear Mr. Tillier and other MPI-developers,
>
> I am glad to hear that MS-MPI development is still active and interested in
> User feature requests.
>
> You want User feature requests for your further MS-MPI develo
Hi,
It seems that OMPI_MCA environment variables with spaces (for rsh?) are
incorrectly escaped.
This happens with version 1.8 and 1.8.1. I did not try Version 1.7!
To reproduce:
0) ./configure && make && make install # no special configure flags required
1) Create a host file, with a couple
Dear Mr. Tillier and other MPI-developers,
I am glad to hear that MS-MPI development is still active and interested in
User feature requests.
You want User feature requests for your further MS-MPI development?
Here is my request (I am doing Fortran CFD-code development for decades now
under