Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29030 Discussions

Visual Studio, mixed languages python and fortran, debugging fortran code from python

Skagerak
Beginner
176 Views

I'm dealing with a legacy project with mixed languages, fortran and python.

We have previously been using visual studio 2017 and the ifort compiler (commercial, not oneAPI) and were able to debug the fortran code when running the python calls in visual studio with the "enable native language debugging" feature.

Now we want to do the same with more recent versions of visual studio and oneAPI.
Ideally we would like to use visual studio 2022 and oneAPI 2024 (we are still building in 32 bits).

Does anyone have experience with this? We have not managed to get the debugging to work with vs2022 and oneapi 2024.2.

Reading around on the internet, there seems to be some hope for using vs2019.

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
153 Views

The newest versions of oneAPI build 64-bit applications (and lack ifort). You may want to keep ifort from older versions of oneAPI, or decide to migrate to 64-bit applications.

 

Jim Dempsey

0 Kudos
Reply