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
9c195f332bb62647ba5351992a885ad86c3bb36e
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
20
Apr
19
18
17
16
15
14
8
6
30
Mar
26
25
24
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
raised custom_symbolic discetization parameters
add docker focal image, fix mpi regression for allowing allow-run-as-root from environment variables (https://github.com/open-mpi/ompi/issues/6920)
fixed regression in advection autotuning, ci should work now
also update clang7 to clang8
gcc8 to gcc7 for ci
revert changes in opencl_env
fix docker image
change docker image for ci
get rid of graph_tool, closes #43
lexicographical topological sort
lexicographical topological sort
working graph gui
edge info
reformat graph builder
basic graph visu support
fix examples path
add typeerror to pickling errors
Merge branch 'mpi-operators' of gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/hysop into mpi-operators
Move back example interface outside hysop package (environment configuration by the interface without importing hysop)
remove graph_tool dependency in favor of networkx
matplotlib is optional
this simple patch should resolve #42
add to custom operator a ghosts parameter if needed
improve fields naming
add simulation flag not to clamp to tend (avoid tiny and possibliy negative irrelevant dt)
improvements on guix profile for hysop dependencies and guix missing package definitions. Get stuck on graph-tool
guix-package
guix-package
Create the guix profile for hysop development environment. Add a py-cpuinfo package definition
Improve gpyfft import when using a non OpenCL machine (creates a fake import)
Fix python custom operator
fix python flowrate correction
Add generic dump function for IO_Params.
Removed wrong usage of hysop main_comm, main_rank and main_size. Recommended usage is to use a mpi_param in operators.
Add M4 and M8 remeshing formula
improve cmake finding python packages that depends on libOpenCL.so when configuring on a frontend machine
Add a new feature to skip operator's apply function (as for dump operators but for all operators). Usefull for heavy diagonostics not needed at every iterations.
add HYSOP_OPENCL_PROFILE to distinguish from HYSOP_PROFILE
Fix custom operator for vector fields. Improve imports of opencl operators on non-opencl machines
Improve penalization with exact formulation
improve process safety for some io utility functions
Fix parameters output formatter from simulation
Loading