Changes for page Widget PSE
Last modified by teodoramisan on 2023/07/21 14:55
From version 21.1
edited by teodoramisan
on 2023/07/21 12:21
on 2023/07/21 12:21
Change comment:
There is no comment for this version
To version 19.1
edited by teodoramisan
on 2023/07/21 12:17
on 2023/07/21 12:17
Change comment:
Deleted image "image-20230721150554-1.png"
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -57,10 +57,8 @@ 57 57 from tvb.simulator.lab import * 58 58 ))) 59 59 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). 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 HPC launch, is shown below: 61 61 62 - For HPC launch, besides the configuration part, an EBrains token needs to be stored. A custom initialization, which includes the HPC launch, is shown below: 63 - 64 64 (% class="box" %) 65 65 ((( 66 66 os.environ['CLB_AUTH'] = 'PUT YOUR EBRAINS TOKEN HERE IF YOU WANT HPC RUNS' ... ... @@ -104,7 +104,7 @@ 104 104 The progress of the launch can be monitored by a progress bar, as shown below: 105 105 106 106 (% style="text-align:center" %) 107 -[[image:image-2023072115 1330-2.png||alt="progress-bar.png"]]105 +[[image:image-20230721150554-1.png]] 108 108 109 109 A file with the name you specified will be generated in both approaches, HPC or local launch. 110 110