Home »
Public Forums »
archive »
Using IDL shell in crontab
Using IDL shell in crontab [message #56974] |
Sat, 24 November 2007 05:07 |
Bearstone
Messages: 3 Registered: November 2007
|
Junior Member |
|
|
I tried hard to get the answer on the web, but I got no clue.
My problem is really simple.
I draw simple figures with IDL code and it work without any problem.
I use simple shell file like
idl << EOF
.run 1122.pro
.run 1122-arsl.pro
.run 1122size.pro
EOF
when I run it manually, it has no problem
But when I put the shell file in crontab - because I have to draw
figure every 10 minures- it doesn't work at all
Crontab setting is like below
*/10 7-20 * * * /bin/csh /data1/kimws/skyrad/Seoul/POM01MKII/1122one-
mk2.csh > /data1/kimws/skyrad/mk2.out
If I just run manually on prompt like
[arsl]/data1/kimws/skyrad/Seoul/POM01MKII{442}/data1/kimws/s kyrad/
Seoul/POM01MKII/1122one-mk2.csh
It works good.
It's doesn't work only when it is in crontab.
Other shell files that doesn't contain any IDL code work without any
problem.
How can I solve this problem? T.T
|
|
|
Current Time: Sat Oct 11 22:10:52 PDT 2025
Total time taken to generate the page: 2.88077 seconds