Opened 13 years ago
Closed 12 years ago
#939 closed Defect (fixed)
opa fails to execute in ubuntu architecture
Reported by: | MAMM | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | OCE | Version: | v3.4 |
Severity: | Keywords: | ||
Cc: |
Description
Hello,
I have just installed NEMO in a computer running ubuntu. The serial version of the model installs and compiles well (both GYRE and ORCA2_LIM) but it fails to run, returning the following message:
undefined symbol for pthread_mutex_unlock_ptr
I have no idea of what this means. I have checked that there is no reference to pthread_mutex_unlock_ptr or pthread in the code. I would be grateful for any suggestion.
Regards,
Miguel Angel
Commit History (0)
(No commits)
Change History (2)
comment:1 Changed 13 years ago by rkandilarov
comment:2 Changed 12 years ago by clevy
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
What version of netcdf are you using? How is HDF5(if used compiled)?
Perhaps you have compiled the netcdf4 with HDF5 and in HDF5 you have "--with-pthread" and it is not in the default path in runtime... but then "ldd ./opa" should give you the idea what to search for... But I could be wrong...
I'm running NEMO on several ubuntu versions with netcdf4(self compiled) with both (HDF5 and no-HDF5) and it is working.
Regards,
Rostislav Kandilarov