Buglet Fix
Description:
The FFLAGS environment variable wasn't being passed to the Makefiles.
The config files weren't including it when they set the FFLAGS
variable.
Solution:
Changed the FFLAGS="..." command to FFLAGS="$FFLAGS ..." instead.
Platforms tested:
Copper
Arabica
Verbena
Misc. update:
Purpose: Maintenance for T3E
Description: Cray updated T3E to run unicosmk2.0.6.X
Configuration failed.
Solution: Created new unicosmk2.0.6.X files in the config and fortran/config
directories and added them to MANIFEST. I had to disable warning
# 412 for fortran compilation. The warning would prevent creation
of executable programs.
Platforms tested: Cray T3E
Misc. update: