Ticket #915 (closed bug: fixed)
SMPD does not handle env vars ending in backslashes correctly
| Reported by: | jayesh | Owned by: | jayesh |
|---|---|---|---|
| Priority: | major | Milestone: | mpich2-1.2.1 |
| Component: | mpich2 | Keywords: | |
| Cc: | hipandey@… |
Description
set CNTRL_MPI_DIR=d:\mpi\ mpiexec -n 1 -genvlist CNTRL_MPI_DIR cmd /c set | grep CNTRL
gives incorrect value for CNTRL_MPI_DIR env var (an env var ending in backslash).
The quotes are escaped with backslashes & environment variables are passed to the process manager within quotes - resulting in the code that interprets commands with environment variables ending in backslashes as ending with a double quote.
-Jayesh
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
