Software Archive
Read-only legacy content
17060 Discussions

libgmp for Xeon Phi

Todd_A_Intel
Employee
432 Views

Does anybody know of anybody who has ported libgmp to Xeon Phi?  (No, we can't use the MKL version of gmp since we use the user-provided allocator feature of libgmp and MKL doesn't support this.)

0 Kudos
1 Reply
Andrey_Vladimirov
New Contributor III
432 Views

This configure command seems to do the trick:

./configure CC=icc --host=x86_64 CFLAGS=-mmic --disable-assembly

0 Kudos
Reply