- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Greetings, I have been using ifort 9.1.039 successfully with my code that links against openmpi 1.2.3 and netcdf 3.6.2. I recently upgraded to ifort 10.0.020, recompiled openmpi and netcdf, then compiled my code.
When using full optimizations, everything works wonderfully; however, when compiling with debug symbols (-g), the linker fails with:
ld: internal error: output_local_symbols() inconsistent local symbol count
This is an internal error within the Apple linker (version cctools-622.5.obj~13) that is only triggered when I use 10.0.020; however, it does not occur for most cases, only when combining the large (400k+ lines of code) model I am using with openmpi. Openmpi fortran examples work fine with -g, so I am not sure why there is an issue. I am stuck with ifc 9.1.039 for now.
Any suggestions?
When using full optimizations, everything works wonderfully; however, when compiling with debug symbols (-g), the linker fails with:
ld: internal error: output_local_symbols() inconsistent local symbol count
This is an internal error within the Apple linker (version cctools-622.5.obj~13) that is only triggered when I use 10.0.020; however, it does not occur for most cases, only when combining the large (400k+ lines of code) model I am using with openmpi. Openmpi fortran examples work fine with -g, so I am not sure why there is an issue. I am stuck with ifc 9.1.039 for now.
Any suggestions?
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Please report this problem to Intel Premier Support and provide your program as a test case. Make sure that you specify exactly what version of Mac OS you're using.
