Browse Source

Merge branch 'master' of github.com:xianyi/OpenBLAS into develop

tags/v0.1alpha2^2
Xianyi Zhang 15 years ago
parent
commit
c642b61d4d
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