Changes for page 03a Reconstruction with Reco GUI
Last modified by flenners on 2026-02-04 17:25
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,28 +10,54 @@ 10 10 [[image:image2021-4-27_13-55-52.png||height="405" width="911"]] 11 11 12 12 13 +Open a terminal: 13 13 14 - Terminal:15 +[[image:1770222205178-264.png]] 15 15 16 16 17 -salloc ~-~-partition=psxcpu ~-~-nodes=1 ~-~-time=06:00:00 18 -\\(if you need gpu: ~-~-partition=psxgpu ) 18 +In this terminal, type: 19 19 20 - //Answer~:// salloc:job [//number//]queued andwaiting for resources20 +{{{salloc --partition=psxcpu --nodes=1 --time=06:00:00}}} 21 21 22 - salloc: job [number] has been allocated resources 22 +((( 23 + 24 +))) 23 23 24 - salloc: Granted job allocation [number] 26 +((( 27 +//(if you need gpu: ~-~-partition=psxgpu )// 28 +))) 25 25 26 - salloc: Waiting for resource configuration 30 +((( 31 +//Answer: salloc: job [number] queued and waiting for resources// 32 +))) 27 27 28 - salloc: Nodes //max-wn035// are ready for job (name of your node; code after “max-“ can vary, in this example wn035, if you do not get a specific node name, repeat salloc command) 34 +((( 35 +// salloc: job [number] has been allocated resources// 36 +))) 29 29 38 +((( 39 +// salloc: Granted job allocation [number]// 40 +))) 41 + 42 +((( 43 +// salloc: Waiting for resource configuration// 44 +))) 45 + 46 +((( 47 +// salloc: Nodes max-wn035 are ready for job (name of your node; code after “max-“ can vary, in this example wn035, if you do not get a specific node name, repeat salloc command)// 48 +))) 49 + 30 30 (% class="code" %) 31 31 ((( 52 +((( 53 + 54 +))) 55 + 56 +((( 32 32 ssh max-wn035 (shell to your node) 33 33 \\module load maxwell mamba 34 34 ))) 60 +))) 35 35 36 36 (% class="code" %) 37 37 ((( ... ... @@ -39,11 +39,13 @@ 39 39 \\mamba activate /asap3/petra3/gpfs/common/p05/nano/envs/mamba 40 40 ))) 41 41 68 +{{{spyder & 42 42 43 -spyder & 44 -\\~-~-~-~-~-~- 45 -\\\\Spyder will open. 70 +------ 46 46 72 + 73 +Spyder will open. }}} 74 + 47 47 On the right, choose "file explorer". Navigate to your beamtime folder and find processed/scripts/RecoGUI: 48 48 49 49 [[image:attach:image2022-11-1_13-7-14.png||height="250"]]