Skip to content

Comments

feat[femutils]: WIP no segfault but bugs#338

Merged
grospelliergilles merged 21 commits intoarcaneframework:mainfrom
jojoasticot:dev/alien-integration
Feb 9, 2026
Merged

feat[femutils]: WIP no segfault but bugs#338
grospelliergilles merged 21 commits intoarcaneframework:mainfrom
jojoasticot:dev/alien-integration

Conversation

@jojoasticot
Copy link
Contributor

Added Alien to the CMake project.
For now, the program runs but the values are not correct.

@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.50%. Comparing base (462cbb8) to head (0ef53d9).
⚠️ Report is 22 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #338      +/-   ##
==========================================
+ Coverage   69.48%   69.50%   +0.01%     
==========================================
  Files         118      118              
  Lines       14695    14704       +9     
  Branches     1983     1983              
==========================================
+ Hits        10211    10220       +9     
  Misses       4028     4028              
  Partials      456      456              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jojoasticot
Copy link
Contributor Author

There is the cmake instructions for the compilation of Arcane

export PREFIX_PATH="~/.local/petsc;~/.local"

cmake -S . -B build 
-DARCANE_ENABLE_TESTS=on 
-DCMAKE_INSTALL_PREFIX=~/.local/arcanealiengpu
-DCMAKE_PREFIX_PATH=${PREFIX_PATH}
-DCMAKE_DISABLE_FIND_PACKAGE_TRILINOSALEPH=on
-DCMAKE_DISABLE_FIND_PACKAGE_Trilinos=on
-DCMAKE_DISABLE_FIND_PACKAGE_ZOLTAN=on
-DARCCORE_CXX_STANDARD=20
-DCMAKE_BUILD_TYPE=release
-DMPI_CXX_SKIP=TRUE
-DALIEN_BUILD_COMPONENT=all
-DGFORTRAN_LIBRARY=/usr/lib/gcc/x86_64-linux-gnu/11/libgfortran.so
-DARCANE_ACCELERATOR_MODE=CUDANVCC
-DCMAKE_CUDA_COMPILER=nvcc
-DCMAKE_CUDA_ARCHITECTURES=86

@jojoasticot jojoasticot marked this pull request as ready for review January 14, 2026 13:02
@grospelliergilles grospelliergilles merged commit 1929507 into arcaneframework:main Feb 9, 2026
26 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.

2 participants