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

Strange strings in exe file when compile with OpenMP

Lee__John
Beginner
269 Views

Dear expert,

When I build a simple code with OpenMP(or with auto-parallel option), I found there were some strings generated and inserted in exe file. The format is like below:

.data:0000000140007018 00000018 C ;unknown;loadfile;7;7;;
.data:0000000140007048 00000019 C ;unknown;loadfile;7;11;;
.data:0000000140007078 00000018 C ;unknown;loadfile;7;7;;
.data:00000001400070A8 00000018 C ;unknown;MAIN__;15;15;;
.data:00000001400070D8 00000018 C ;unknown;MAIN__;25;25;;

the 'loadfile' is the name of subroutine which only contains a very simple DO-ENDDO loop. If I turned off the openmp and auto-parallel options and tried to re-compile the code. those strings disappeared. All tests were done using release version.

Why those subroutine name be output to exe file? Could you please give me some advice that how to avoid outputting those strings into exe file?

Thanks & Best Regards,

John.

 

0 Kudos
0 Replies
Reply