File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments