COMP: scotchDecomp : add -lrt to link line

This commit is contained in:
mattijs 2010-09-30 20:55:22 +01:00
parent 60b488eef1
commit 5d97b8dc72
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ EXE_INC = \
-I../decompositionMethods/lnInclude
LIB_LIBS = \
-L$(FOAM_MPI_LIBBIN) -lptscotch -lptscotcherrexit
-L$(FOAM_MPI_LIBBIN) -lptscotch -lptscotcherrexit -lrt

View File

@ -4,4 +4,4 @@ EXE_INC = \
-I../decompositionMethods/lnInclude
LIB_LIBS = \
-lscotch -lscotcherrexit
-lscotch -lscotcherrexit -lrt