Disable optimizations for mtest due to bug(s) in mpi.c causing it to fail checked against tfm/external

This commit is contained in:
Tom St Denis 2016-01-31 12:54:06 -05:00
parent d07425e670
commit dd82833cde

View File

@ -94,7 +94,7 @@ test_standalone: $(LIBNAME) demo/demo.o
.PHONY: mtest
mtest:
cd mtest ; $(CC) $(CFLAGS) mtest.c $(LFLAGS) -o mtest
cd mtest ; $(CC) $(CFLAGS) -O0 mtest.c $(LFLAGS) -o mtest
timing: $(LIBNAME)
$(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) $(LFLAGS) -o ltmtest