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

Windows 2000 compatibility

patf2000
Beginner
289 Views
Is code compiled with Intel compiler 10.x with TBB compatible with Windows 2000 ? We have a customer base running both Windows 2000 and Windows XP as platforms for our software. Anyone running Intel compiled code with TBB on Windows 2000 ?

Thanks
Pat
0 Kudos
1 Reply
Alexey-Kukanov
Employee
289 Views

The TBB library itself should work fine on Windows 2000, provided that the proper version of MSVC runtime is accessible. All Windows API functions explicitly used in TBB are available in Windows 2000. Officially, however, Windows 2000 is not supported and we do not test TBB there.

I assume you probably have some testboxes running Windows 2000; if so, you could try running TBB examples (might be even tests) there and see if there are outstanding issues seen right away. If any, we would of courseinvestigate those.

0 Kudos
Reply