The following script may be used to build the FATMEN/CHEOPS interface on a Unix system.
Script to build the FATMEN/CHEOPS interface
ypatchy /cern/pro/src/car/zebra.car cheops2f.f :go <<! +use,qcde. +use,ibmrt,*cheops2f. +exe. +pam,11,r=qcde,t=c. +pam,12,t=c,a. fatmen.cards +quit ! xlf -q extname cheops2f.f -L/cern/pro/lib -lpacklib -o cheops2fThis server may be run with the following script.
Running the server
#!/bin/sh # # script to run the FATMEN/CHEOPS interface. # t=`date` h=`hostname` echo echo FATMEN/CHEOPS server starting at $t on $h echo FMWAKEUP=30; export FMWAKEUP FMLOGL=3; export FMLOGL FMCHEOPS=/fatmen/fmcheops; export FMCHEOPS echo Wakeup interval is $FMWAKEUP seconds echo $HOME/fatmen/cheops2f