Error while compiling ROMS- close_io.F

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
KamilaWisniewska
Posts: 8
Joined: Tue Feb 01, 2011 7:04 pm
Location: LMAR, Hunter College, CUNY

Error while compiling ROMS- close_io.F

#1 Unread post by KamilaWisniewska »

Hello,

I am trying to compile ROMS with ifort and netcdf3.6. I 'm getting the following error in subrutine close-io.F

Build/libUTIL.a(close_io.o): In function `close_io':
/home/kamilaw/ROMS/Build/close_io.f90:101: undefined reference to `netcdf_mp_nf90_strerror_'
/home/kamilaw/ROMS/Build/close_io.f90:103: undefined reference to `netcdf_mp_nf90_strerror_'

And after that i have similar errors in other functions. The rest of the error message is attached.
:shock: Please help.

Kamila
Attachments
roms_error311.txt
(17.47 KiB) Downloaded 241 times

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Error while compiling ROMS- close_io.F

#2 Unread post by kate »

You don't show the actual link command, which should be pointing to your netcdf library, perhaps also a netcdff library.

Post Reply