Skip to content
Snippets Groups Projects
Commit fbbb2758 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: make libscotch/libptscotch targets instead of scotch/ptscotch

- we do not generally need any of executables, just the libraries.
  This also avoids generating a libscotchmetis too.
parent 770e22bf
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ then
[ -n "$I_MPI_CC" ] || export I_MPI_CC="$(whichCC)"
make realclean 2>/dev/null # Extra safety
make -j $WM_NCOMPPROCS scotch \
make -j $WM_NCOMPPROCS libscotch \
&& make \
prefix=$prefixDIR \
includedir=$incDIR \
......@@ -235,7 +235,7 @@ then
[ -n "$I_MPI_CC" ] || export I_MPI_CC="$(whichCC)"
make realclean 2>/dev/null # Extra safety
make -j $WM_NCOMPPROCS ptscotch \
make -j $WM_NCOMPPROCS libptscotch \
&& make \
prefix=$prefixDIR \
includedir=$incDIR \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment