Skip to content
  • Marcus Mohr's avatar
    Adapting WalberlaAccuracyTest for pipeline PreStage only · c214eb78
    Marcus Mohr authored
    On closer inspection it is difficult to test the suspicion that
    we run the _sp jobs of the pipeline with double, too. Problem
    is that when this is the case the setting of the macro
    WALBERLA_DOUBLE_ACCURACY will be wrong and we cannot use it
    to distinguish between single and double precision as the
    desired value.
    
    Current Prestage has two jobs:
    - clang_13.0_mpionly_eigen_petsc_trilinos
    - gcc_11_mpionly_dbg_sp
    so we can hardcode that for the moment to base decision on
    the compiler identification.
    c214eb78