README 867 B

12345678910111213141516171819
  1. This directory contains a test to help determine which precompiler
  2. flags to set. As in the main SWIFT directory, edit the @make file and
  3. set the following variables:
  4. FORTRAN which is the command on your machine to run the Fortran
  5. compliler
  6. FFLAGS which are the flags you use for your Fortran. Here you
  7. do not include the flag that stops fortran from
  8. trying to link the program. (In addition for SyMBA
  9. users, the flags must be set so that recursion will
  10. work on your machine.)
  11. Then type `@make'. This will try to compile the 4 fortran programs in
  12. this directory. These programs contain the various ways in which
  13. fotran compilers handle different situations. @make will tell you
  14. which CCPFLAGS to use. We think that the output of @make is self
  15. explanatory.