Skip to content

Commit 53bd556

Browse files
committed
put mixed precision under regression
1 parent 98c9a0d commit 53bd556

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- config_set: ForwardNoMPI
3232
flags: '-Denable-directdiff=true -Denable-normal=false -Dwith-mpi=disabled -Denable-tests=true --werror'
3333
- config_set: BaseOMP
34-
flags: '-Dwith-omp=true -Denable-tecio=false --werror'
34+
flags: '-Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --werror'
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Cache Object Files

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
TEST_SCRIPT=parallel_regression.py
3939

4040
# Hybrid-parallel build and test
41-
- CONFIGURE_COMMAND="./meson.py build --prefix=$TRAVIS_BUILD_DIR -Dwith-omp=true -Denable-openblas=true -Denable-tecio=false"
41+
- CONFIGURE_COMMAND="./meson.py build --prefix=$TRAVIS_BUILD_DIR -Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false"
4242
TEST_SCRIPT=hybrid_regression.py
4343

4444
# Serial build and test for AD
@@ -55,7 +55,7 @@ before_install:
5555
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
5656
# Install the necessary packages using apt-get with sudo
5757
- sudo apt-get update -qq
58-
- sudo apt-get install -qq build-essential python3-numpy python3-scipy libopenmpi-dev openmpi-bin swig python3-mpi4py libopenblas-dev
58+
- sudo apt-get install -qq build-essential python3-numpy python3-scipy libopenmpi-dev openmpi-bin swig python3-mpi4py
5959
# to avoid interference with MPI
6060
- test -n $CC && unset CC
6161
- test -n $CXX && unset CXX

0 commit comments

Comments
 (0)