Changes for page Widget PSE

Last modified by teodoramisan on 2023/07/21 14:55

From version 11.1
edited by teodoramisan
on 2023/07/21 11:35
Change comment: There is no comment for this version
To version 15.1
edited by teodoramisan
on 2023/07/21 12:05
Change comment: Uploaded new attachment "image-20230721150554-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -8,8 +8,7 @@
8 8  
9 9  The simulation can be customized by:
10 10  
11 -* Getting a list of connectivities given as API
12 -* Setting up a configuration for HPC launch
11 +* Getting a list of connectivities and an HPC configuration given as APIs
13 13  * Setting up parameters and ranges
14 14  * Selecting multiple metrics
15 15  * Observing the progress of the launch by a monitor progress bar
... ... @@ -16,7 +16,7 @@
16 16  
17 17  == **Inputs** ==
18 18  
19 -* PSELauncher(Simulator, List_of_Connectivities)
18 +* PSELauncher(Simulator, List of Connectivities, HPC Configuration)
20 20  * PSEVisualizer(Filename), the file will contain all the customized parameters from the launcher
21 21  
22 22  == **Requirements and installation** ==
... ... @@ -58,7 +58,7 @@
58 58  from tvb.simulator.lab import *
59 59  )))
60 60  
61 - The launcher widget can be initialized with the required parameters (simulator and the list of connectivities) as it shows below:
60 + The launcher widget can be initialized with more parameters: a simulator, a list of connectivities and an HPC configuration (only the simulator being a required argument). For HPC launch, besides the configuration part, an Ebrains token needs to be stored. A custom initialization, which includes the HPCis shown below:
62 62  
63 63  (% class="box" %)
64 64  (((
image-20230721150554-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.teodoramisan
Size
... ... @@ -1,0 +1,1 @@
1 +21.3 KB
Content
Public

TVB Widgets