source /cdf/code/cdfoffline/cdf2.cshrc
on cdfsgi2
source ~cdfsoft/cdf2.cshrc
then type :
setup cdfsoft2 development
type :
newrel -tdevelopment testrel
This will create a new directory in your area called testrel. Go there:
cd testrel
Add ClcMods package to your release:
addpkg -h ClcMods
Go to ClcMods:
cd ClcMods
Compile ClcMods:
gmake
Point your libs/exe to local area:
srt_setup -a
Compile exe:
gmake tbin
Go to test dir:
cd test
Run your code:
> ~konigsb/testrel/bin/IRIX6-KCC_3_3/ClcDebug ClcDebug.tcl
(you have to edit the tcl file accordingly to point to a wrute data file.
Also remember that sevb creates ybos formatted file, not edm2).