Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

s390x 64-bit support in tbb

Jerry_J_1
Beginner
302 Views

Would you, please, add the following to build/linux.inc in tbb?

ifeq ($(arch),s390x)
        def_prefix = lin64
endif

This addition would let us build for that 64-bit platform in Fedora without patching tbb.  Thank you.

0 Kudos
2 Replies
Alexei_K_Intel
Employee
302 Views

Hi Jerry,

Thank you very much for the improvement idea. I suggest you submitting a contribution to TBB via the open source site (https://www.threadingbuildingblocks.org/submit-contribution).

Regards, Alex

0 Kudos
Alexey_M_Intel1
Employee
302 Views

Hi, Jerry.

We added this patch to build/linux.inc.

Changes are available in Intel(R) TBB 2017 U3 release: https://github.com/01org/tbb

Thank you for your contribution.

0 Kudos
Reply