Skip to content

Commit

Permalink
12 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Nov 14, 2023
1 parent 793a3ec commit 4ce1b50
Showing 1 changed file with 3 additions and 3 deletions.
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-13
export OMPI_CXX=g++-13
export OMPI_FC=gfortran-13
export OMPI_CC=gcc-12
export OMPI_CXX=g++-12
export OMPI_FC=gfortran-12

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 4ce1b50

Please sign in to comment.