cs205-lecture-examples

Example codes used during Harvard CS205 lectures
git clone https://git.0xfab.ch/cs205-lecture-examples.git
Log | Files | Refs | README | LICENSE

Makefile.defs.hector.pgi (383B)


      1 # Uncomment the following line to use OpenMP 2.0 features
      2 #OMPFLAG = -DOMPVER2
      3 # Uncomment the following line to use OpenMP 3.0 features
      4 # Nested tasks don't work on HECToR Phase 3 for the PGI compiler
      5 # and thus are disabled. 
      6 OMPFLAG = -DOMPVER2 -DOMPVER3 -DDISABLE_NESTED_TASKS_TESTS
      7 
      8 CC =cc 
      9 CFLAGS = -fast -mp=nonuma -lm
     10 LDFLAGS = -fast -mp=nonuma -lm
     11 CPP = /usr/bin/cpp
     12 LIBS =