Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Nov 14, 2023
1 parent 9f1427a commit 793a3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mmf-simplified-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
with:
submodules: recursive

- name: Switch to gcc-13
run: sudo update-alternatives --set gcc /usr/bin/gcc-13

- name: Apt-get update
run: sudo apt-get update

Expand Down
6 changes: 3 additions & 3 deletions standalone/machines/ci/ubuntu-gcc.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export CC=mpicc
export CXX=mpic++
export FC=mpifort

export OMPI_CC=gcc
export OMPI_CXX=g++
export OMPI_FC=gfortran
export OMPI_CC=gcc-13
export OMPI_CXX=g++-13
export OMPI_FC=gfortran-13

export YAKL_CXX_FLAGS="-ftrivial-auto-var-init=pattern -DHAVE_MPI -O2 -I`nc-config --includedir`"
export YAKL_F90_FLAGS="-O2 -ffree-line-length-none"
Expand Down

0 comments on commit 793a3ec

Please sign in to comment.