Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Solverstack Pages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
solverstack
Solverstack Pages
Commits
b10b1c43
Commit
b10b1c43
authored
1 year ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
Add pastix 6.3.0
parent
8922a26f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/news/2023.07.21_pastix-6.3.0.md
+34
-0
34 additions, 0 deletions
content/news/2023.07.21_pastix-6.3.0.md
content/news/2023_07_04_chameleon-1.2.0.md
+8
-2
8 additions, 2 deletions
content/news/2023_07_04_chameleon-1.2.0.md
with
42 additions
and
2 deletions
content/news/2023.07.21_pastix-6.3.0.md
0 → 100644
+
34
−
0
View file @
b10b1c43
Title: PaStiX 6.3.0
date: 2023-07-21 18:00
Category: News
author: Florent Pruvost
New release of PaStiX 6.3.0 is out !
-
[
Changelog
](
https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.3.0
)
-
[
Download tarball
](
https://gitlab.inria.fr/solverstack/pastix//uploads/87c0b910dce3d81667e760c720e706d1/pastix-6.3.0.tar.gz
)
-
[
Documentation
](
https://solverstack.gitlabpages.inria.fr/pastix/index.html
)
-
[
Debian/Ubuntu packages
](
https://gitlab.inria.fr/solverstack/pastix/-/packages
)
```
sh
sudo
apt-get update
-y
wget https://gitlab.inria.fr/api/v4/projects/987/packages/generic/ubuntu_22.04/6.3.0/pastix_6.3.0-1_amd64.deb
sudo
apt-get
install
-y
./pastix_6.3.0-1_amd64.deb
# to uninstall: sudo apt autoremove pastix
```
-
[
Brew package for MacOSX
](
https://gitlab.inria.fr/solverstack/brew-repo
)
-
[
Spack package for Linux/MacOSX
](
https://github.com/spack/spack
)
-
[
GNU Guix packages
](
https://gitlab.inria.fr/guix-hpc/guix-hpc
)
and
[
non-free channel
](
https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free
)
Add the following in
`~/.config/guix/channels.scm`
```
(cons (channel
(name 'guix-hpc-non-free)
(url "https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free.git"))
%default-channels)
```
Install command
```
sh
guix pull
guix
install
pastix
```
This diff is collapsed.
Click to expand it.
content/news/2023_07_04_chameleon-1.2.0.md
+
8
−
2
View file @
b10b1c43
...
@@ -7,10 +7,16 @@ New release of Chameleon 1.2.0 is out !
...
@@ -7,10 +7,16 @@ New release of Chameleon 1.2.0 is out !
-
[
Changelog
](
https://gitlab.inria.fr/solverstack/chameleon/-/releases/v1.2.0
)
-
[
Changelog
](
https://gitlab.inria.fr/solverstack/chameleon/-/releases/v1.2.0
)
-
[
Download tarball
](
https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.2.0/chameleon-1.2.0.tar.gz
)
-
[
Download tarball
](
https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.2.0/chameleon-1.2.0.tar.gz
)
-
[
Documentation
](
https://solverstack.gitlabpages.inria.fr/chameleon/
)
-
[
Debian/Ubuntu packages
](
https://gitlab.inria.fr/solverstack/chameleon/-/packages
)
```
sh
sudo
apt-get update
-y
wget https://gitlab.inria.fr/api/v4/projects/616/packages/generic/ubuntu_22.04/1.2.0/chameleon_1.2.0-1_amd64.deb
sudo
apt-get
install
-y
./chameleon_1.2.0-1_amd64.deb
# to uninstall: sudo apt autoremove chameleon
```
-
[
Brew package for MacOSX
](
https://gitlab.inria.fr/solverstack/brew-repo
)
-
[
Brew package for MacOSX
](
https://gitlab.inria.fr/solverstack/brew-repo
)
-
[
Spack package for Linux/MacOSX
](
https://github.com/spack/spack
)
-
[
Spack package for Linux/MacOSX
](
https://github.com/spack/spack
)
-
[
Documentation
](
https://solverstack.gitlabpages.inria.fr/chameleon/
)
-
[
GNU Guix packages
](
https://gitlab.inria.fr/guix-hpc/guix-hpc
)
and
[
non-free channel
](
https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free
)
-
[
GNU Guix packages
](
https://gitlab.inria.fr/guix-hpc/guix-hpc
)
and
[
non-free channel
](
https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free
)
Add the following in
`~/.config/guix/channels.scm`
Add the following in
`~/.config/guix/channels.scm`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment