Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ngsolve: init at 6.2.2501 #355449

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Ngsolve: init at 6.2.2501 #355449

wants to merge 1 commit into from

Conversation

qbisi
Copy link
Contributor

@qbisi qbisi commented Nov 12, 2024

Too many patches but work

Things done

built/tested on aarch64/x86-64 linux

individial test example of ngsolve can be found on https://github.com/[qbisi/ngsolve-devenv](https://github.com/qbisi/ngsolve-devenv)

RFC

the solver preferrence of ngsolve:
superLu(upstream work in progress) >pardiso (unfree) > mumps(with mpi) > sparsecholesky (builtin) > umfpack (depend on nixpkgs#suitesparse)

for now mumps(with mpi) has the highest priority on nixpkgs#ngsolve
however use of mumps require mpi init, for pytest example add
from mpi4py input MPI

while pypi and launchpad provide user with unfree pardiso support (do not require mpi init)

beginner might be confused of their code not running correctly with nixpkgs#ngsolve

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 6.topic: python 6.topic: lib The Nixpkgs function library labels Nov 12, 2024
@nix-owners nix-owners bot requested review from alyssais and natsukium November 12, 2024 14:46
@qbisi qbisi force-pushed the ngsolve branch 2 times, most recently from 57fc766 to cb4fc22 Compare November 12, 2024 17:37
@ofborg ofborg bot added the 8.has: package (new) This PR adds a new package label Nov 13, 2024
@ofborg ofborg bot requested a review from nim65s November 13, 2024 05:25
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 11-100 10.rebuild-linux: 11-100 labels Nov 13, 2024
@qbisi qbisi marked this pull request as draft November 13, 2024 18:06
@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Dec 10, 2024
@github-actions github-actions bot removed the 6.topic: lib The Nixpkgs function library label Mar 7, 2025
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Mar 7, 2025
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 and removed 10.rebuild-darwin: 11-100 10.rebuild-linux: 11-100 labels Mar 7, 2025
@qbisi qbisi force-pushed the ngsolve branch 3 times, most recently from 5bb8c96 to d27802e Compare March 8, 2025 02:41
@qbisi qbisi changed the title Ngsolve: init at 6.2.2405 Ngsolve: init at 6.2.2501 Mar 8, 2025
@qbisi qbisi requested a review from NickCao March 8, 2025 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: python 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants