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

Intel Fortran Compiler interfaced in Pycharm

ABM
Beginner
1,333 Views

Hello, I am trying to wrap some fortran code in the Pycharm IDE using f2py, but I do not know how to link it to the Intel fortran compiler to compile the code in Pycharm. I have tried a lot of different terminal commands through Pycharm, most recently being "f2py -c --fcompiler=intelvem -L "C:
\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\bin\intel64"", but I keep getting errors about it not knowing how to compile. Any idea how to link the compiler so I can use it through Pycharm?

 

Thanks!

Labels (1)
0 Kudos
1 Solution
DataScientist
Valued Contributor I
1,303 Views

This question might have good answers in Fortran Discourse: https://fortran-lang.discourse.group/

View solution in original post

0 Kudos
1 Reply
DataScientist
Valued Contributor I
1,304 Views

This question might have good answers in Fortran Discourse: https://fortran-lang.discourse.group/

0 Kudos
Reply