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

undefined reference to 'strmv'

punch

Yangjie Jiang
New Member
Hi
I met some problem with the case.build executing. And the errors I got are shown below.

1663172635016.png
The errors repeats so many times. The Lapack path has been added in both the environment and config_compiler.xml. And I tried fixing it, but it still doesn't work.

Besides these, the result also shows that there are some warnings with component building. I don't know whether to eliminate these warnings.

1663173810510.png

Finally, the essential files for solving these problems are attached here.

Thanks for your help in advance.
 

punch

Yangjie Jiang
New Member
The files may be essential are uploaded here.
 

Attachments

  • cesm.bldlog.220914-235201.txt
    155.4 KB · Views: 4
  • config_compilers.xml.txt
    2 KB · Views: 5
  • config_machines.xml.txt
    1.7 KB · Views: 0

jedwards

CSEG and Liaisons
Staff member
It looks like you have all of the correct pieces in place - some linkers complain if libraries are not listed in the correct order,
I wonder if that's what is happening here. Try listing netcdff before netcdf , I'm really not clear on what is happening with lapack.
Is there a local system administrator you can ask?
 

punch

Yangjie Jiang
New Member
Thank you for your help, and the errors have signigicantly reduced. Unfortunately, there is not a local system administrator. I think I should try to reinstall the lapack.
 
Top