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

runoff_map tool error in cesm1_4_beta04

Hi there,I'm attempting to generate runoff maps to apply to CESM iceberg coupling project.  I can successfully build the runoff_map tool in cesm1_4_beta04, but upon running it it dies with error:./runoff_map: error while loading shared libraries: libmkl_intel_lp64.so: cannot open shared object file: No such file or directoryI'd love some help in pointing to the location of this object file: I suspect it might require a module load..?Thanks!

Jeremy Fyke 
 
Update: when I build runoff_map using just 'gmake' instead of the supplied 'build.csh' the code appears to run.  I suspect there may be an error in the latter script.
 

jedwards

CSEG and Liaisons
Staff member
Hi Jeremy,You are running into this at the same time as we are.   The runoff_map program is serial but is incorrectly being compiled as if it were parallelI got it to work as follows1. change MPILIB to mpi-serial in build.csh2. Make sure that SFC is pointing to the serial version of the compiler and not to MPIF90 in the Makefile. 
 
Top