Home »
Public Forums »
archive »
Problem starting non IDL program with SPAWN
Problem starting non IDL program with SPAWN [message #81390] |
Sat, 08 September 2012 04:22 |
Tito
Messages: 16 Registered: March 2012
|
Junior Member |
|
|
Hi all!
I have the following problem
I am trying to start program outside IDL (fortran or C compiled program).
I am using this:
IDL> spawn,strcompress('~/LBLRTM/lblrtm/Chip1/lblrtm_v12.1_linux_ gnu_dbl')
STOP LBLRTM EXIT; EOF ON TAPE 5
and nothing happend, I have to generate one specific output file but the directory consist only the input file and no outputs.
starting directly from the shell (bash shell)
ttrifono@lx4:~/LBLRTM/lblrtm/Chip1> ./lblrtm_v12.1_linux_gnu_dbl
STOP LBLRTM EXIT
and 'ls'
ttrifono@lx4:~/LBLRTM/lblrtm/Chip1> ls
lblrtm_v12.1_linux_gnu_dbl TAPE1 TAPE10 TAPE11 TAPE12 TAPE27 TAPE3 TAPE5 TAPE5~ TAPE6 TAPE9
everything works as it should.
Anybody knows what I am missing? I used ,/sh keyword for spawn but with no
success,
All the best!
Trifon
|
|
|
Current Time: Wed Oct 08 18:36:48 PDT 2025
Total time taken to generate the page: 0.00487 seconds