Skip to content
Snippets Groups Projects

[ci] Apple ARM (M1) jobs

Merged Lars Bilke requested to merge bilke/ogs:apple-arm-ci into master

Follow-up on !3755 (merged).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
Edited by Lars Bilke

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Lars Bilke changed milestone to %6.4.1

    changed milestone to %6.4.1

  • assigned to @bilke

  • Lars Bilke added 1 commit

    added 1 commit

    • 7fd9d1e2 - [cmake] When using poetry use latest python version.

    Compare with previous version

  • Lars Bilke added 2 commits

    added 2 commits

    Compare with previous version

  • Lars Bilke added 1 commit
  • Lars Bilke added 1 commit
  • Lars Bilke added 1 commit
  • Lars Bilke added 2 commits

    added 2 commits

    Compare with previous version

  • Lars Bilke added 1 commit
  • Lars Bilke added 1 commit
  • Lars Bilke added 1 commit
  • Lars Bilke added 17 commits

    added 17 commits

    • 7ea22481...deb816da - 14 commits from branch ogs:master
    • 48205f4d - [ci] Added CI job (cli-only) for Apple ARM.
    • fa0210b3 - [cmake] When using poetry use latest python version.
    • f1f50058 - Bump minimum Conan to 1.34 for Apple ARM support.

    Compare with previous version

    • Author Owner
      Resolved by Lars Bilke

      ogs-ThermoHydroMechanics_BRGaCreepAndInitialStressAtIP_AREHS-time is failing with:

      info: This is OpenGeoSys-6 version 6.4.0-1002-gf1f5005876f.
      info: OGS started on 2021-08-30 14:27:30+0200.
      warning: Found a nonlinear node whose ID (44) is smaller than the number of base node IDs (152). Some functions may not work properly.
      info: ConstantParameter: lambda_salt
      info: ConstantParameter: c_salt
      info: ConstantParameter: rho_salt
      info: ConstantParameter: lambda_rock
      info: ConstantParameter: c_rock
      info: ConstantParameter: rho_rock
      info: ConstantParameter: E_Deckgebirge
      info: ConstantParameter: E_Nebengebirge
      info: ConstantParameter: E_Salzgestein
      info: ConstantParameter: E_Grundgebirge
      info: ConstantParameter: nu_Deckgebirge
      info: ConstantParameter: nu_Nebengebirge
      info: ConstantParameter: nu_Salzgestein
      info: ConstantParameter: nu_Grundgebirge
      info: ConstantParameter: A
      info: ConstantParameter: n
      info: ConstantParameter: sigma_f
      info: ConstantParameter: Q
      info: ConstantParameter: displacement0
      info: ConstantParameter: zero
      info: FunctionParameter: initial_temperature_lin
      info: FunctionParameter: p0
      info: ConstantParameter: p_bc_left
      info: ConstantParameter: p_recharge
      info: ConstantParameter: p_bc_right
      info: ConstantParameter: temp_top
      info: ConstantParameter: GeothermHeatFlux
      info: No source terms for process variable 'displacement' found.
      info: No source terms for process variable 'pressure' found.
      info: No source terms for process variable 'temperature' found.
      info: Initialize processes.
      info: Solve processes.
      info: [time] Output of timestep 0 took 0.178762 s.
      info: === Time stepping at step #1 and time 3.1536e+10 with step size 3.1536e+10
      info: Calculate non-equilibrium initial residuum.
      info: [time] Assembly took 0.204411 s.
      info: [time] Applying Dirichlet BCs took 0.016603 s.
      info: ------------------------------------------------------------------
      info: *** Eigen solver computation
      info: -> scale
      info: -> solve with SparseLU
      info: ------------------------------------------------------------------
      info: [time] Linear solver took 1.81924 s.
      info: Convergence criterion, component 0: |dx|=1.3511e+03, |x|=2.0509e+04, |dx|/|x|=6.5877e-02
      info: Convergence criterion, component 1: |dx|=1.8538e+09, |x|=2.6458e+09, |dx|/|x|=7.0064e-01
      info: Convergence criterion, component 2: |dx|=3.8215e+01, |x|=3.8215e+01, |dx|/|x|=1.0000e+00
      info: Convergence criterion, component 3: |dx|=8.3929e+01, |x|=8.3929e+01, |dx|/|x|=1.0000e+00
      info: [time] Iteration #1 took 2.04476 s.
      info: [time] Assembly took 0.253176 s.
      info: [time] Applying Dirichlet BCs took 0.015667 s.
      info: ------------------------------------------------------------------
      info: *** Eigen solver computation
      info: -> scale
      info: -> solve with SparseLU
      info: ------------------------------------------------------------------
      info: [time] Linear solver took 1.8748 s.
      info: Convergence criterion, component 0: |dx|=1.3640e+03, |x|=2.0332e+04, |dx|/|x|=6.7090e-02
      info: Convergence criterion, component 1: |dx|=2.3532e+09, |x|=2.4252e+09, |dx|/|x|=9.7029e-01
      info: Convergence criterion, component 2: |dx|=3.0742e+01, |x|=5.1769e+01, |dx|/|x|=5.9384e-01
      info: Convergence criterion, component 3: |dx|=5.7466e+01, |x|=8.8831e+01, |dx|/|x|=6.4691e-01
      info: [time] Iteration #2 took 2.14802 s.
      error: The local Newton method did not converge within the given number of iterations. Iteration: 4000, increment 8.27639e-06, residual: 4.07623e-05
      critical: /Users/gitlab/builds/EzxqkLzX/0/ogs/ogs/ProcessLib/ThermoHydroMechanics/IntegrationPointData.h:100 updateConstitutiveRelation() 
      warning: There are still 1 global matrices in use. This might be an indicator of a possible waste of memory.
      warning: There are still 3 global vectors in use. This might be an indicator of a possible waste of memory.
      error: Computation of local constitutive relation failed.
      info: OGS terminated on 2021-08-30 14:27:35+0200.
      error: OGS terminated with error.
              4.78 real         4.61 user         0.09 sys

      Any ideas?

  • Lars Bilke marked the checklist item Tests covering your feature were added? as completed

    marked the checklist item Tests covering your feature were added? as completed

  • Lars Bilke added 3 commits

    added 3 commits

    • e1f03546 - [ci] Added CI job (cli-only) for Apple ARM.
    • 12a00962 - [cmake] When using poetry use latest python version.
    • c141dc0b - Bump minimum Conan to 1.34 for Apple ARM support.

    Compare with previous version

  • Lars Bilke added 165 commits

    added 165 commits

    • c141dc0b...162f31e7 - 162 commits from branch ogs:master
    • 2d5f1503 - [ci] Added CI job (cli-only) for Apple ARM.
    • 1bb9ba85 - [cmake] When using poetry use latest python version.
    • 27dc6959 - Bump minimum Conan to 1.34 for Apple ARM support.

    Compare with previous version

  • Lars Bilke added 3 commits

    added 3 commits

    • d4469889 - [ci] Added CI job (cli-only) for Apple ARM.
    • e2aa0a53 - [cmake] When using poetry use latest python version.
    • 2da05e28 - Bump minimum Conan to 1.34 for Apple ARM support.

    Compare with previous version

  • Lars Bilke mentioned in commit d4953704

    mentioned in commit d4953704

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading