Intro
Cernlib is a set of FORTRAN programs and libraries mainly developed and supported by CERN.
Cernlib
Cernlib releases are installed below /cern/cernlib on the cluster.
PAW
PAW was the standard tool for data analysis and plotting before ROOT.
A statically linked copy of pawX11 is included in the cernlib 2003 distribution. It is at:
/cern/cernlib/2003/bin/pawX11
You can also use the pawX11 in cernlib 2004 that requires libshift.so. To do this, add the directory that contains libshift.so to you LD_LIBRARY_PATH environment variable (example in BASH):
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/cern/cernlib/2004/lib
/cern/cernlib/2004/bin/pawX11
--
TomRockwell - 16 Jan 2007