COMP: scotchDecomp : add -lrt to link line
This commit is contained in:
parent
60b488eef1
commit
5d97b8dc72
@ -8,4 +8,4 @@ EXE_INC = \
|
||||
-I../decompositionMethods/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-L$(FOAM_MPI_LIBBIN) -lptscotch -lptscotcherrexit
|
||||
-L$(FOAM_MPI_LIBBIN) -lptscotch -lptscotcherrexit -lrt
|
||||
|
@ -4,4 +4,4 @@ EXE_INC = \
|
||||
-I../decompositionMethods/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lscotch -lscotcherrexit
|
||||
-lscotch -lscotcherrexit -lrt
|
||||
|
Loading…
Reference in New Issue
Block a user