Changes for page Widget PSE

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

From version 10.1
edited by teodoramisan
on 2023/03/24 16:09
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
... ... @@ -4,17 +4,18 @@
4 4  == **Purpose** ==
5 5  
6 6  
7 -It is composed of two separate Jupyter Widgets(PSE Launcher and PSE Visualizer) intended for the visualization of launching custom simulations. The launcher works locally for now, but in the future a HPC launch will be available.
7 +It is composed of two separate Jupyter Widgets(PSE Launcher and PSE Visualizer) intended for the visualization of launching custom simulations. The launcher works locally and on HPC.
8 8  
9 9  The simulation can be customized by:
10 10  
11 -* Getting a list of connectivities given as API
11 +* Getting a list of connectivities and an HPC configuration given as APIs
12 12  * Setting up parameters and ranges
13 13  * Selecting multiple metrics
14 +* Observing the progress of the launch by a monitor progress bar
14 14  
15 15  == **Inputs** ==
16 16  
17 -* PSELauncher(Simulator, List_of_Connectivities)
18 +* PSELauncher(Simulator, List of Connectivities, HPC Configuration)
18 18  * PSEVisualizer(Filename), the file will contain all the customized parameters from the launcher
19 19  
20 20  == **Requirements and installation** ==
... ... @@ -56,7 +56,7 @@
56 56  from tvb.simulator.lab import *
57 57  )))
58 58  
59 - 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:
60 60  
61 61  (% class="box" %)
62 62  (((
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