trixi-framework / trixi-framework/Trixi.jl

Parallelize trixi2vtk

Open
#17 1 comment 0 reactions 0 assignees View on GitHub
visualization
Dominant language
Julia
Stars
731
Forks
166
Avg merge
2d 18h
Merged PRs (30d)
25

Description

In GitLab by @sloede on Mar 21, 2020, 22:47

This should be fairly easy, e.g., with a `@distributed` loop over all files to convert. The only part that is not inherently thread-safe is the writing of the PVD file. This could be achieved, however, by returning the resulting VTK file (currently named `vtk`) as an array `[vtk]` and then use `vcat` as the reduction operator. This should result in an array of VTK files, that can then be written serially to the PVD file.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.