runcpu: support -fopenmp (dynamic linking)
This commit is contained in:
@@ -25,7 +25,7 @@ verify_binaries = 0
|
||||
intrate,fprate:
|
||||
copies = 1 # EDIT to change number of copies (see above)
|
||||
intspeed,fpspeed:
|
||||
threads = 1 # EDIT to change number of OpenMP threads (see above)
|
||||
threads = @@OpenMPThreads@@ # EDIT to change number of OpenMP threads (see above)
|
||||
|
||||
|
||||
#------- Compilers ------------------------------------------------------------
|
||||
@@ -115,4 +115,4 @@ default=base:
|
||||
|
||||
intrate,intspeed=base:
|
||||
EXTRA_COPTIMIZE = -fno-strict-aliasing
|
||||
LDCFLAGS = -z muldefs
|
||||
LDCFLAGS = -z muldefs
|
||||
|
||||
Reference in New Issue
Block a user