# Instructions to load the suitable environment at IMFT to execute the Python code solving Jacobi solver for the Laplacian equation in 2D
# P. Elyakime for the "Atelier Visualisation in Situ", IMFT 11-13 december 2017


Prérequis:
----------- 
	- Installation du module mpi4py

1/ Charger l'environnement adéquate pour une utilisation à l'IMFT
	$ source /PRODCOM/bin/set_module.sh
	$ module load openmpi/1.10.3/gcc-5.4
	$ source ../../visit_GUI.sh
	$ source ../python_module.sh
