I’m having trouble building the fortran example.
You will need to update catalyst. Try the v2.0.0-rc4
tag.
Could you add the rank number to the prints in the CxxPolyhedra example and post the output you get please?
Sure ! catalyst_pipeline_2.py (1.1 KB) is the new file
and below what I get using catalyst v2.0.0-rc4
and a recent ParaView build using commit e423f2cee420dd744027ad226c5f730759d367e1 from master
$ ./bin/CxxPolyhedraV2 ../catalyst_pipeline_2.py
executing catalyst_pipeline
( 0.357s) [pvbatch ] v2_internals.py:171 WARN| Module 'catalyst_pipeline_2' missing Catalyst 'options', will use a default options object
====================================================
------------------- rank 0/1 ----------------------
executing (cycle=0, time=0.0)
bounds: (0.0, 69.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 0.0)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
====================================================
------------------- rank 0/1 ----------------------
executing (cycle=1, time=0.1)
bounds: (0.0, 69.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 6.490000000000001)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
====================================================
...
$ mpirun -np 4 ./bin/CxxPolyhedraV2 ../catalyst_pipeline_2.py
executing catalyst_pipeline
executing catalyst_pipeline
executing catalyst_pipeline
( 0.417s) [pvbatch ] v2_internals.py:171 WARN| Module 'catalyst_pipeline_2' missing Catalyst 'options', will use a default options object
( 0.418s) [pvbatch ] v2_internals.py:171 WARN| Module 'catalyst_pipeline_2' missing Catalyst 'options', will use a default options object
( 0.420s) [pvbatch ] v2_internals.py:171 WARN| Module 'catalyst_pipeline_2' missing Catalyst 'options', will use a default options object
executing catalyst_pipeline
( 0.426s) [pvbatch ] v2_internals.py:171 WARN| Module 'catalyst_pipeline_2' missing Catalyst 'options', will use a default options object
====================================================
------------------- rank 0/4 ----------------------
executing (cycle=0, time=0.0)
bounds: (0.0, 17.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 0.0)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
------------------- rank 2/4 ----------------------
executing (cycle=0, time=0.0)
bounds: (35.0, 52.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 0.0)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
------------------- rank 3/4 ----------------------
executing (cycle=0, time=0.0)
bounds: (52.0, 69.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 0.0)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
------------------- rank 1/4 ----------------------
executing (cycle=0, time=0.0)
bounds: (17.0, 35.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 0.0)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
====================================================
------------------- rank 0/4 ----------------------
executing (cycle=1, time=0.1)
bounds: (0.0, 17.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 6.490000000000001)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
------------------- rank 2/4 ----------------------
executing (cycle=1, time=0.1)
bounds: (35.0, 52.0, 0.0, 64.9, 0.0, 55.9)
velocity-magnitude-range: (0.0, 6.490000000000001)
pressure-range: (1.0, 1.0)
-------------------------------------------------------------
...