Skip to content

Create a new catalyst implementation for adios2

Lucas Givord requested to merge add-adios-catalyst into main

Create a new catalyst implementation for the simulation part. The main part of this work was to be able to convert conduit to adios, all of this implementation can be find in Adios\ folder.

There is also an Testing\ folder to test the simulation part.

  • to start the simulation :
mpirun -n 4 build/<simulation-name> <adios-xml-config-file> simu/catalyst2/catalyst_pipeline.py
  • in another terminal, to visualize it (note that you should launch this command before the simulation command) :
mpirun -n 1 python3 visu.py -i <gs.bp>

(for more details, see the Workflow section in the README.md)

Edited by Lucas Givord

Merge request reports