From 72a79f03d5f26ca6fafe79c7a8606665938625c2 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 19 Aug 2022 20:21:46 -0400 Subject: [PATCH] Revert "open-mpi-build-script.sh: run singletons" --- jenkins/open-mpi-build-script.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jenkins/open-mpi-build-script.sh b/jenkins/open-mpi-build-script.sh index 67c53ed..555a762 100755 --- a/jenkins/open-mpi-build-script.sh +++ b/jenkins/open-mpi-build-script.sh @@ -267,13 +267,11 @@ if test "${MPIRUN_MODE}" != "none"; then ;; esac run_example "${exec}" ./examples/hello_c - run_example ./examples/hello_c "" run_example "${exec}" ./examples/ring_c run_example "${exec}" ./examples/connectivity_c if ompi_info --parsable | grep -q bindings:cxx:yes >/dev/null; then echo "--> running C++ examples" run_example "${exec}" ./examples/hello_cxx - run_example ./examples/hello_cxx "" run_example "${exec}" ./examples/ring_cxx else echo "--> skipping C++ examples" @@ -281,7 +279,6 @@ if test "${MPIRUN_MODE}" != "none"; then if ompi_info --parsable | grep -q bindings:mpif.h:yes >/dev/null; then echo "--> running mpif examples" run_example "${exec}" ./examples/hello_mpifh - run_example ./examples/hello_mpifh "" run_example "${exec}" ./examples/ring_mpifh else echo "--> skipping mpif examples" @@ -289,7 +286,6 @@ if test "${MPIRUN_MODE}" != "none"; then if ompi_info --parsable | egrep -q bindings:use_mpi:\"\?yes >/dev/null; then echo "--> running usempi examples" run_example "${exec}" ./examples/hello_usempi - run_example ./examples/hello_usempi "" run_example "${exec}" ./examples/ring_usempi else echo "--> skipping usempi examples" @@ -297,7 +293,6 @@ if test "${MPIRUN_MODE}" != "none"; then if ompi_info --parsable | grep -q bindings:use_mpi_f08:yes >/dev/null; then echo "--> running usempif08 examples" run_example "${exec}" ./examples/hello_usempif08 - run_example ./examples/hello_usempif08 "" run_example "${exec}" ./examples/ring_usempif08 else echo "--> skipping usempif08 examples"