COMP: have scotch use deterministic behaviour (closes #20)

This commit is contained in:
Mark Olesen
2017-09-29 13:35:50 +02:00
parent 5112b60e58
commit 0c7fa1cc7c

View File

@ -20,6 +20,7 @@ CCD = $(CCP)
CFLAGS = $(WM_CFLAGS) -O3 \
-DCOMMON_FILE_COMPRESS_GZ \
-DCOMMON_RANDOM_FIXED_SEED \
-DSCOTCH_DETERMINISTIC \
-DSCOTCH_RENAME \
-Drestrict=__restrict