Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A amdis-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Admin message




Die Anmeldung als neuer Benutzer ist derzeit nicht möglich und es wird stattdessen die Fehlermeldung "Access denied for your LDAP account." angezeigt. Wir arbeiten bereits an einer Lösung für dieses Problem.

Logging in as a new user is currently not possible and the error message "Access denied for your LDAP account." is displayed instead. We are already working on a solution for this problem.

  • amdis
  • amdis-core
  • Merge requests
  • !115

Disable tests for PETSc with nonmatching type

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Müller, Felix requested to merge issue/problemstattest_petsc into master Oct 07, 2019
  • Overview 0
  • Commits 1
  • Changes 1

The test fails using the PETSc backend with a failed static assert

amdis/linearalgebra/petsc/Traits.hpp:19:5: static_assert(std::is_same<T,PetscScalar>::value, "");

This MR disables the tests with nonmatching types.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: issue/problemstattest_petsc