Skip to content

Commit

Permalink
Merge branch 'fix.reggie.int8' into 'master.dev'
Browse files Browse the repository at this point in the history
Deactivate reggie compiling PETSc+INT8 for now

See merge request piclas/piclas!845
  • Loading branch information
scopplestone committed Sep 1, 2023
2 parents 98d36ae + df22d3c commit 5d91f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regressioncheck/NIG_IntKind8/builds.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ LIBS_BUILD_HDF5 = OFF
PICLAS_POLYNOMIAL_DEGREE = N
PICLAS_EQNSYSNAME = maxwell , maxwell , poisson , poisson
PICLAS_TIMEDISCMETHOD = DSMC , RK4 , Leapfrog , Boris-Leapfrog
PICLAS_PETSC = OFF , OFF , OFF , ON
!PICLAS_PETSC = OFF , OFF , OFF , ON ! This used to test if petsc compiles with INT8 but if the code actually runs is untested
PICLAS_PETSC = OFF , OFF , OFF , OFF
LIBS_USE_MPI = ON
PICLAS_NODETYPE = GAUSS
PICLAS_INTKIND8 = ON
Expand Down

0 comments on commit 5d91f2c

Please sign in to comment.