[Met_help] MET configuration

John Halley Gotway johnhg at rap.ucar.edu
Fri Aug 21 07:31:26 MDT 2009


Andre,

I have in fact compiled METv2.0 on bluefire recently for a test we'll be running up there.  However, rather than having you run the executables from our project area, I'd suggest that you copy over
the files and recompile in your local area.  For example, copying MET and it's required libraries over to your home directory and rebuilding would consist of:

cd /blhome/apattant
cp -r /blhome/dtcrt/QNSE/MET .
cd MET/METv2.0
# Open up the Makefile and replace all instances of "/blhome/dtcrt/QNSE" with "/blhome/apattant".
make clean
make >& make_met.log&
tail -f *.log
# Type CNTL-C after compilation finishes
cd scripts
./test_all.sh >& test_all.log&
tail -f *.log
# Type CNTL-C after test finishes

Hope that helps.

John

Andre Pattantyus wrote:
> Dear Mr Gotway,
> 
> I just tried to install the GNU library prior to compiling MET but ran into
> an error.  Since I am doing so on bluefire, my professor thought that it may
> be on the server already, so that I could just soft link it into my
> directory.  I am wondering if this is the case or if there is a solution to
> my problem.  Thank you.
> 
> Regards,
> Andre Pattantyus
> 


More information about the Met_help mailing list