make.def.dec_alpha 360 B

12345678910111213141516171819
  1. #This is for a DEC Alpha 8400. The code will execute on a
  2. #single processor
  3. #Warning: parallel make does not work properly in general
  4. MPIF77 = f77
  5. FLINK = f77
  6. #Optimization -O5 breaks SP; works fine for all other codes
  7. FFLAGS = -O4
  8. MPICC = cc
  9. CLINK = cc
  10. CFLAGS = -O5
  11. include ../config/make.dummy
  12. CC = cc -g
  13. BINDIR = ../bin
  14. RAND = randi8