[RegCNET] error running terrain.x on ifort V10

bixq bixq at ictp.it
Fri Oct 2 12:26:10 CEST 2009


Which kink of CPU of your computer ?

You see, there are

Makefile_IFC8    (for Intel 32bit CPU)
Makefile_IFC8_64 (for Intel 64bit CPU)

the attached Makefile_IFC8_AMD64 (for AMD 64bit CPU)

Best Regards,
Bi


On Fri, 2 Oct 2009, Vincent Lanre Ajayi wrote:

>
>
> Dear all
> I tried to execute ./terrain.x on ifort version 10,  I have these errors displayed
>
> ifort -tpp7 -g -cm -w -w90 -w95 -convert big_endian -c -L../../Commons/env/liblinux/ -lnetcdf -Vaxlib terrain.f
> ifort -tpp7 -g -cm -w -w90 -w95 -convert big_endian -o terrain terrain.o -L../../Commons/env/liblinux/ -lnetcdf -Vaxlib
> ld: skipping incompatible ../../Commons/env/liblinux//libnetcdf.a when searching for -lnetcdf
>
> can somebody help, am new to RegCM3.
>
> Best Regards
> Vincent
>
> Present address
> Vincent Lanre Ajayi
> START-ACCFP fellow
> Climate Systems Analysis Group
> Dept of Environmental & Geographical Science
> University of Cape Town
> Private Bag X3
> Rodebosch 7701
> Cape Town, South Africa
> office:+27216505774
> Mobile: +27834262253
>
> Permanent Affiliation
> Department of Meteorology
> School Earth and Mineral Sciences,
> Federal University of Technology,
> PMB 704 Akure 340001,Nigeria,
> voajayi at futa.edu.ng
> skype:vincentajayi1
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Dr. Xunqiang Bi         email:bixq at ictp.it
   Earth System Physics Group
   The Abdus Salam ICTP
   Strada Costiera, 11
   P.O. BOX 586, 34100 Trieste, ITALY
   Tel: +39-040-2240302  Fax: +39-040-2240449
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
#  Makefile for RegCM@  run on PC_LINUX by using Intel FORTRAN compiler version 8 or 9

FC = ifort -tpp7 -g -cm -w -w90 -w95 -convert big_endian
FFLAGS = -L../../Commons/env/liblinuxamd64/ -lnetcdf -Vaxlib

LD = $(FC)

SRC = terrain.f

OBJ = terrain.o

all: terrain

.f.o:
	$(FC) -c $(FFLAGS) $*.f

terrain: $(OBJ)
	$(LD) -o $@ $(OBJ) $(FFLAGS)

clean:
	rm -f *.o terrain
# --------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- make depend depends on it.

terrain.o: domain.param terrain.f 


More information about the RegCNET mailing list