We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062f690 commit 024953aCopy full SHA for 024953a
test_all.sh
@@ -195,6 +195,15 @@ fi
195
(if [[ $USE_HPX -eq 1 ]]; then
196
source "$HPX_DIR"/env.sh
197
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
205
+
206
+ # Test hpx_distributed (requires MPI)
207
for t in "${extended_types[@]}"; do
208
for k in "${kernels[@]}"; do
209
mpirun -np 1 ./hpx/bin/hpx_distributed -steps $steps -type $t $k
0 commit comments