next up previous contents index
Next: Building the FMCHEOPS Up: CHEOPS interface Previous: CHEOPS interface

Building the FATMEN/CHEOPS interface on a Unix system

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 cheops2f
This 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


Janne Saarela
Mon May 15 09:59:59 METDST 1995