[MITgcm-support] Error Message

Martin Losch Martin.Losch at awi.de
Tue Feb 19 11:52:30 EST 2013


Hi Ashley,

that usually means that your compiler cannot fit the fields into memory. Which compiler are you using?
With ifort you need to use options like -mcmodel=medium, but that depends on the compiler. Have a look at the man pages of your compiler and look fore memory model. Or go parallel and have smaller subdomains.

Martin

On Feb 19, 2013, at 5:29 PM, "Stroman, Ashley" <acs08g at my.fsu.edu> wrote:

> Hello.
> 
> I tried to compile one of my experiments and I received the following error:
> 
> debug_cs_corner_uv.o: In function `debug_cs_corner_uv_':
> debug_cs_corner_uv.f:(.text+0x67): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_cs_corner_uv.f:(.text+0x7b): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_cs_corner_uv.f:(.text+0x91): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_cs_corner_uv.f:(.text+0xa0): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_cs_corner_uv.f:(.text+0xaf): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_cs_corner_uv.f:(.text+0xb7): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_cs_corner_uv.f:(.text+0xbf): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_cs_corner_uv.f:(.text+0xc8): relocation truncated to fit: R_X86_64_32S against symbol `debug_cs_corner_uv_local_' defined in COMMON section in debug_cs_corner_uv.o
> debug_fld_stats_rl.o: In function `debug_fld_stats_rl_':
> debug_fld_stats_rl.f:(.text+0xa4): relocation truncated to fit: R_X86_64_32S against symbol `eeparams_i_' defined in COMMON section in chksum_tiled.o
> debug_fld_stats_rl.f:(.text+0xab): relocation truncated to fit: R_X86_64_32S against symbol `eeparams_i_' defined in COMMON section in chksum_tiled.o
> debug_fld_stats_rl.f:(.text+0xc3): additional relocation overflows omitted from the output
> collect2: ld returned 1 exit status
> 
> Has anyone dealt with this error before? Thanks.
> 
> Best,
> Ashley Stroman
> 
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support




More information about the MITgcm-support mailing list