Browse Source

Make USE_OPENMP=0 disable openmp

tags/v0.1alpha2
Elias Pipping 14 years ago
parent
commit
49742cb2d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system View File

@@ -189,7 +189,7 @@ ifeq ($(C_COMPILER), INTEL)
CCOMMON_OPT += -wd981
endif

ifdef USE_OPENMP
ifeq ($(USE_OPENMP), 1)
ifeq ($(C_COMPILER), GCC)
CCOMMON_OPT += -fopenmp
endif


Loading…
Cancel
Save