memory leakage error and netcdf error

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
devyanik
Posts: 4
Joined: Mon Nov 08, 2021 7:50 pm
Location: Department of Atmospheric and Space Science

memory leakage error and netcdf error

#1 Unread post by devyanik »

Dear all,

I am new to ROMS. while running the upwelling test I got memory leakage error.
so I installed intel ifort.
but now while running the build_roms.sh I am getting following error.

mod_netcdf.f90(24): error #7013: This module file was not generated by any release of this compiler. [NETCDF]
USE netcdf
----------^

please help me with this.

Regards,

Devyani

User avatar
robertson
Site Admin
Posts: 219
Joined: Wed Feb 26, 2003 3:12 pm
Location: IMCS, Rutgers University

Re: memory leakage error and netcdf error

#2 Unread post by robertson »

You will need to build NetCDF4/HDF5 with the Intel compilers and update your build script (and probably my_build_paths.sh) to point to the correct location for the NetCDF built with Intel.

Post Reply