Makefile.graham 196 B

1234567891011
  1. # to use, copy this file to 'Makefile.local'
  2. MACROS = -DGRAHAM -DNTHREADS=71680 -DNBLOCKS=112
  3. CUDA_ARCH = sm_60
  4. GMP ?=
  5. NTL ?= <fill this in>
  6. CUDA ?=
  7. LIBEVENT ?= <fill this in>
  8. MPI ?=
  9. CXX ?= g++