We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0a84f commit d68e30eCopy full SHA for d68e30e
1 file changed
.github/workflows/CI-CXX.yml
@@ -51,5 +51,5 @@ jobs:
51
SLB4MPI_LOAD_BALANCER=local_static mpirun -n 2 --oversubscribe build/SLB4MPI_cxx_example
52
SLB4MPI_LOAD_BALANCER=dynamic mpirun -n 2 --oversubscribe build/SLB4MPI_cxx_example
53
SLB4MPI_LOAD_BALANCER=guided mpirun -n 2 --oversubscribe build/SLB4MPI_cxx_example
54
- #SLB4MPI_LOAD_BALANCER=work_stealing mpirun -n 2 --oversubscribe build/SLB4MPI_cxx_example
+ SLB4MPI_LOAD_BALANCER=work_stealing mpirun -n 2 --oversubscribe build/SLB4MPI_cxx_example
55
SLB4MPI_LOAD_BALANCER=dinamic mpirun -n 2 --oversubscribe build/SLB4MPI_cxx_example
0 commit comments