oceanG error

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
mashinde
Posts: 135
Joined: Mon Jun 22, 2009 3:46 pm
Location: Indian Institute of Tropical Meteorology, Pune, INDIA

oceanG error

#1 Unread post by mashinde »

hi frds,

i am getting this error recently....when i submit the job to cluster

/home/mshinde/ROMS/src/Projects/rmed16/oceanG: symbol lookup error: /home/mshinde/ROMS/src/Projects/rmed16/oceanG: undefined symbol: message_catalog

is this error linked with cluster or it's model error ??


thanks


mahesh

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

Re: oceanG error

#2 Unread post by kate »

It's not a ROMS symbol. You can run "nm oceanG | grep message_catalog" and might find it. It could be from a shared library that gets loaded in at run time. Do you have the same shared libraries at compile time as on the cluster? Is there some sort of -Bstatic option you can use to statically load libraries? I would run nm on all the libraries to see if any of them have message_catalog.

Post Reply