Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
iRMB
VirtualFluids
Graph
8b8547796566477901407e329a81d1794fb12edf
Select Git revision
Branches
3
a.wellmann-develop-patch-391f
develop
default
main
protected
Tags
3
0.1.2
0.1.1
0.1.0
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Feb
24
23
19
18
17
16
12
11
10
9
8
5
4
25
Jan
22
21
20
19
18
15
14
13
12
23
Dec
21
11
10
9
7
3
2
1
18
Nov
16
10
9
6
4
2
30
Oct
29
28
27
26
23
22
21
20
19
15
12
8
7
6
5
2
1
30
Sep
29
28
25
24
21
16
15
10
8
4
3
2
1
28
Aug
27
26
25
21
Need to set CUDA_STANDARD at least to 11 with msvc.
Set the CUDA_CXX_STANDARD to 14, when we are not on msvc. Descripting why is in the comment.
Add description to thecmake file.
Enable warning like errors for the msvc build.
Test cuda standard 11.
Add missing include.
Switch to W3 warning level on windows for now.
Fix infinit for loop.
Fix various msvc compiler warnings. With msvc the compiler flags are explicit passed to nvcc with -Xcompiler.
Fix clang compiler warnings for VF cpu.
Activate "warning like errors" for usual gcc and clang build for cpu and gpu build.
Fix all clang compiler warnings.
Fix clang compiler warnings.
Add gpu architecture.
Activate CI job for gpu code, which compiles the code and treat warnings like errors.
Remove compiler warnings.
Fix cuda compiler flag.
Add unrecognized #pragma warning only if msvc is NOT used.
Check if cuda warning suppression works on windows.
Outcomment a lof of unsed variables.
See last commit.
As thrust is used in the gpu code, CUDA c++14 is required. Besides fixed compiler warnings in Parameter.cpp.
Remove compiler warnings.
Remove some compiler warnings and added some cuda warning suppressions for the GridGenerator, as they are cluttering the build output.
Fix compiler warnings. Mostly signed/unsigned
Fixed compiler warnings: signed/unsigned mismatch & unused variables.
Fixed compiler warnings.
As bad_alloc derives from exception, we need to catch it first.
Update .gitlab-ci.yml: Make the ci job artifacts, which stores the binaries, expires after 1h.
Merge branch 'develop' into 'develop'
fix error in python bindings again
fix error in python bindings
fix errors and warnings in SetConnectorsBlockVisitor
remove warnings in SetConnectorsBlockVisitor
split SetConnectorsBlockVisitor in two classes: for the same level and interpolation connectors
Merge branch 'develop' into 'develop'
remove warnings in Multiphase.cpp
remove warnings in MultiphaseInitDistributionsBlockVisitor
clean multiphase kernal
clean / remove warnings
Loading