Last modified by flenners on 2026-02-04 17:25

From version 19.2
edited by flenners
on 2026-02-04 17:24
Change comment: There is no comment for this version
To version 19.1
edited by flenners
on 2026-02-04 17:23
Change comment: Uploaded new attachment "1770222205178-264.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -10,49 +10,28 @@
10 10  [[image:image2021-4-27_13-55-52.png||height="405" width="911"]]
11 11  
12 12  
13 -Open a terminal:
14 14  
15 -[[image:1770222205178-264.png]]
14 +Terminal:
16 16  
17 -In this terminal, type:
18 18  
19 -{{{salloc --partition=psxcpu --nodes=1 --time=06:00:00}}}
17 +salloc ~-~-partition=psxcpu ~-~-nodes=1 ~-~-time=06:00:00
18 +\\(if you need gpu: ~-~-partition=psxgpu )
20 20  
21 -(((
22 -
23 -)))
24 -
25 -(((
26 -(if you need gpu: ~-~-partition=psxgpu )
27 -)))
28 -
29 -(((
30 30  //Answer~:// salloc: job [//number//] queued and waiting for resources
31 -)))
32 32  
33 -(((
34 34   salloc: job [number] has been allocated resources
35 -)))
36 36  
37 -(((
38 38   salloc: Granted job allocation [number]
39 -)))
40 40  
41 -(((
42 42   salloc: Waiting for resource configuration
43 -)))
44 44  
45 -(((
46 46   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)
47 -)))
48 48  
49 49  (% class="code" %)
50 50  (((
51 -(((
52 52  ssh max-wn035 (shell to your node)
53 53  \\module load maxwell mamba
54 54  )))
55 -)))
56 56  
57 57  (% class="code" %)
58 58  (((