Practical Parallelism in C++: MPI Basics

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 17

  • @omanjabbar200
    @omanjabbar200 3 ปีที่แล้ว +6

    What my teacher is yelling for the past two weeks this dude just explained in 11 minutes.

  • @aldolunabueno2634
    @aldolunabueno2634 2 ปีที่แล้ว +1

    Vocabulary
    - MPI:
    - rank:
    - communicator:
    - MPI_COMM_WORLD:
    - size:
    Commands in terminal (Linux distribution)
    - Compile:
    - Execute:
    -----------------------------------------------------------------------------
    Vocabulary
    - MPI: Message Passing Interface
    - rank: another word for process, and the number associated with each process.
    - communicator: a group of process.
    - MPI_COMM_WORLD: the default communicator.
    - size: number of ranks.
    Commands in terminal (Linux distribution)
    - Compile: mipc++ .cpp
    - Execute: mpirun -np ./

  • @xealit
    @xealit 5 หลายเดือนก่อน

    People keep opposing MPI and "shared memory models like pthreads or OpenMP", but if MPI nodes run on the same computer, the MPI implementation may actually use _shared memory_ to carry the communication between them, right? It would be the same as DMA or RDMA.

  • @kirillolkhovsky9160
    @kirillolkhovsky9160 2 ปีที่แล้ว +1

    how do i include mpi.h in vs? I have found how to set it up as an project but i have only an cpp file and i want to compile the programm with makefile

  • @ABigDoggy
    @ABigDoggy 3 ปีที่แล้ว

    thank you. do more vids like these. 1 for each aspect of MPI. would be a great series. couple concrete examples with commented code. buonissimo amico!

  • @marcelianooliveira1694
    @marcelianooliveira1694 4 ปีที่แล้ว +1

    Thanks Nick, Good Job!

  • @T-She-Go
    @T-She-Go 3 ปีที่แล้ว +1

    So good. Thank you 🌸

  • @yasahanzengin3329
    @yasahanzengin3329 3 ปีที่แล้ว

    Great explanation, thanks!

  • @scarlett8146
    @scarlett8146 3 ปีที่แล้ว

    Great stuff

  • @solverproblem7609
    @solverproblem7609 3 ปีที่แล้ว

    thank you, you save me

  • @abdelrahmanfuad9999
    @abdelrahmanfuad9999 3 ปีที่แล้ว +1

    Thanks

  • @gustavob.7957
    @gustavob.7957 4 ปีที่แล้ว +1

    Good stuff!

    • @NotesByNick
      @NotesByNick  4 ปีที่แล้ว

      Thanks! Glad you liked it!