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. 
 
Back
Top