botw

Compile and install a single OTW routine. This handles the compilation of the gfortran code, the installation of the executable, and the installation of the shell script that runs the code.


botw cih  

This would insatll the cih (Compute Image Histogram) code.




Multiple botw runs.

Suppose you wish to install a lot of OTW codes. The botw_bigrun will do this easily. Just prepare an ASCII file listing the names of the codes you want to compile and install:

 
% cat list1 file listing the names of the codes 
you want to compile and install:
 

% botw_bigrun list1
cih 
thresh
ccl4
ellradius

% botw_bigrun list1



Back to SCO CODES page