Page 1 of 1

Re-compile of Miriad task rmclean

Posted: Wed Aug 21, 2013 11:39 am
by saracmbr
Hi there,
I've changed the rmclean.for in the Miriad environment(Made by mirtree) and compiled it but when I run rmclean it looks like it still has not updated. BTW I used
mirtree for the second time since I could not find the first one. It seems The miriad is using the compiled task in first Miriad environment(mirtree). How I can get the updated rmclean.for to work in Miriad?

Cheers,
Sara

Re: Re-compile of Miriad task rmclean

Posted: Wed Aug 21, 2013 1:00 pm
by Mark.Wieringa
Hi Sara,

if you are compiling Miriad in your own area, e.g., ~/miriad (created with mirtree), the executables end up in ~/miriad/linux64/bin or ~/miriad/darwin_x86_64/bin, so to access these you need to put this area in your PATH before $MIRBIN. So do something like
setenv PATH ~/miriad/linux64/bin:${PATH} (for csh) or

PATH=~/miriad/linux64/bin:$PATH ; export PATH (for bash)

mirtree will make a miriad subdirectory with the full miriad tree in your current directory, it will not automatically change your PATH to use this.

Cheers,

Mark