-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Good afternoon
I tried to compile sosie but something went wrong. netcdf library version 4.4.1.1 ifort version 14.0.1
[zhaonemo@mgt02 sosie-master]$ make
ifort -I/public/app/nemolib/netcdf/include -c src/io_ezcdf.f90 -o obj/io_ezcdf.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_conf.f90 -o obj/mod_conf.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_scoord.f90 -o obj/mod_scoord.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_init.f90 -o obj/mod_init.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_manip.f90 -o obj/mod_manip.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_grids.f90 -o obj/mod_grids.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_bdrown.f90 -o obj/mod_bdrown.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_drown.f90 -o obj/mod_drown.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_akima_2d.f90 -o obj/mod_akima_2d.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_poly.f90 -o obj/mod_poly.o
ifort -xHOST -O3 -i4 -module mod/ -I/public/app/nemolib/netcdf/include -c src/mod_bilin_2d.f90 -o obj/mod_bilin_2d.o
ifort -xHOST -O3 -i4 -module mod/ -c src/mod_akima_1d.f90 -o obj/mod_akima_1d.o
src/mod_akima_1d.f90(85): error #6404: This name does not have a type, and must have an explicit type. [FINDLOC]
k1_1 = FINDLOC(imiss1, 0, 1)
-------------------^
compilation aborted for src/mod_akima_1d.f90 (code 1)
make: *** [obj/mod_akima_1d.o] Error 1