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.
 

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