18 April 2004

This is an approved src.alt for 187.facerec in CPU2000 v1.2.  It adds
code to file fft2d.90 to check that the allocatable array FTemp is allocated  
before calling SHAPE on it.

To apply the src.alt, unpack the tar file in the top level of the CPU2000
directory.  The following sequence of commands should accomplish this:

$ /bin/sh
$ cd <cpu2000 dir>
$ . ./shrc
$ go top
$ specgzip -dc <src.alt tarball> | spectar -xvf -

Please replace the items in angle brackets ( <> ) as appropriate.

To have the src.alt applied during compilation, please add the following
stanza to your config file:

# Enable 187.facerec AllocShape src.alt
255.vortex=default=default=default:
srcalt=AllocShape

This src.alt fixes a minor bug in fft2d.f90 similar to one fixed 
in cpu2000 v1.1.
