Last modified by makuadm on 2026-01-07 06:21

From version 22.1
edited by cpassow
on 2022-04-05 14:42
Change comment: There is no comment for this version
To version 33.1
edited by sndueste
on 2023-09-28 16:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.cpassow
1 +XWiki.sndueste
Content
... ... @@ -1,5 +1,28 @@
1 -test
1 +Experimental data is recorded as HDF files[link] on the GPFS file system[link]. The access rights[link to ACLs] are linked to the user's DESY account and can be managed by the PI via the GAMMA portal[link]. The experimental data can be downloaded via the GAMMA portal, but it is advised to use the DESY computing infrastructure. Access point are via ssh[link], Maxwell-Display Server[link] or JuyterHub[link]. We recommmend using the JupyterHub for data exploration and the SLURM resources[link] for high performances computing.
2 2  
3 +For simplified acccess we provide a conda module flashh5[link] which can be installed in a personal conda environment[link] on the Maxwell Cluster. Example on the usage can be found here [link - repo + binder]
4 +
5 +\\
6 +
7 +{{expand title="How to login JupyterHub"}}
8 +
9 +
10 +{{view-file att--filename="tmp.mp4" height="250"/}}
11 +{{/expand}}
12 +
13 +\\
14 +
15 +link to Repos and Fab
16 +
17 +\\
18 +
19 +\\
20 +
21 +\\
22 +
23 +{{expand}}
24 +\\
25 +
3 3  ----
4 4  
5 5  === TODO ===
... ... @@ -17,6 +17,18 @@
17 17  GPFS
18 18  {{/task}}
19 19  
43 +{{task reference="/Tasks/Task_40" status="InProgress"}}
44 +Access rights
45 +{{/task}}
46 +
47 +{{task reference="/Tasks/Task_41" status="InProgress"}}
48 +Gamma Portal
49 +{{/task}}
50 +
51 +{{task reference="/Tasks/Task_42" status="InProgress"}}
52 +Maxwell
53 +{{/task}}
54 +
20 20  {{task reference="/Tasks/Task_20" status="InProgress"}}
21 21  JupyterHub
22 22  {{/task}}
... ... @@ -24,6 +24,10 @@
24 24  {{task reference="/Tasks/Task_21" status="InProgress"}}
25 25  conda ?
26 26  {{/task}}
62 +
63 +{{task reference="/Tasks/Task_36" status="InProgress"}}
64 +explain install from channel instead of fixed environment, but can use environment file from example repository
65 +{{/task}}
27 27  )))
28 28  {{/task}}
29 29  )))
... ... @@ -158,7 +158,7 @@
158 158   ...
159 159  
160 160  
161 -class Run:
200 +class Run: # constructor optional without RunDirectory or use there self.path
162 162  
163 163   def get_files():
164 164   ...
... ... @@ -193,3 +193,8 @@
193 193  {{/code}}
194 194  
195 195  \\
235 +
236 +\\
237 +{{/expand}}
238 +
239 +\\