Skip to content

Remove Atlas from the HPL Makefile

Martin Quinson requested to merge Ezibenroc:hpl into master

Created by: Ezibenroc

The last Jenkins build failed for HPL with this error:

13:55:02 /usr/bin/ld: cannot find -latlas

After some tests, it seems that -latlas is not required, we only need -lblas.

Merge request reports