@@ -267,37 +267,32 @@ if test "${MPIRUN_MODE}" != "none"; then
267
267
;;
268
268
esac
269
269
run_example " ${exec} " ./examples/hello_c
270
- run_example ./examples/hello_c " "
271
270
run_example " ${exec} " ./examples/ring_c
272
271
run_example " ${exec} " ./examples/connectivity_c
273
272
if ompi_info --parsable | grep -q bindings:cxx:yes > /dev/null; then
274
273
echo " --> running C++ examples"
275
274
run_example " ${exec} " ./examples/hello_cxx
276
- run_example ./examples/hello_cxx " "
277
275
run_example " ${exec} " ./examples/ring_cxx
278
276
else
279
277
echo " --> skipping C++ examples"
280
278
fi
281
279
if ompi_info --parsable | grep -q bindings:mpif.h:yes > /dev/null; then
282
280
echo " --> running mpif examples"
283
281
run_example " ${exec} " ./examples/hello_mpifh
284
- run_example ./examples/hello_mpifh " "
285
282
run_example " ${exec} " ./examples/ring_mpifh
286
283
else
287
284
echo " --> skipping mpif examples"
288
285
fi
289
286
if ompi_info --parsable | egrep -q bindings:use_mpi:\"\? yes > /dev/null; then
290
287
echo " --> running usempi examples"
291
288
run_example " ${exec} " ./examples/hello_usempi
292
- run_example ./examples/hello_usempi " "
293
289
run_example " ${exec} " ./examples/ring_usempi
294
290
else
295
291
echo " --> skipping usempi examples"
296
292
fi
297
293
if ompi_info --parsable | grep -q bindings:use_mpi_f08:yes > /dev/null; then
298
294
echo " --> running usempif08 examples"
299
295
run_example " ${exec} " ./examples/hello_usempif08
300
- run_example ./examples/hello_usempif08 " "
301
296
run_example " ${exec} " ./examples/ring_usempif08
302
297
else
303
298
echo " --> skipping usempif08 examples"
0 commit comments