Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. #SBATCH --nodes=2
  2. #SBATCH --ntasks=4
  3. #SBATCH --ntasks-per-node=2
  4. #SBATCH --cpus-per-task=2
  5. #SBATCH --ntasks-per-core=1
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. mpirun --display-allocation --display-map --report-bindings /home/dziekopr/hybrid/hybrid-hello.c.openmpi.x
  14.  
  15. ====================== ALLOCATED NODES ======================
  16. kccn104-02-08: flags=0x11 slots=2 max_slots=0 slots_inuse=0 state=UP
  17. kccn104-02-09: flags=0x11 slots=2 max_slots=0 slots_inuse=0 state=UP
  18. =================================================================
  19. Data for JOB [33125,1] offset 0 Total slots allocated 4
  20.  
  21. ======================== JOB MAP ========================
  22.  
  23. Data for node: kccn104-02-08 Num slots: 2 Max slots: 0 Num procs: 2
  24. Process OMPI jobid: [33125,1] App: 0 Process rank: 0 Bound: UNBOUND
  25. Process OMPI jobid: [33125,1] App: 0 Process rank: 1 Bound: UNBOUND
  26.  
  27. Data for node: kccn104-02-09 Num slots: 2 Max slots: 0 Num procs: 2
  28. Process OMPI jobid: [33125,1] App: 0 Process rank: 2 Bound: N/A
  29. Process OMPI jobid: [33125,1] App: 0 Process rank: 3 Bound: N/A
  30.  
  31. =============================================================
  32. [kccn104-02-09:28113] MCW rank 2 is not bound (or bound to all available processors)
  33. [kccn104-02-09:28113] MCW rank 3 is not bound (or bound to all available processors)
  34. [kccn104-02-08:24325] MCW rank 0 is not bound (or bound to all available processors)
  35. [kccn104-02-08:24325] MCW rank 1 is not bound (or bound to all available processors)
  36. Hello from thread 0 of 2 in rank 0 of 4 on kccn104-02-08.
  37. Hello from thread 1 of 2 in rank 0 of 4 on kccn104-02-08.
  38. Hello from thread 1 of 2 in rank 1 of 4 on kccn104-02-08.
  39. Hello from thread 0 of 2 in rank 1 of 4 on kccn104-02-08.
  40. Hello from thread 1 of 2 in rank 2 of 4 on kccn104-02-09.
  41. Hello from thread 0 of 2 in rank 2 of 4 on kccn104-02-09.
  42. Hello from thread 1 of 2 in rank 3 of 4 on kccn104-02-09.
  43. Hello from thread 0 of 2 in rank 3 of 4 on kccn104-02-09.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. sacct --format=jobid,JobName,ReqCPUS,ncpus,ntasks,ReqNodes,AllocNodes,NNodes,NodeList%20,state,AllocTRES%35 -j 112333
  51. JobID JobName ReqCPUS NCPUS NTasks ReqNodes AllocNodes NNodes NodeList State AllocTRES
  52. ------------ ---------- -------- ---------- -------- -------- ---------- -------- -------------------- ---------- -----------------------------------
  53. 112333 test-01 8 8 2 2 2 kccn104-02-[08-09] COMPLETED billing=8,cpu=8,mem=400M,node=2
  54. 112333.batch batch 4 4 1 1 1 1 kccn104-02-08 COMPLETED cpu=4,mem=200M,node=1
  55. 112333.0 orted 2 2 1 1 1 1 kccn104-02-09 COMPLETED cpu=2,mem=200M,node=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement