This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Support compilation with nagfor
tags/v0.3.14^2
Martin Kroeker
GitHub
4 years ago
parent
3c356b1a1f
commit
041a26fd79
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ctest/Makefile
+ 3
- 0
ctest/Makefile
View File
@@ -212,6 +212,9 @@ ifeq ($(C_COMPILER), CLANG)
CEXTRALIB = -lomp
CEXTRALIB = -lomp
endif
endif
endif
endif
ifeq ($(F_COMPILER), NAG)
CEXTRALIB = -lgomp
endif
endif
endif
ifeq ($(BUILD_SINGLE),1)
ifeq ($(BUILD_SINGLE),1)
Write
Preview
Loading…
Cancel
Save