Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

warning message while compiling CAMx

meteorico
Beginner
456 Views

Hi all,

I have no such experience in Linux, and I'm working on a environmental model (CAMx). I have installed Intel FortranCompiler 9.1.043 and I tried to compile the code. This is what happened:

-------------------------------------------------------
You are about to compile with MXTRSP set to 1

If this is not correct, hit C
do "make clean"
Modify "tracer.com" and recompile.

The camx.prm is linked to camx.prm.mrpo.36.12

The executable will be called: CAMx.mrpo.36.12.i_linux

-------------------------------------------------------

make hdflib
HDF=false
FC=ifort
CC=gcc
FLGS="-I./Includes -DPC_LINUX1 -O2 -align dcommons -extend_source -convert big_endian -ipo -static"
make[1]: Entering directory `/home/CAMx/CAMx_v4.40.src.061025.tar.gz_FILES'
ifort -c -o IO_hdf/camx_includes.o -I./Includes -DPC_LINUX1 -O2 -align dcommons -extend_source -convert big_endian -ipo -static -I./Modules -module ./Modules IO_hdf/camx_includes.f
ifort -c -o IO_hdf/hdf5_file_out.o -I./Includes -DPC_LINUX1 -O2 -align dcommons -extend_source -convert big_endian -ipo -static -I./Modules -module ./Modules IO_hdf/hdf5_file_out.F90
ar -rv libcamxhdf.a ./IO_hdf/camx_includes.o ./IO_hdf/hdf5_file_out.o
r - ./IO_hdf/camx_includes.o
r - ./IO_hdf/hdf5_file_out.o
make[1]: Leaving directory `/home/CAMx/CAMx_v4.40.src.061025.tar.gz_FILES'
make model
FC=ifort
TARGT=CAMx.mrpo.36.12.i_linux
FLGS="-I./Includes -O2 -align dcommons -extend_source -convert big_endian -ipo -static"
make[1]: Entering directory `/home/CAMx/CAMx_v4.40.src.061025.tar.gz_FILES'
ifort -o CAMx.mrpo.36.12.i_linux -I./Includes -O2 -align dcommons -extend_source -convert big_endian -ipo -static ./CAMx/CAMx.o ./CAMx/aerochem_aq.o ./CAMx/aerochem_cf.o ./CAMx/aerochem_cmu.o ./CAMx/aeroset.o ./CAMx/aggdep.o ./CAMx/aggr00.o ./CAMx/aggreg.o ./CAMx/ahoprep.o ./CAMx/average.o ./CAMx/bc1grd.o ./CAMx/bcmodfy.o ./CAMx/caldate.o ./CAMx/camxerr.o ./CAMx/chem10.o ./CAMx/chemdriv.o ./CAMx/chemrxn.o ./CAMx/chmdat.o...
...e cos per altre decine di righe...
..../RTRAC/wrrcprt.o ./SOAP/soapdat.o ./SOAP/soap.o ./SOAP/spfcn.o ./HG/hggaschem.o ./HG/hgaqschem.o ./IO_hdf/camx_includes.o ./IO_hdf/hdf5_file_out.o
IPO Warning: unresolved : hybrd_
Referenced in /tmp/ipo_ifortIacmuZ.o
IPO: performing multi-file optimizations
IPO: generating object file /tmp/ipo_ifortIacmuZ.o
make[1]: Leaving directory `/home/CAMx/CAMx_v4.40.src.061025.tar.gz_FILES'

What does those warning messages mean? Has it to do with compiler, with libraries? I have installed Ubuntu 6.10.

Thanks a lot

0 Kudos
0 Replies
Reply