Skip to content

Commit ee71bc6

Browse files
authored
Update vipsession.md
1 parent 7e799af commit ee71bc6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/vipsession.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,13 @@ In the `VipSession` output directory (`output_dir`), the file tree displayed [ab
311311

312312
* One `VipSession` instance can launch multiple workflows:
313313
- by calling `launch_pipeline()` several times,
314-
- by increasing argument `nb_runs`,
315314
- by calling `run_session()` several times,
316-
- by [re-starting the session](#relaunch-a-finished-session) after it was "finished".
317-
318-
* In the two first options, the workflows will run in parallel on VIP. To run *parallel workflows* on VIP, please [contact VIP support](<vip-support@creatis.insa-lyon.fr>) to **increase your execution capacity** (1 by default).
315+
- by [re-starting the session](#relaunch-a-finished-session) after it was "finished".
316+
317+
> [!CAUTION]
318+
> Make sure to change inputs when launching multiple workflows to avoid doing exactly the same thing.
319+
320+
* To run *parallel workflows* on VIP, please [contact VIP support](<vip-support@creatis.insa-lyon.fr>) to **increase your execution capacity** (1 by default).
319321

320322
* Multiple Vipsession instances can be smartly used to run multiple `pipeline_id` and multiple `input_settings` on the same dataset. See [below][multiple-sessions] for a detailed procedure.
321323

@@ -497,4 +499,4 @@ The previous case can be easily generalized to any number of VipSession instance
497499

498500
Besides saving memory on VIP servers, **smart management of the input dataset can save a lot of time**, since there is no easy way to parallelize the upload and download steps between multiple sessions.
499501

500-
---
502+
---

0 commit comments

Comments
 (0)