Skip to content

Commit

Permalink
GitHub CI has 2 cores
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock committed Feb 8, 2023
1 parent e51deb8 commit 19d10f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci-MPI-double-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export BML_MPI=${BML_MPI:-yes}
export TESTING_EXTRA_ARGS=${TESTING_EXTRA_ARGS:-"-R MPI-C-.*-double_complex"}
export BML_SCALAPACK=${BML_SCALAPACK:-yes}
export SCALAPACK_LIBRARIES=${SCALAPACK_LIBRARIES:=scalapack-openmpi.so}
export BML_MPIEXEC_NUMPROCS=2

[[ -f ${basedir}/scripts/ci-defaults.sh ]] && . ${basedir}/scripts/ci-defaults.sh

Expand Down
1 change: 1 addition & 0 deletions scripts/ci-MPI-double-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export BML_MPI=${BML_MPI:-yes}
export TESTING_EXTRA_ARGS=${TESTING_EXTRA_ARGS:-"-R MPI-C-.*-double_real"}
export BML_SCALAPACK=${BML_SCALAPACK:-yes}
export SCALAPACK_LIBRARIES=${SCALAPACK_LIBRARIES:=scalapack-openmpi.so}
export BML_MPIEXEC_NUMPROCS=2

[[ -f ${basedir}/scripts/ci-defaults.sh ]] && . ${basedir}/scripts/ci-defaults.sh

Expand Down
1 change: 1 addition & 0 deletions scripts/ci-MPI-single-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export BML_MPI=${BML_MPI:-yes}
export TESTING_EXTRA_ARGS=${TESTING_EXTRA_ARGS:-"-R MPI-C-.*-single_complex"}
export BML_SCALAPACK=${BML_SCALAPACK:-yes}
export SCALAPACK_LIBRARIES=${SCALAPACK_LIBRARIES:=scalapack-openmpi.so}
export BML_MPIEXEC_NUMPROCS=2

[[ -f ${basedir}/scripts/ci-defaults.sh ]] && . ${basedir}/scripts/ci-defaults.sh

Expand Down
1 change: 1 addition & 0 deletions scripts/ci-MPI-single-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export BML_MPI=${BML_MPI:-yes}
export TESTING_EXTRA_ARGS=${TESTING_EXTRA_ARGS:-"-R MPI-C-.*-single_real"}
export BML_SCALAPACK=${BML_SCALAPACK:-yes}
export SCALAPACK_LIBRARIES=${SCALAPACK_LIBRARIES:=scalapack-openmpi.so}
export BML_MPIEXEC_NUMPROCS=2

[[ -f ${basedir}/scripts/ci-defaults.sh ]] && . ${basedir}/scripts/ci-defaults.sh

Expand Down

0 comments on commit 19d10f3

Please sign in to comment.