############################################################
# Demonstration of use of 'Wave' script which runs 'wave'
# and plots the output.
############################################################
lnx1% pwd; ls
/home/phys410/ode/wave
Makefile  Wave*  fcn.f  fcn.inc  wave.f

lnx1% Wave
+ test -f wave
+ make
pgf77 -g -Msecond_underscore -c wave.f
pgf77 -g -Msecond_underscore -c fcn.f
pgf77 -g -Msecond_underscore -L/usr/local/PGI/lib wave.o fcn.o \
              -lp410f -lodepack -llinpack -lsvs \
              -lbbhutil -lsv -lblas -o wave
Linking:
+ xlevel=8
+ olevel=6
+ tfinal=1.8
+ dtout=0.02
+ tol=1.0e-5
+ wave 8 6 1.8 0.02 1.0e-5
+ gnuplot
+ ls -lt out8.ps
-rw-r--r--    1 phys410  phys410    624488 Nov 14 09:42 out8.ps