https://bugzilla.redhat.com/show_bug.cgi?id=1389016



--- Comment #15 from Hans Pabst <hans.pa...@intel.com> ---
One more comment about the OMP build key. It's actually a "tristate":
(1) OMP=1: default (note: -fopenmp [or equivalent] only applies to libxsmmext)
(2) OMP=0: non-default, turns OpenMP off (even for libxsmmext!)
(3) OMP build key is not specified -> similar to #1
I recommend to stay with #3.

Other comments about the build specification:
- STATIC=0: that's fine if you want shared libraries. Btw, you can build static
libraries in addition if needed.
- PREFETCH=1: superfluous, it's the default anyways (CPUID-based prefetch
strategy).
- SYM=1: non-default but just fine (if symbols are needed/policy).
- SSE=0: turns generating SSE3 instructions off; fine if that's the policy.
Regarding the latter, in particular critical code is CPUID-dispatched e.g.,
using CRC32 instruction/s (SSE4.2) for the JIT-code registry.

One more comment regarding the package warnings: .make files are indeed empty,
those are build artifacts and do not need to be packaged. The spelling of
"coprocessor" (as opposed to co-processor) is intentionally wrt to KNC.
Regarding the "spurious-executable-perm", i may rename these scripts to .sh if
that helps (though this sample needs to be scrubbed a bit anyways ;-).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to