Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Algebraic multigrid solver

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MIT
LICENSE.MIT
NotificationsYou must be signed in to change notification settings

LLNL/AMG2023

Repository files navigation

General description:

AMG2023 is a parallel algebraic multigrid solver for linear systems arising fromproblems on unstructured grids. The driver provided here builds linearsystems for various 3-dimensional problems. It requires an installation ofhypre-2.27.0 or higher.

AMG2023 is written in C. It is a SPMD code which uses MPI and OpenMP threading within MPI tasks.Parallelism is achieved by data decomposition, which is here achieved by simply subdividingthe grid into logical P x Q x R (in 3D) chunks of equal size.It can also be used on NVIDIA, AMD, and Intel GPUs via CUDA, HIP, and SYCL.

AMG2023 is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

Building the Code

AMG2023 uses a simple Makefile system for building the code. All compiler andlink options are set by modifying it appropriately.

To build the code, first install hypre, which can be cloned fromhttps://github.com/hypre-space/hypre .

Then modify the 'Makefile' file appropriately.

Then type

make

Other available targets are

make clean (deletes .o files)

make veryclean (deletes .o files, libraries, and executables)

Further information is available in the 'amg-doc' file.

Building with cmake

We have also provided a cmake build

mkdir build && cd buildcmake -DHYPRE_PREFIX=<path/to/hypre/> ..make install

To edit configurations:

cd buildccmake ..

Additional Information

For more information, see the 'amg-doc' file in the distribution.

LLNL-CODE-846758

About

Algebraic multigrid solver

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp