From e54cf481d42e6ee2adaedf25911f7e91a094b78e Mon Sep 17 00:00:00 2001 From: Ovidiu Mircescu Date: Fri, 6 Jan 2023 16:28:55 +0100 Subject: [PATCH] Add examples to README. --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 758a5f1..d9b12be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ -The goal of the ydefx library is a tool to make parametric computations on -distributed resources. It can launch the computations on a remote cluster using -a batch manager. +# YDEFX +Ydefx library is a tool to make parametric computations on distributed +resources. It can launch the computations on a remote cluster using a batch +manager. This library uses the Salome modules KERNEL and YACS. + +## Examples + +[Example of use explained in french.](src/pyexample/exemple_fr.py) +[Minimalistic example.](src/pyexample/tests1.py) +[Example using a different job for each evaluation.](src/pyexample/multijob/launch_multi.py) +[Example using srun instead of YACS for distribution.](src/pyexample/multijob/launch_srun.py) -- 2.39.2