| # | Line 6 | Line 6 | OSS = $(strip $(OS)) | |
|---|---|---|
| 6 | ||
| 7 | # Here we decide whether the build is single or mutiple processor | |
| 8 | ||
| 9 | < | BUILD = mpi |
| 10 | < | #BUILD = single |
| 9 | > | #BUILD = mpi |
| 10 | > | BUILD = single |
| 11 | ||
| 12 | # turn on compiler warnings | |
| 13 | ||
| # | Line 16 | Line 16 | WARN = off | |
| 16 | ||
| 17 | # turn on debuging | |
| 18 | ||
| 19 | < | DEBUG = on |
| 20 | < | #DEBUG = off |
| 19 | > | #DEBUG = on |
| 20 | > | DEBUG = off |
| 21 | ||
| 22 | < | TALKATIVE = on |
| 23 | < | #TALKATIVE = off |
| 22 | > | #TALKATIVE = on |
| 23 | > | TALKATIVE = off |
| 24 | ||
| 25 | # use drand 48 or SPRNG | |
| 26 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |