Skip to content

Commit

Permalink
use macos-12 with ifort since QAs hang on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Apr 30, 2024
1 parent 0cab711 commit 604f93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
fc: gfortran-13
blas: "accelerate"
blas_size: 4
- os: macos-13
- os: macos-12
experimental: true
mpi_impl: mpich
armci_network: MPI-PT
Expand Down
2 changes: 1 addition & 1 deletion travis/run_qas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ ! -z "$USE_OPENMP" ]]; then
export OMP_NUM_THREADS="$USE_OPENMP"
export OMP_STACKSIZE=32M
fi
if [[ "$arch" == "aarch64" ]] || [[ "$os" == "Darwin" && "$BUILD_MPICH" == 1 ]] ; then
if [[ "$arch" == "aarch64" ]] || [[ "$os" == "Darwin" && "$BUILD_MPICH" == 1 ]] || [[ "$os" == "Darwin" && "$ARMCI_NETWORK" == MPI-PT ]] ; then
nprocs=1
fi
env|egrep MP
Expand Down

0 comments on commit 604f93f

Please sign in to comment.