Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Show more breadcrumbs
particle_methods
hysop
Graph
fbe55a1b14ef9207760082f072657925a4abe532
Select Git revision
Branches
10
13-mpi-poisson-solvers
14-development-documentation
protected
14-development-documentation-2
guix-package
joss
marthe
master
default
protected
rocm_singularity_support
rocm_support
wipGuixRecipe
Tags
1
2024.11
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Mar
23
22
11
1
28
Feb
11
11
Dec
4
Nov
29
Oct
28
25
14
10
9
8
7
6
4
28
Sep
26
25
24
23
20
18
17
16
11
31
Aug
15
Jul
9
8
7
6
5
4
2
1
27
Jun
14
13
12
9
8
7
6
5
4
27
May
26
23
22
26
Apr
17
16
14
12
10
9
8
7
6
5
4
3
2
1
31
Mar
30
27
25
24
14
11
10
9
7
6
5
4
2
1
28
Feb
27
26
25
24
23
22
21
20
19
18
17
16
10
3
2
17
Jan
7
18
Dec
17
16
14
13
12
11
10
9
8
7
6
4
2
1
30
Nov
29
27
25
24
20
19
18
17
15
14
13
11
10
9
8
5
4
3
1
31
Oct
30
29
28
25
24
22
21
20
19
18
17
15
14
10
7
6
5
3
2
1
11
Sep
4
3
2
1
30
Aug
29
28
27
24
22
21
20
19
17
15
14
13
9
8
7
6
5
3
2
1
31
Jul
30
28
27
26
25
24
23
21
20
update some tests (for ctest)
Remove scitools dependency
add missing files for documentation
update doc
advance un documentation
adding some doc about graph operators
move Examples interface (argument parser) to hysop internal module. Should solve #40.
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/hysop into mpi-operators
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:keckj/hysop into mpi-operators
many fixes in FindFFTW.cmake for static linking, changed WITH_GPU cmake variable to WITH_OPENCL.
Various fixes for tests (make tests is now closer to CI/tests.sh).
fix spectral curl test
ci working again for nvidia opencl
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:keckj/hysop into mpi-operators
fix spectral poisson curl FFTW, disabled numba in host fft planner, reenabled more tests for spectral solvers, moved hptt methods in tools
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:keckj/hysop into mpi-operators
add one more digit to hdf5 filenames.
fix 1D HPTT
small fixes for (1,) tensor parameters as scalar parameters, print default opencl platform for ci
little fixed for ci
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/hysop into mpi-operators
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:keckj/hysop into mpi-operators
add log support in codegen
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:keckj/hysop into mpi-operators
fix simu dtype
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:keckj/hysop into mpi-operators
update dockerfile with memory_tempfile support
Removed wrong usage of hysop main_comm, main_rank and main_size. Recommended usage is to use a mpi_param in operators. Add generic dump function for IO_Params. Fix shape attribute deprecation.
Skip nodes that are not ion_task from graph building.
Merge branch 'mpi-operators' into 29-hysop-with-tasks
improve io operator with 'with_last' atribute to dump on last iteration. Improve iterative method.
Tensor parameter view as (1,) shape is converted to ScalarParameter
simplify graph building part regarding Inter-tasks new operators
Fields invalidation after RedistributeInter
Enforce RedistributeInter to be C-order in memory
Add RedistributeInter. Fix BridgeInter.
better debug logs for remesh
better debug logs for remesh
fix remeshing for intel platform -- test0
fix matplotlib import
Loading