Hello. I'm new to this software. When I tried to compile my program with "-mcmodel=medium" option, Intel compiler gives an error below.
src/spike_algo.f90:(.text+0x1c): relocation truncated to fit: R_X86_64_32 against `.bss'
Can I getappropriate build from web site? regards,
Compile and link with -mcmodel=medium
Hello.
Because my code includes large static array,"-mcmodel=medium" isnecessary. Adaptive Spike Solver is not compiled with"-mcmodel=medium" ?I'm new to this software. When I tried to compile my program with "-mcmodel=medium" option, Intel compiler gives an error below.
Can I getappropriate build from web site? regards,