Disable optimizations for mtest due to bug(s) in mpi.c causing it to fail checked against tfm/external
This commit is contained in:
parent
d07425e670
commit
dd82833cde
2
makefile
2
makefile
@ -94,7 +94,7 @@ test_standalone: $(LIBNAME) demo/demo.o
|
|||||||
|
|
||||||
.PHONY: mtest
|
.PHONY: mtest
|
||||||
mtest:
|
mtest:
|
||||||
cd mtest ; $(CC) $(CFLAGS) mtest.c $(LFLAGS) -o mtest
|
cd mtest ; $(CC) $(CFLAGS) -O0 mtest.c $(LFLAGS) -o mtest
|
||||||
|
|
||||||
timing: $(LIBNAME)
|
timing: $(LIBNAME)
|
||||||
$(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) $(LFLAGS) -o ltmtest
|
$(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) $(LFLAGS) -o ltmtest
|
||||||
|
Loading…
Reference in New Issue
Block a user