[commtech] Also compile gomp_stream_64_comm

Add gomp_stream_64_comm to the least of communication techniques to
compile.
This commit is contained in:
Thomas Preud'homme 2012-07-07 23:29:11 +02:00
parent 467d0b4122
commit 619fb7aeba
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ BINNAMES+=batch_queue_128_comm batch_queue_256_comm batch_queue_512_comm
BINNAMES+=batch_queue_1024_comm batch_queue_2048_comm batch_queue_4096_comm
BINNAMES+=lamport_comm shared_mem_opt_comm none_comm csq_comm csq_2_1_comm
BINNAMES+=csq_2_32_comm csq_2_64_comm csq_64_1_comm fast_forward_comm
BINNAMES+=mcringbuffer_comm pipe_comm gomp_stream_comm
BINNAMES+=mcringbuffer_comm pipe_comm gomp_stream_comm gomp_stream_64_comm
#BINNAMES+=jikes_barrier_comm
CALCLIBSNAMES:=calc_mat calc_line calc_useless_loop
BINS:=$(patsubst %,$(BINDIR)/%,$(BINNAMES))