Issue with -llapack option
Some versions of gfortran (in the foss framework) were having issues with the -llpack flag, so it is disables as OpenBLAS takes the work.
This commit is contained in:
parent
ee16de3f86
commit
acc8505485
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ all: $(OUTPUT)
|
|||
|
||||
$(OUTPUT): modules.o $(OUTPUT).f90
|
||||
$(FC) $(FCFLAGS) -o $(OBJDIR)/$(OUTPUT).o -c $(OUTPUT).f90
|
||||
$(FC) $(FCFLAGS) -o $(TOPDIR)/$(OUTPUT) $(OBJECTS) $(OBJDIR)/$(OUTPUT).o $(JSONLIB) -L/usr/local/lib -llapack -lopenblas
|
||||
$(FC) $(FCFLAGS) -o $(TOPDIR)/$(OUTPUT) $(OBJECTS) $(OBJDIR)/$(OUTPUT).o $(JSONLIB) -L/usr/local/lib -lopenblas
|
||||
|
||||
modules.o:
|
||||
$(MAKE) -C modules all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue