Skip to content

Commit

Permalink
Disable optimizations for mtest due to bug(s) in mpi.c causing it to …
Browse files Browse the repository at this point in the history
…fail checked against tfm/external
  • Loading branch information
Tom St Denis committed Jan 31, 2016
1 parent d07425e commit dd82833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd82833

Please sign in to comment.