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.magny0.sun (331B)


      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 OMPFLAG = -DOMPVER2 -DOMPVER3
      5 
      6 CC = /home/h012/fiona/SolarisStudio12.2-linux-x86-tar-ML/solstudio12.2/bin/suncc
      7 CFLAGS = -xopenmp -xO3 -lm
      8 LDFLAGS = -xopenmp -xO3 -lm
      9 CPP = /usr/bin/cpp
     10 LIBS =