Skip to content

Remove Ubuntu 22.04 and 2018b workflows, and update 2021b images - #37

Merged
cedricga91 merged 10 commits into
mainfrom
dev/ci-cd
Apr 3, 2026
Merged

Remove Ubuntu 22.04 and 2018b workflows, and update 2021b images#37
cedricga91 merged 10 commits into
mainfrom
dev/ci-cd

Conversation

@cedricga91

Copy link
Copy Markdown
Contributor

Resolves #36

@cedricga91 cedricga91 self-assigned this Mar 27, 2026
@cedricga91
cedricga91 requested a review from guignont March 27, 2026 14:20
@cedricga91

Copy link
Copy Markdown
Contributor Author

@guignont : j'ai mis à jour le workflow :

  • suppression des workflows relatifs aux chaines 2018b (vu avec @stdcm )
  • suppression des workflows relatifs à Ubuntu 24.04 (vu avec @stdcm )
  • mise à jour de l'image sur les worflows 2021b

Il y a des tests en erreur comme tu peux le voir. Est-ce que ça te parle, saurais-tu si ça peut être lié au changement de version de MCGSolver ?

@guignont

Copy link
Copy Markdown
Contributor

@cedricga91
Je vois avec les logs que les tests MCGSolver sont ok avec la bonne version de mcgsolver.
Les tests en echecs sont pour 1 cas:
3 - TwoPhaseFlowSimulation_2proc (Failed)
9 - TwoPhaseFlowSimulationSPE10-hts-bcgs-ilu0 (Failed)
10 - TwoPhaseFlowSimulationSPE10-ifps-bcgs-ilu0 (Failed)
16 - ExaDiBench-cube3D_2proc (Failed)

et
9 - TwoPhaseFlowSimulationSPE10-hts-bcgs-ilu0 (Failed)
10 - TwoPhaseFlowSimulationSPE10-ifps-bcgs-ilu0 (Failed)
pour les autres cas

Comment est ce que l'on peut faire pour acceder au sorties des tests pour voir ce qui c'est passé ?

@guignont

Copy link
Copy Markdown
Contributor

@cedricga91
avec foss2025b sur ma station je vois qu'il y a un problème de validateur sur les cas
9 - TwoPhaseFlowSimulationSPE10-hts-bcgs-ilu0 (Failed)
10 - TwoPhaseFlowSimulationSPE10-ifps-bcgs-ilu0 (Failed)

Je vais déjà corriger ça.

@cedricga91

Copy link
Copy Markdown
Contributor Author

A la fin du workflow, tu dois avoir un arefact nommé test-artifact que tu peux télécharger et extraire, et qui devrait normalement contenir les fichiers de sortie des tests.

@guignont

guignont commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

@cedricga91 Voilà l'erreur qui reste:

Mon Mar 30 08:31:18 UTC 2026
Author of test TwoPhaseFlowSimulation is raphael.gayno
-- Executable: /__w/sharc/sharc/sharc_build/bin/ShArc.exe
-- Working directory: /__w/sharc/sharc/sharc_source/test/TwoPhaseFlowSimulation
-- Lookup config directory: 
-- Parallel service: Mpi
-- Codename : ShArc
-- Executing: mpirun -np 2 /__w/sharc/sharc/sharc_build/bin/ShArc.exe  use-case-two-phase-flow.arc
--------------------------------------------------------------------------
mpirun has detected an attempt to run as root.

Running as root is *strongly* discouraged as any mistake (e.g., in
defining TMPDIR) or bug can result in catastrophic damage to the OS
file system, leaving your system in an unusable state.

We strongly suggest that you run mpirun as a non-root user.

You can override this protection by adding the --allow-run-as-root option
to the cmd line or by setting two environment variables in the following way:
the variable OMPI_ALLOW_RUN_AS_ROOT=1 to indicate the desire to override this
protection, and OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 to confirm the choice and
add one more layer of certainty that you want to do so.
We reiterate our advice against doing so - please proceed at your own risk.
--------------------------------------------------------------------------

@cedricga91
cedricga91 merged commit bedd5ae into main Apr 3, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update CI/CD

2 participants