Browse Source

Add -lgomp when IBM xlf is combined with gcc in OPENMP builds

tags/v0.3.25^2
Martin Kroeker GitHub 2 years ago
parent
commit
7a96908d0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      ctest/Makefile

+ 5
- 0
ctest/Makefile View File

@@ -214,6 +214,11 @@ endif
ifeq ($(F_COMPILER), NAG)
CEXTRALIB = -lgomp
endif
ifeq ($(F_COMPILER), IBM)
ifeq ($(C_COMPILER), GCC)
CEXTRALIB += -lgomp
endif
endif
endif

ifeq ($(BUILD_SINGLE),1)


Loading…
Cancel
Save