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

Compiling Issue

Kuro1
Beginner
530 Views

Good morning

I am using Intel OneAPI Base and HPC Toolkit (Single-Node) 2024 and Visual Studio Professional 2022 LTSC 17.12.

I have a program that I have been using since 2017 that work just fine not until I purchased and installed Intel OneAPI Base 2024 and started having issues with compiling.

Error#6448: This name has already been assigned the ALLOCATABLE attribute. [VYDIST_PTR].

This error only comes on when trying to compile one of the 10 source files for my project. It doesn't matter if the project is compiled using IFORT or IFX, it still throws out the same error and this was not the case when I last purchase the 2021 Intel Parallel Studio for Fortran and C++.

 

Any help will be appreciated.

0 Kudos
1 Reply
andrew_4619
Honored Contributor III
484 Views

Well done Intel your latest compiler is finding an error in the source code of the user that was not previously found. The user should now fix the code as the error is not the compiler but the source code!

0 Kudos
Reply