Quantcast
Channel: Intel® Software - Intel® Fortran Compiler for Linux* and macOS*
Viewing all articles
Browse latest Browse all 2746

FFTW with Fortran - relocation truncated to fit: R_X86_64_PC32

$
0
0

Hi, I am trying to install FFTW 3.3.4, and will be handing very big data cubes (~100Gb). I am using Ubuntu 14.04 on an Intel Xeon processor, with ifort, and icc, both latest versions. The configure and installation seem to work fine, but then when the size of the cubes gets too big and I try to compile my code I get a whole bunch of "relocation truncated to fit: R_X86_64_PC32 against symbol ... " messages. 

I did my best to mimic the success that one of the members had here: https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux... however so far no lock. My configure command looks like this:

./configure CC=icc F77=ifort CFLAGS="-mcmodel=large -shared-intel" FFLAGS="-mcmodel=large -shared-intel" --prefix=/scratch/eames/

And I have tried a lot of variations on this, such as removing the -shared-intel flag, and using -mcmodel=medium instead of large. FFTW always installs fine but nothing seems to work for compiling my code, and after 2 days with this problem I'm really stumped. Thanks in advance, and apologies as I am certainly not one of the most tech-savvy users here, so I may be slow understanding advice.

Cheers!

 

Zone: 

Thread Topic: 

Help Me

Viewing all articles
Browse latest Browse all 2746

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>