Browse Source

Merge 49742cb2d3 into 8cc628a953

pull/36/merge
GitHub Merge Button 15 years ago
parent
commit
a36468f5cb
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