Skip to content

Commit 024953a

Browse files
Integrate hpx_task_bench into test suit
Signed-off-by: guptapratykshh <pratykshgupta9999@gmail.com>
1 parent 062f690 commit 024953a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test_all.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@ fi
195195
(if [[ $USE_HPX -eq 1 ]]; then
196196
source "$HPX_DIR"/env.sh
197197

198+
# Test hpx_task_bench (fork-join executor, no MPI required)
199+
for t in "${extended_types[@]}"; do
200+
for k in "${kernels[@]}"; do
201+
./hpx/bin/hpx_task_bench -steps $steps -type $t $k
202+
./hpx/bin/hpx_task_bench -steps $steps -type $t $k -and -steps $steps -type $t $k
203+
done
204+
done
205+
206+
# Test hpx_distributed (requires MPI)
198207
for t in "${extended_types[@]}"; do
199208
for k in "${kernels[@]}"; do
200209
mpirun -np 1 ./hpx/bin/hpx_distributed -steps $steps -type $t $k

0 commit comments

Comments
 (0)