- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to integrate the intel oneAPI toolkit with VS2013 since the old code needs to use vs2013?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, from the oneAPI System Requirements (https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-base-toolkit-system-requirements.html) you need : "Microsoft Visual Studio* 2017, 2019 or 2022 Community, Enterprise and Professional Editions with 'Desktop development with C++' component installed". If you really need to use VS2013 for parts of your code, you could still use a later version of VS to build your Fortran code as a library and add it as an additional linker dependency.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, from the oneAPI System Requirements (https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-base-toolkit-system-requirements.html) you need : "Microsoft Visual Studio* 2017, 2019 or 2022 Community, Enterprise and Professional Editions with 'Desktop development with C++' component installed". If you really need to use VS2013 for parts of your code, you could still use a later version of VS to build your Fortran code as a library and add it as an additional linker dependency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your suggestion, but I have to compile the whole code to get the executable file and run it under commercial software. But unfortunately, the code is only allowed to be compiled in VS2013 with intel FORTRAN 16, otherwise, I always encounter linking errors, e.g.
(1) error lnk2019 unresolved external symbol __iob_func
(2) error lnk2019 unresolved external symbol __imp___iob_func
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page