This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Move OpenMP dependency handling for clang/gfortran combo
tags/v0.3.25^2
Martin Kroeker
GitHub
1 year ago
parent
dc1c880782
commit
1a308a0066
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
3 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile.system
+0
-7
f_check
+ 3
- 0
Makefile.system
View File
@@ -608,6 +608,9 @@ endif
ifeq ($(C_COMPILER), CLANG)
CCOMMON_OPT += -fopenmp
ifeq ($(F_COMPILER), GFORTRAN)
FEXTRALIB := $(subst -lgomp,-lomp,$(FEXTRALIB))
endif
endif
ifeq ($(C_COMPILER), INTEL)
+ 0
- 7
f_check
View File
@@ -373,13 +373,6 @@ if [ -n "$link" ]; then
;;
esac
case "$flag" in *-lgomp*)
case "$CC" in *clang*)
flag="-lomp"
;;
esac
esac
case "$flag" in -l*)
case "$flag" in
*ibrary*|*gfortranbegin*|*flangmain*|*frtbegin*|*pathfstart*|\
Write
Preview
Loading…
Cancel
Save