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

a ifort error #10236 under Ubuntu 64 bit

vastviewec
Beginner
978 Views
I tried to compile a scientific program under UBUNTU 9.10 64 bit system (CPU: INTEL I5 quad core). Everything seems good while installing ifort, icc and intel mpi package, until I start to compile. The compilation failed and I found error message like this:

ifort: error #10236: File not found: 'I_MPI_SUBSTITUTE_LDFLAGS'
ifort: error #10236: File not found: 'I_MPI_SUBSTITUTE_LIBS'
make[1]: [em_real] Error 1 (ignored)


I can't find any useful information about 'I_MPI_SUBSTITUTE_LDFLAGS' or 'I_MPI_SUBSTITUTE_LIBS' either in GOOGLE search engine or INTEL website. However, the compilation was successful when I test in 32 bit system. Any thoughts or hints are much appreciated!
0 Kudos
2 Replies
Ron_Green
Moderator
978 Views

it looks like the compilation is taking defines as filenames. hard to tell. What do you get when you add -dryrun option to your compilation? I need to see the complete output of your build with -dryrun added.

ron

0 Kudos
vastviewec
Beginner
977 Views

Hi Ron,

Thanks very much for you reply. I'm not sure if you saw my last reply as I accidentally marked it as private. The program I was talking about is Weather Research and Forecasting Model (WRF). I followed the instruction at http://software.intel.com/en-us/articles/wrf-and-wps-v311-installation-bkm-with-inter-compilers-and-inte lr-mpi/#comment-34987 . Everything was ok when working under 32 bit.

I'm sorry I'm not familiar with the compiler yet and have no idea how to put the -dryrun option to the compilation. However, I attached the compile.log that generated during the compilation,the option I chose for building WRF is "Linux x86_64 i486 i586 i686, ifort compiler with icc (dmpar)". In the meantime, the configuration file for building is also attached.

I'm not sure if this problem is associated with the informal installation in debian based system as UBUNTU, as INTELMPI only support rpm release at present.

Thanks!

0 Kudos
Reply