Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Jan 12, 2025
1 parent 04336cc commit acfadef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsoc/gsoc/trixi.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The possible subtasks in this project include:
- Integrating the above into `AMRCallback` in the simulation using [dynamic parallelism](https://cuda.juliagpu.org/stable/api/kernel/#Dynamic-parallelism) (via CUDA.jl).
- Optimizing the code for data transfer, kernel launch overhead, occupancy, etc.
- Starting the above work in 1D and then expanding it to 2D and 3D problems.
- (Optional) Try similar work for `P4estMesh` in 2D and 3D.
- (Optional) Try similar work for [`P4estMesh`](https://trixi-framework.github.io/Trixi.jl/stable/meshes/p4est_mesh/) in 2D and 3D.

This project is good for people who are interested in GPU programming, parallel computing, parallel algorithm optimization, and scientific computing.

Expand Down

0 comments on commit acfadef

Please sign in to comment.