I have a multi-threaded Fortran program that requires redirected input. I am trying to use it as a target in Inspector XE 2011. I am getting an error. I think the problem with with the redirected input. This is being run in Ubuntu Linux.
Below is an example of how to run the program outside of Inspector XE showing the redirected input.
./TEST < input.lst
To simulate the redirected input in Inspector XE I put the following under Application parameters:
< input.lst
I also tried to put the entire execution command, with the redirected input included,into a shell script and reference TEST as the child application. I get the same errors that way too.
When I run analysis I don't think the program is being executed by Inspector XE. I get errors and exit code 137.
When I reveal the command line I do not see the "< input.lst"appear anywhere.Its absence meansthe redirected input isn't happening. How do I get the redirected input to work in Inspector XE?



