Submit a Story  :  IRAF Links  :  Past Polls  :  Calendar  :  Advanced Search  
     iraf.net
FAQ
 Forum FAQForum FAQ   Forum SearchForum Search   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Iraf Help!

 
Post new topic   Reply to topic    iraf.net Forum Index -> Systems
View previous topic :: View next topic  
Author Message
Guest
Guest





PostPosted: Tue May 02, 2006 2:24 am    Post subject: Iraf Help! Reply with quote

To Whom it may concern:
Hi,  i have been running iraf on a linux red hat 8 laptop. I'm having problems running a certain .cl script file that runs too slow. The script file is a photometry analyzing program. I tried running the copy command on a xgterm terminal and i takes on average 6.5 mins. Also the help commands takes that long to execute. When I'm analyzing data using my script file it takes about 35 - 45 mins to finish on the linux red hat 8 laptop, but I'm using the same program on my mac and it only takes on average 10 mins to finish. Also some of the output files that are generated from the red hat machine are corrupted. Can you please help me with any suggestions in how to fix the problem? I have tried reinstalling iraf and i also installed some of the patches. None of them have improve the computers performance.
Thank You,
Johel Martinez.
joemart82@yahoo.com (joemart82@yahoo.com)

Post generated using Mail2Forum (http://www.mail2forum.com)
Back to top
fitz
Site Admin


Joined: 30 Sep 2005
Posts: 3257
Location: Tucson

PostPosted: Tue May 02, 2006 3:17 am    Post subject: Reply with quote

Are you by any chance using an NFS filesystem for the data? A COPY is in the system binary which is locked in the cache by default and is thus already running, thereafter it simply reads the input and writes to the output. The unix 'dmesg' command will print the system log an tell you whether there are any NFS problems with the machine in question, but if this is the case using 'cp' at the unix level on the same files should show the same slowness. Does it? If you work entirely on local files, e.g.

Code:
cl> copy /etc/passwd /tmp/


it should be almost instantaneous. Is it?

If it is an NFS problem, sometimes restarting the server daemon helps. Hope this helps.

Cheers,
-Mike
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    iraf.net Forum Index -> Systems All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2009 phpBB Group
 Copyright © 2005-2011 iraf.net
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.10 seconds