bash
source ../paraview_batch.sh 
module load openmpi/1.10.3/gcc-5.4

make

paraview &
# au premier lancement de ParaView 
# tools/Manage Plugins.../CatalystScriptGeneratorPlugin
# cliquer Load Selected

# dans ParaView	
#        menu Catalyst -> Connect... -> OK -> OK 

./pjacobi_catalyst coproc.py

# menu Catalyst => Pause Simulation
# creation de Extract: input : faire la mise en page
# menu Coprocessing Export State
# show all sources
# cliquer Extract: input -> add -> Next -> Next
# cliquer Output rendering components i.e. views
# changer Write Frequency = 10
# Finish
# sauver le script python (ex batch_pjacobi.py)

# menu Catalyst => Continue
# menu Catalyst => Pause (mise à jour du champ de temperature)
# menu Catalyst => Continue
# menu file => exit

./pjacobi_catalyst batch_pjacobi.py

eog image_0.png

# test sur 4 cores
mpirun -np 4 ./pjacobi_catalyst batch_pjacobi.py
 
         
        

