diff options
author | Benji Dial <benji6283@gmail.com> | 2023-11-25 18:15:30 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2023-11-25 18:15:30 -0500 |
commit | eab56a7f006f5a73c2b7eb984b2aae72bc898212 (patch) | |
tree | 9a88abaf9fc474948cf0f0055d39c6911d2d8a92 /makefile | |
parent | 5141b88157d02040e20a59b923cc672dd7fdc875 (diff) | |
download | lib94-eab56a7f006f5a73c2b7eb984b2aae72bc898212.tar.gz |
allow more control over init_round, rewrite tabulator and make it run every possible separation and turn order exactly once
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ bin/bench: obj/bench/main.o obj/bench/bench_window.o obj/bench/core_widget.o obj @mkdir -p $(dir $@) g++ ${CPP_ARGS} $^ ${GTKMM_LD_ARGS} -o $@ -bin/tabulator-mpi: obj/tabulator-mpi/main.o obj/tabulator-mpi/head.o obj/tabulator-mpi/worker.o obj/lib94.o +bin/tabulator-mpi: obj/tabulator-mpi/source.o obj/lib94.o @mkdir -p $(dir $@) g++ ${CPP_ARGS} $^ ${MPI_LD_ARGS} -o $@ |