Fixed a few things that seemed to cause compile problems with openmp
on the DECs.
This commit is contained in:
parent
9741ffdfc6
commit
4d9518fe98
@ -25,7 +25,6 @@ CFLAGS =\
|
||||
${C_COMPILE_FLAGS}\
|
||||
-I..\
|
||||
-I../utilities\
|
||||
-I../krylov\
|
||||
${CINCLUDES}
|
||||
|
||||
RANLIB = @RANLIB@
|
||||
@ -34,7 +33,7 @@ HEADERS =\
|
||||
gmres.h\
|
||||
pcg.h\
|
||||
bicgstab.h\
|
||||
cgnr.c
|
||||
cgnr.h
|
||||
|
||||
FILES =\
|
||||
gmres.c\
|
||||
@ -59,7 +58,7 @@ clean:
|
||||
@rm -f *.kdd
|
||||
|
||||
veryclean: clean
|
||||
@rm -f libHYPRE_*.a
|
||||
@rm -f lib*.a
|
||||
|
||||
|
||||
##################################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user