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
oceanG error
Re: oceanG error
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.