Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Netcdf problem

Hi everyone,

I am trying to install CCSM on intel machine. According to the online documentation for compling a sample case test1, I edited env_
mach_spec and Macro file by putting paths for netcdf and mpi compiler. But when I start building this case then I get the error for netcdf location i.e. NETCDF_PATH. My netcdf location is /usr/local and my lib is lib64 for libraries. When i run the build script I get the error that libnetcdf.a not found at /usr/local/lib . Actually the problem is that build script always try to find this library in /usr/local/lib where as my machine path is /usr/local/lib64.

I have modified many times the env and Macro file but i always get the same error.

Can anybody share me where is the problem.

Siraj
 
Top