You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not mandatory or even recomendable to work with Anura3D but in case anyone downloads the new Intel Toolkits or VS2026, I hope these instructions will save some time.
Here I summarize the key points for moving to VS2026 or updating Intel Base or HPC Toolkits:
Intel oneAPI Fortran new compiler is more strict with declarations, and at line 304 of fileO.for it interprets the logical FExist as an external function reference when it is defined in the same file, entering into a name conflict. To avoid that problem comment the lines as follows:
Updateing Intel Toolkits to work with VisualStudio2022:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is not mandatory or even recomendable to work with Anura3D but in case anyone downloads the new Intel Toolkits or VS2026, I hope these instructions will save some time.
Here I summarize the key points for moving to VS2026 or updating Intel Base or HPC Toolkits:
The new version (2025.3.1) of Intel Base and HPC Toolkits are needed. They can be downloaded from:
https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html
Intel oneAPI Fortran new compiler is more strict with declarations, and at line 304 of fileO.for it interprets the logical FExist as an external function reference when it is defined in the same file, entering into a name conflict. To avoid that problem comment the lines as follows:
The new version (2025.3.1) of Intel Base and HPC Toolkits can be downloaded from the same link as stated above.
After the installation, the Intel FEE has to be downloaded from
https://marketplace.visualstudio.com/items?itemName=intel-corporation.FortranExpressionEvaluator and installed.
Beta Was this translation helpful? Give feedback.
All reactions