Skip to content
Snippets Groups Projects
Commit 1119124c authored by Rene Halver's avatar Rene Halver
Browse files

Fixed links and removed unneeded page

parent bd6c5e75
No related branches found
No related tags found
No related merge requests found
Pipeline #54178 passed
...@@ -18,15 +18,15 @@ The main focus is to offer a selection of load-balancing solutions that can be ...@@ -18,15 +18,15 @@ The main focus is to offer a selection of load-balancing solutions that can be
included into existing codes in order to improve the scaling behavior, especially on included into existing codes in order to improve the scaling behavior, especially on
large-scale process configurations. large-scale process configurations.
The library is available for free [**download**](https://gitlab.version.fz-juelich.de/SLMS/loadbalancing/-/releases). If The library is available for free <a href="https://gitlab.version.fz-juelich.de/SLMS/loadbalancing/-/releases" target="_blank">here</a>. If
you use it in your research or in your production code, please cite our website: [**Bibtex**](/files/bibtex/libALL.bib). you use it in your research or in your production code, please cite our website: [**Bibtex**](/websites/all-website/files/bibtex/libALL.bib).
### Dokumentation ### ### Dokumentation ###
You can find the documentation of the library here: [Documentation](/websites/sphinx), which provides an overview about how to build You can find the documentation of the library here: [Documentation](/websites/all-website/sphinx), which provides an overview about how to build
the library and how to include it into your own code. Also you can find the documentation of the provided functions and a description the library and how to include it into your own code. Also you can find the documentation of the provided functions and a description
of our example codes provided with the library. of our example codes provided with the library.
### Videos ### ### Videos ###
In the [Videos](/websites/videos) section you find some videos showcasing different methods provided by the library. In the [Videos](/websites/all-website/videos) section you find some videos showcasing different methods provided by the library.
---
title: Methods
layout: main
---
The following methods are currently included in the ALL software library.
## Tensor-based adjustment
## Staggered adjustment
<video preload="none" height="720" width="1280" controls poster>
<source src="/websites/all-website/videos/animation_stag.mp4" type="video/mp4" >
<source src="/websites/all-website/videos/animation_stag.ogg" type="video/ogg" >
<source src="/websites/all-website/videos/animation_stag.avi" type="video/avi" >
Your browser does not support the video tag.
</video>
## Force-based adjustment
## Voronoi
## Histogram-based adjustment
<video preload="none" height="720" width="1280" controls poster>
<source src="/websites/all-website/videos/animation_hist.mp4" type="video/mp4" >
<source src="/websites/all-website/videos/animation_hist.ogg" type="video/ogg" >
<source src="/websites/all-website/videos/animation_hist.avi" type="video/avi" >
Your browser does not support the video tag.
</video>
## Hierarchical adjustment
--- ---
title: Tests title: Videos
layout: main layout: main
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment