forked from pysit/pysit
-
Notifications
You must be signed in to change notification settings - Fork 0
Use PySIT
LaPoule edited this page Nov 13, 2020
·
3 revisions
First activate the environment you created at installation step:
conda activate pysitenvYou can find several example into the test directory. The easiest way to execute them is to copy one of these example and to run it with:
python <name.py>For the parallel examples
mpirun -n <nb_process> <name>.pyA visualization script can be used to generate plots of the results of the layer-sd-ref.py example. Simply run the script with the directory of the results as argument:
python visualize.py <res_dir>
It will create a folder into <res_dir> filled with the generated plots.