Advertisement
Guest User

Untitled

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