#--------------------------------------------------------------------------- # # SITE- AND/OR PLATFORM-SPECIFIC DEFINITIONS. # #--------------------------------------------------------------------------- #--------------------------------------------------------------------------- # Items in this file will need to be changed for each platform. # (Note these definitions are inconsistent with NPB2.1.) #--------------------------------------------------------------------------- # sinclude Makefile.default include ../config/Makefile.default sinclude ../config/Makefile.in #--------------------------------------------------------------------------- # Destination of executables, relative to subdirs of the main directory. . #--------------------------------------------------------------------------- BINDIR = ../bin #--------------------------------------------------------------------------- # The variable RAND controls which random number generator # is used. # Use "randi8" unless there is a reason to use another one. # Other allowed values are "randi8_safe", "randdp" and "randdpvec" #--------------------------------------------------------------------------- RAND = randi8 # The following is highly reliable but may be slow: # RAND = randdp #--------------------------------------------------------------------------- # The variable WTIME is the name of the wtime source code module in the # NPB2.x/common directory. # For most machines, use wtime.c # For SGI power challenge: use wtime_sgi64.c #--------------------------------------------------------------------------- WTIME = wtime.c #--------------------------------------------------------------------------- # Enable if either Cray or IBM: # (no such flag for most machines: see common/wtime.h) # This is used by the C compiler to pass the machine name to common/wtime.h, # where the C/Fortran binding interface format is determined #--------------------------------------------------------------------------- # MACHINE = -DCRAY # MACHINE = -DIBM