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

32 bit installation of tbb in a 64 bit linux machine

Ankur_B_
Beginner
465 Views

 

I am trying to install tbb from source as 32 bit in a 64 bit linux machine. Can anyone guide how to make tbb as 32 bit forcefully in a 64 bit machine.

I already tried this.

 CONFIG: cfg=debug arch=ia32 compiler=gcc target=linux runtime=cc4.1.2_libc2.5_kernel2.6.18

but still the -m64 flag is appearing in the compilation, I need to change it to -m32.

 

0 Kudos
1 Solution
Maksim_D_Intel
Employee
465 Views

Hello

Which version of TBB do you use? 

Could you please try to execute make tbb tbbmalloc arch=ia32  in src directory.

View solution in original post

0 Kudos
1 Reply
Maksim_D_Intel
Employee
466 Views

Hello

Which version of TBB do you use? 

Could you please try to execute make tbb tbbmalloc arch=ia32  in src directory.

0 Kudos
Reply