Salome HOME
Update EDF WCKEY
[tools/ydefx.git] / README.md
1 # YDEFX
2 Ydefx library is a tool to make parametric computations on distributed
3 resources. It can launch the computations on a remote cluster using a batch
4 manager.
5
6 This library uses the Salome modules KERNEL and YACS.
7
8 ## Examples
9
10 [Example of use explained in french.](src/pyexample/exemple_fr.py)
11
12 [Minimalistic example.](src/pyexample/tests1.py)
13
14 [Example using a different job for each evaluation.](src/pyexample/multijob/launch_multi.py)
15
16 [Example using srun instead of YACS for distribution.](src/pyexample/multijob/launch_srun.py)