intel / intel-application-migration-tool-for-openacc-to-openmp

OpenACC* to OpenMP* API assisting migration tool
BSD 3-Clause "New" or "Revised" License
32 stars 6 forks source link

The tool misses the "cases" in variable name. #19

Closed vinuta-sv closed 3 months ago

vinuta-sv commented 7 months ago

When I migrated openacc code to openmp using the tool, the variable name in the openacc section was "V_k1" but the tool did not consider the case and replaced it as "v_k1".

hservatg commented 7 months ago

Which language are you referring? C/C++, Fortran/Free, Fortran/Fixed? Can you add some example in the issue, please?

vinuta-sv commented 7 months ago

FORTRAN

giacrossi commented 7 months ago

Fortran is case-insensitive, so it doesn't matter at all.

hservatg commented 5 months ago

Agree with @giacrossi . Changing the case would be a bit complex and only cosmetic. Do you have a strong reason to keep the case in Fortran @vinuta-sv ?

hservatg commented 3 months ago

Closing as we don't have further feedback.