| Summary: | Need to make routing files unique for each run | ||
|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | Greg Watson <g.watson> |
| Component: | Debug SDM | Assignee: | Greg Watson <g.watson> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 5.0.4 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Greg Watson
This really needs to make the routing file unique for each run. The perl helper scripts could create a temporary file using tempfile(), then pass this to the sdm as an argument. The sdm would need to be modified to accept the routing file path as an argument. The bug description has been updated. The routing file needs to be created in the user's home directory tree or somewhere that is shared across nodes. Using a file in /tmp probably won't work except on a single machine. The cwd for the launch script is probably ok. Added support to sdm to be able to specify routing file path. Launch scripts will use a unique name (using PID of script) to create a routing file in the current working directory (usually where the executable is located, but not always). |